Google

Tuesday, June 26, 2007

Disable Changing Passwords

Disable Changing Passwords

If, for some reason, you decided that you didn't want users of a Windows 2000
computer to be able to change their password unless prompted to, you can make
this Registry change to implement that:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableChangePassword
Data Type: REG_DWORD
Value: 1


A value of 0 means they can change their password whenever they want to. A value
of 1 means that users will not be able to change their password unless prompted (by
the password expiring, or by the box next to "User Must Change Password at Next
Logon" being checked). Please use caution and frequent backups when working with
the Registry.

Clear Pagefile on Shutdown

Clear Pagefile on Shutdown

When NT shuts down, it leaves the pagefile intact on the hard drive. Some programs may
store sensitive information in clear text format in memory (which in turn may be paged
out to disk). You may wish to empty this file for security reasons, or to help speed a boot
time defrag, or because you dual boot, and you don't want to share the file, or just as part
of troubleshooting a problem. Making the following registry change (or create the
following entry) will clear your page file when rebooting.

Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Name: ClearPageFileAtShutdown
Data Type: REG_DWORD
Value: 1


well friends if u getting problem to find out this key than don't worry....copy the blue word n pest on notepad and save it with .reg ext.
it will create a program now u have to open this program it will install automatically

Sunday, June 24, 2007

Move Location of History Folder


hi friends lets start the regedit tricks
but b careful about that if u done any mistake than u will loss ur OS n all data too

Move Location of History Folder

By default, History files (the URL to sites that you have visited, organized by day) are
stored at in the folder %USERPROFILE%\Local Settings\History. You can redirect these
files to any folder using the following Registry changes:
Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Explorer\UserShellFolders
Name: History
Data Type: REG_SZ
Value: path to new folder


HOME