1. DisABLe CMD {command propmt}
Enabled CMD is a loop hole on your system and anyone can change your password using CMD. Disabled CMD can stop anyone while changing your password and also helps in blocking batch viruses.- OS –> for XP/VISTA/WIN7
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\POLICIES\MICROSOFT\WINDOWS\SYSTEM].
- There may be possibility that after MICROSOFT, there will be no subkeys there. So you have to create a new key. Right Click on MICROSOFT –> NEW –> KEY and name it as WINDOWS. Similarly, Right Click on WINDOWS –> NEW –> KEY and name it as SYSTEM.
- Create a new 32-bit DWORD value in SYSTEM. Right Click on SYSTEM –> NEW –> DWORD VALUE and name it as “DisableCMD“.
- Now Double click that value and modify it to 1.
- To Re-Enable CMD, just delete that value or modify its value to 0.
- 0 – (default) enable command prompt and batch files
- 1 – disable command prompt and batch files
- 2 – disable command prompt but allow batch files
2. DisABLe aUToRuN Fac!L!T!es foR ReMoVaBLe meD!A
Enabled Autorun may sometimes dangerous and annoying for normal users. Becuz whenever you insert any removable media it may sometime send virus and take any other harmful action with your confirmation.- OS –> for XP/VISTA/WIN7
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- On the right pane see the value “NoDriveTypeAutorun“. If value doesn’t exists then create new DWORD value. Right Click on EXPLORER –> DWORD VALUE , and name it “NoDriveTypeAutorun“.
- Double Click that value and modify it to 95 from 91.
- 20 – To disable AutoRun on CD-ROM drives 4 – To disable AutoRun on removable drives 8 – To disable AutoRun on fixed drives 10 – To disable AutoRun on network drives 40 – To disable AutoRun on RAM disks 1 – To disable AutoRun on unknown drives.
- If you want to disable Autorun on a combination of drives, you’ll need to calculate sum of the values. For example, if you want to disable Autorun on CD-ROM drives and removable devices, you’ll need to set the value to 20+4=24.
3. DisABLe W!NDoWs FiReWaLL
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WINDOWSFIREWALL\STANDARDPROFILES]. and also to –> [HKEY_LOCAL_MACHINE\SOFTWARE\POLICIES\MICROSOFT\WINDOWSFIREWALL\DOMAINPROFILES].
- Its 90% possible that you can’t find any WINDOWS FIREWALL key under MICROSOFT key. So you can create a key under MICROSOFT, RIGHT CLICK –> NEW –> KEY and name it as “WindowsFirewall“.
- Now right click, WINDOWS FIREWALL and create two keys named as “StandardProfiles” and “DomainProfiles“.
- Now first go in StandardProfiles and create a new DWORD VALUE here named as “EnableFirewall“, then create the same DWORD value in DomainProfiles key named as “EnableFirewall“.
- Now Double click the EnableFirewall value and modify its value to 1.
- To Re-Enable firewall, modify its value to 0.
4. CHanGe DeFauLT LocAT!oNs FoR iNsTaLLinG ProGraMs
Windows uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/or directory by using a Registry hack.- OS –> for XP/VISTA/WIN7
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION].
- In the right pane, look for the entry named “ProgramFilesDir“.
- By default, the value will be C:\Program Files. Edit the value to any valid drive or folder. Windows will use that new location as the default installation directory for new programs.
5. DiSaBLe sHUt-dOWn oF CoMPuTeR
There might be times when you want to
make sure XP can’t be inadvertently shut down. You can use a Registry
hack to disable the normal shutdown.
- OS –> for XP/VISTA/WIN7
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- Create a new DWORD key, and name it “NoClose“. Double click that value and modify it to 1.
- Exit the Registry and restart the computer.
- To Remove that hack, just delete that key. For Vista users, you have to just create that key.
6. DiSaBLe RuN N sToP ItS FunCTioNinG To eXeCuTe CoMManDs
Disabling Run can increase a bit of
security level becuz its possible that anyone can run some useful
commands and tear up your system settings and can also play with your
PC. These are my words, In Case you never use RUN and you are normal
user. This Trick will help you.
- OS –> for XP/VISTA {not sure in WIN7}.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- and also Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- Note that there is possibility that you can’t find “Explorer” key in vista. In that case you need to make a new key named as “Explorer“.
- Now create these 4 keys in both of these places –> “DisableLocalMachineRun“, “DisableLocalMachineRunOnce“, “DisableCurrentUserRun“, “DisableCurrentUserRunOnce“.
- Please note that do make all these 4 values in both places to where we navigate.
- Now Double Click that value, and modify it to 1.
- To Re-enable it, just delete that value or modify all 4 values to 0.
7. DiSAbLe DisK CLeaN-uP wARn!nG
If your hard disk has what Windows
decides is too little space left on it, the operating system will pop up
a warning and recommend that you run Disk Clean-up. Sometimes it
becomes very itchy, becuz it may be case that you are as lazy as me.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- In vista you need to create “Explorer” Key. Now in the right pane, Right Click and create a new DWORD Value named as “NoLowDiskSpaceChecks“.
- Double Click that value and modify it to 1. Restart System to see changes to take place.
8. aLLoW LaPToPs to EnTeR PoWeR SaV!nG sTaTe
Some laptops’ processors might not be
able to enter their power-saving state, even when they’re idle, because
USB polling fools the processor into thinking the laptop is active. Your
system polls your USB ports once every millisecond to see whether a
device is present. So, even if a device isn’t present, it continues
polling. The problem is that some laptop processors won’t go into
their power-saving state because the constant polling makes them think
the laptop is active.
With a Registry hack, you can increase
the polling interval from the default of one millisecond, letting the
processor enter its power-saving state.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\CLASS\{36FC9E60-C465-11CF-8056-444553540000}000].
- Create a new DWORD value named as “IdleEnable“. Double Click that value and modify value data to number between 2 and 5. This will set the polling intervals in milliseconds.
- If there are Additional sub-keys, like 0000. If there is 0001, 0002, 0003 and so on…… repeat that procedure and create DWORD value “IdleEnable” in each of these keys.
- I have 28 keys…. so don’t take your hands off the keyboard. To make this Hack, you have to make edits in all of the keys.
- Reboot is necessary for changes to take effect. There is also possibility that you might to try different values untill you find the correct one to work for you.
9. PLaCe W!NDoWs KeRNeL !NTo rAm
Perform this hack only if the system has 256MB or more of installed RAM!!!!!
It’s a given that anything that runs in
RAM will be faster than an item that has to access the hard drive and
virtual memory. Rather than have the kernel that is the foundation of XP
using the slower Paging Executive functions, use this hack to create
and set the DisablePagingExecutive DWORD to a value of 1.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\SESSIONMANAGER\
MEMORYMANAGEMENT]. - In the Memory Management, see in Right Pane window. And check for “DisablePagingExecutive“.
- Double Click that value and modify it to 1, to disable paging and have the kernel run in RAM.
- Reboot system for changes to take place. To Undo this Hack just modify that value to 0.
10. SeTT!nG MiNimUm paSSwoRD LenGtH
This hack will restrict users for a definite password length. This makes other Brute Force tools to crack your password easily.- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\NETWORK].
- If you don’t find any network key, Right Click on Policies and create new key named as Network.
- Now Click on Network key, In the Right window, Right Click –> NEW BINARY VALUE. And name it as “MinPwdLen“.
- Double Click that value and change the number to which you want to restrict the password length.
- Right Click Network Key, Create a new Binary Value and name it as “MaxPasswordAge“.
- Double Click it and set the value to 20 or 30, so that you need to change the password by that number of days.
11. cHaNGe DeFauLT TTL vALue
Default TTL determines the time in
seconds and number of hops packet lives (every hop reduces it by atleast
by 1). While it doesn’t directly affect speed, a larger value increases
amount of time it takes for a packet to be considered lost, discarded
and retransmitted. A value that’s too small can cause packets to be
unable to reach distant servers at all.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\TCPIP\PARAMETERS].
- Now Right Click on right window and create new DWORD Value named as “DefaultTTL“. Double Click that value and modify it to either 40 or 64 or 128.
- Restart system for changes to take place.
12. D!sABLe coNTRoL PaNeL
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- In the Right window right click , create new DWORD Value 32-bit. And name it as “NoControlPanel“.
- Double Click that value and modify its value to 1.
- Restart system for changes to take place. To undo this Hack just modify its value to 0 or delete that key “NoControlPanel“.
13. FoRcE UsE oF cLaSS!C sTaRT MeNu
This
Trick loads the Classic Start Menu and makes it impossible to change
back to the Windows XP version. This is useful in an office environment
where it’s important to you (it may not be, to each his own) to turn off
all of the windows xp eye candy which sets up the computer for best
performance, not best appearance.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\EXPLORER].
- Right Click in right window pane and create a new DWORD Value and name it “NoSimpleStartMenu“. Double Click that value and modify it to 1.
- Restart system for changes to take place. To Undo This Trick, just delete that key or modify its value to 0.
14. cReATe a H!DDeN uSeR aCCoUnT
The
user accounts you’ve set up appear on the Welcome screen when you start
up the PC. This account won’t be accessible when switching users with
Fast User Switching; you’ll be able to access it only from the Log On To
Windows dialog box.
Keep in
mind that it is not a totally hidden account; the account’s profile
will appear in the Documents And Settings folder. Also, the account
appears in Local Users And Groups when an administrator is logged on.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWSNT\CURRENTVERSION\WINLOGON\
SPECIALACCOUNTS\USERLIST]. - Right Click in right window and create a new DWORD Value with the name of the account to be hidden, anyname.
- Double Click that value and modify its value to 0. Restart PC for changes to take place.
15. TroUBlesHooT sTarT-uP – !DeNt!Fy uR sYsTeM ProBLeMs
If Windows is taking its time to start up
or shut down, there might be a problem. To find out what’s going on,
just perform this hack.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\SYSTEM].
- Right Click on right window pane and create a new DWORD Value and name it as “verbosestatus” and modify its value to 1.
- Restart your PC and Windows will tell you what it’s getting up to.
16.EaSY eNcRYpTioN oF FiLeS aNd FoLDeRs
Some versions of Windows have always
allowed you to encrypt files, but it’s an awkward process, you must
right-click the file, select “Properties“, click the “Advanced” button, check “Encrypt contents to secure data” and then press “OK” twice. Ok whatever… it takes uR time.
Now Perform this Hack and just right-click a file and select “Encrypt“.
- START –> RUN –> REGEDIT.
- Navigate to –> [HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\EXPLORER\ADVANCED].
- Right Click and create a new DWORD value named as “EncryptionContextMenu“. Double Click it and modify its value to 1.
- Restart system for changes to take place.
No comments:
Post a Comment