Hack your Registry.
Below are useful steps to hacks Registry from various source.
First, make sure your registry is enable it. If it in disable mode, try these:
- Registry editing has been disabled by your administrator
- 1. Download UnHookExec.inf
- 2. Right click on the downloaded file and select install.
- For enabling you can also use the remove restrictions tool(RRT) by Sergiwa.com,
if the method 1 doesn’t work for you, try below method.
- 2. Run and check the registry tools and click apply.
- If the above two methods does not work also, try this one,
- 2. Double click on the downloaded file to enable registry editing.
Now you can use below hacking tips:
1. Display legal notice on startup:
This is a cool idea to afraid your friends by displaying a secret message about him/her at system start up.
Goto Start–>Run–>Regedit
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
“legalnoticecaption”=”enter your notice caption”
“legalnoticetext”=”enter your message text here”
2.Automatic Administrator Login:
Wish to change Admistrator login, try this,
Goto Start–>Run–>Regedit
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“AutoAdminLogon”=”1″
Havent yet try on window 7 but preety sure on Windows Xp we all know it is not a secured OS as Linux.
3. Remove Shutdown Option:
This is a cool trick!
Goto Start–>Run–>Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
“NoClose”=”DWORD:1″
4. Increasing options in add/remove programs:
Want to delete MSN Messenger but can't? don’t want Windows Media Player on your system?
Some programs are disable by windows to view in Add/Remove Programs in the Control Panel.
To make it visible just open the file X:\Windows\inf\sysoc.inf
(where X: is the drive letter where Windows XP is installed) in Notepad.
You should see a section of the file something like this:
[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,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7
This is a list of all components installed at the moment.
I’ve taken the example of MSN Messenger – the program entry called ‘msmsgs’, third-last line.
You can see the word ‘hide’ highlighted – this is the string which tells Windows not to display
the component in the Add/Remove Programs list. Fix this up by simply deleting the word ‘hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
To this:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list.
If you want to be able to quickly view and remove all components,
simply open the sysoc.inf file and do a global find and replace for the word “,hide” and replace it with a single comma “,”.
5. How To Enable Or Disable USB Pendrive Access
By following these simple steps anyone can disable and re-enable the access of USB ports.
Method 1(Using Registry)
To disable the access to USB port, in windows XP and 2000:
1. Click Start–>Run.
2. Type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click Ok.
6. Quit Registry Editor.
To re-enable a disabled port:
1. Click Start–>Run.
2. Type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click Ok.
6. Quit Registry Editor.
Or
Method 2 (Using Notepad)
a) Open notepad
To Disable USB Port Copy and paste the below code then save it as “disableUSB.reg” (With Quotes)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000004
b) Then double click disableUSB.reg file and it will ask do you want to add the information to registry.
Click yes.
If you wish to Enable USB Port then Copy & Paste the Below Code and save it as “enableUSB.reg” (With quotes)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
“Start”=dword:00000003
c) Then double click enableUSB.reg file and it will ask do you want to add the information to registry.
Click yes.
Enjoy!