Hacking Tricks in English
Hacking Tricks in English
The Registry
It was introduced to replace the text/ASCII based MS -DOS configuration (.BAT, .SYS) and MS
Windows initialization (.INI) files.
Structure of Registry in windows 9X is Different from that of Windows NT,2000 and XP.
Windows 95/98/ME :In these operating systems Registry is stored in these 5 files, with the Hidden,
Read-only attributes for write-protection purposes, usually located in the %WinDir% folder (default is
C:\Windows) .
SYSTEM.DAT = stores persistent hardware and software settings related to the system it
resides on, contained in the (HKEY_CLASSES_ROOT = Windows 95 and 98 only) and
HKEY_LOCAL_MACHINE Hive keys.
USER.DAT = stores user specific and software settings contained in the
HKEY_CURRENT_USER Hive key. If more than one user, then multiple user profiles enable
each user to have their own separate USER.DAT file, located in %WinDir%\Profiles\
%UserName%. When a user logs on, Windows OS (down)loads both USER.DAT files: the
one from the local machine %WinDir% (global user settings), and the most recent one from
the local machine %WinDir%\Profiles\%UserName%, or from the central (host) server if user
profiles reside on a network (local user settings).
CLASSES.DAT = stores persistent data contained in the HKEY_CLASSES_ROOT Hive key,
found only on Windows ME.
SYSTEM.DA0 and USER.DA0 = automatically created backups of SYSTEM.DAT and
USER.DAT from the last successful Windows GUI startup, and found only on Windows 95
Editing Registry
Always make sure that you know what you are doing when changing the registry or else just one little
mistake can crash the whole system. That's why it's always good to back it up!
To view the registry (or to back it up), you need to use the Registry Editor tool. There are two versions
of Registry Editor:
:To modify the Registry, you need to use a Registry Editor:
Registry Structure
For ease of use, the Registry is divided into five separate structures that represent the Registry
database in its entirety. These five groups are known as Keys, and are discussed below:
HKEY_CURRENT_USER
This registry key contains the configuration information for the user that is currently logged in. The
users folders, screen colors, and control panel settings are stored here. This information is known as
a User Profile.
HKEY_USERS
In windowsNT 3.5x, user profiles were stored locally (by default) in the systemroot\system32\config
directory. In NT4.0, they are stored in the systemroot\profiles directory. User-Specific information is
kept there, as well as common, system wide user information.
HKEY_LOCAL_MACHINE
This key contains configuration information particular to the computer. This information is stored in the
systemroot\system32\config directory as persistent operating system files, with the exception of the
volatile hardware key.
HKEY_CLASSES_ROOT
The information stored here is used to open the correct application when a file is opened by using
Explorer and for Object Linking and Embedding. It is actually a window that reflects information from
the HKEY_LOCAL_MACHINE\Software subkey.
HKEY_CURRENT_CONFIG
The information contained in this key is to configure settings such as the software and device drivers
to load or the display resolution to use. This key has a software and system subkeys, which keep
track of configuration information.
REG Files
Text .REG files can be easily viewed/created/edited by hand using any text/ASCII editor, like
Notepad
1.) Header line: this FIRST line is mandatory. MUST contain only these exact words (case sensitive =
character capitalization required!):
REGEDIT4 = for Windows 95/98/ME and NT 4.0 or
Windows Registry Editor Version 5.00 = for Windows 2000/XP.
This is the only way Windows OS can recognize, validate and run a .REG file.
2.) Empty (blank) line: this second line is optional. Similar to inserting a carriage return (CR).
3.) Remarked (comment) line(s): optional. MUST begin with a semicolon (;) which may be followed
by a space (optional). May be inserted anywhere in the .REG file, but NOT before the header, which
MUST be present as FIRST line.
4.)(Sub)Key line: MUST be preceded and terminated by square parenthesis ([]). (Sub)Key name
MUST start with the Hive Key name (left end) and MUST contain entire Subkey pathway leading to
the current Subkey name (right end). Consecutive (Sub)Key names MUST be separated by SINGLE
backslash marks (\).
(Sub)Key names not present in the Registry will be automatically created when the REG file is
merged into the Registry. Exception: new Hive (Root) Keys can be created ONLY in Windows
NT4/2000/XP, but NOT in Windows 95/98/ME.
5.) Value line: MUST contain these elements in this exact order:
"ValueName"="ValueData"
Value Data is expressed here in Unicode or ANSI formats: simple text/ASCII,
expanded or extended.
"ValueName"=ValueType:ValueData
Value Data is expressed here in Double WORD (4 bytes = 32 bits) formats: decimal,
hexadecimal or binary.
"ValueName"=ValueType(API Code):ValueData,ValueData,\
ValueData,ValueData
Large Values can span onto more than one line. Each line (except the last one) is
terminated by a comma (,) followed by a SINGLE backslash mark (\). Consecutive
lines are separated by carriage returns (CR).
Separators and delimiters used in REG files on path name lines to separate drive letters, directory
(folder) names and file names, or used on command line parameters lines etc... MUST be typed as
DOUBLE backslash marks (\\).
6.) Empty (blank) line: this LAST line is mandatory for proper operation. Similar to inserting a
carriage return (CR) at the end of file.
You can add "Open With..." to the Right click context menu of all files.This is great for when you have
several programs you want to open the same file types with. I use three different text editors so I
added it to the ".txt" key.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your
Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
You can add your name or anything you like that consists of 8 characters or less. This will replace the
AM or PM next to the system time. But you can corrupt some trial licenses of software that you may
have downloaded.
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Control Panel\International
3. Add two new String values, "s1159" and "s2359"
4. Right click the new value name and modify. Enter anything you like up to 8 characters.
If you enter two different values when modifying, you can have the system tray display the two
different values in the AM and PM.
Want to keep people from accessing Windows, even as the default user? If you do not have a domain
do not attempt this.
1. Open RegEdit
2. Go to HKEY_LOCAL_MACHINE\Network\Logon
3. Create a dword value "MustBeValidated"
4. Set the value to 1
This forced logon can be bypassed in Safe Mode on Windows 9x
You can make OutLook Express load quicker by disabling the splash screen:
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\OutLook Express
3. Add a string value "NoSplash"
4. Set the value data to 1 as a Dword value
To make Windows use multiple Start Menu Columns instead of a single scrolling column, like
Windows 9x had, Also if you are using Classic Mode in XP
1. Open RegEdit
2. Go to the key
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
3. Create a string value "StartMenuScrollPrograms"
4. Right click the new string value and select modify
5. Set the value to "FALSE"
You can change the Icons Windows uses for folders, the Start Menu, opened and closed folder in the
Explorer, and many more.
1. Open RegEdit
2. Go to
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell Icons
3. Add a string value for each Icon you wish to change.
Example: "3" ="C:\Windows\Icons\MyIcon.ico,0" This will change the closed folders in the Explorer to
"MyIcon.ico". Here is a complete list for each value.
You can change or delete the Windows mandatory locations of folder like My Documents:
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell
Folders
3. Change the desired folder location, My Documents is normally list as "Personal"
4. Open the Explorer and rename or create the folder you wish.
You can change the Registered Owner or Registered Organization to anything you want even after
Windows is installed.
1) Open RegEdit
2) Got to
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion.
3) Change the value of "RegisteredOrganization" or "RegisteredOwner", to what ever you want
HKey_Current_User \
Software \
Microsoft \
Windows \
Current Version \
Policies \
Explorer
HKEY_LOCAL_MACHINE \
SOFTWARE \
Microsoft \
Windows \
CurrentVersion \
Explorer \
Tips
HKEY_LOCAL_MACHINE /
SOFTWARE /
Microsoft /
Windows /
CurrentVersion
4. Modify the data for the 'Registered Owner' key or for 'Registered Organization.
Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators
Change the value from 0 to 2
Turn Numlock on manually
Log off and back on again.
For all users, make the same change to HKEY_USERS\.DEFAULT\Control Panel\Keyboard\
InitialKeyboardIndicators
Start Regedit
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory
Management
Edit the key IoPageLockLimit
4096 - 32megs of memory or less
8192 - 32+ megs of memory
16384 - 64+ megs of memory
32768 - 128+ megs of memory
65536 - 256+ megs of memory
[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp4 0ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
msnexplr=ocmsn.dll,OcEntry,msnmsn.inf,,7
smarttgs=ocgen.dll,OcEntry,msnsl.inf,,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
Games=ocgen.dll,OcEntry,games.inf,,7
AccessUtil=ocgen.dll,OcEntry,accessor.inf,,7
CommApps=ocgen.dll,OcEntry,communic.inf,HIDE,7
MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7
AccessOpt=ocgen.dll,OcEntry,optional.inf,HIDE,7
Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7
MSWordPad=ocgen.dll,OcEntry,wordpad.inf,HIDE,7
ZoneGames=zoneoc.dll,ZoneSetupProc,igames.inf,,7
Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Desktop\AutoEndTasks
Set the value to be 1
In the same section, change the WaitToKillAppTimeout to the number of milliseconds you want.
If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.
Start Regedit
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory
Management\DisablePagingExecutive
Set the value to be 1
Reboot the computer
Start Regedit
Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \
Environment
Create a string DEVMGR_SHOW_NONPRESENT_DEVICES
Give it a value of 1
Disable Passport Pop-Up
Normally, WindowsXP will prompt you 10 times that You Need a Passport to use WindowsXP Internet
communication features...
To disable this
Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ MessengerService
Edit the binary key PassportBalloon
Give it a value of 0A (0A 00 00 00)
Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
Edit the key ForegroundLockTimeout
Give it a value of 00030d40
Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \
Winlogon.
Change the value of Shell from Explorer.exe to explorer_1.exe