Regedit This is a featured page

Regedit, You may be thinking "Regedit, what the hell is that?!" or if you have a reasonable amount of experience with computers "Oh awesome a page about what this program is.

What is Regedit?

Regedit is basically a program that lets you edit ceratin values in your computer (short for "Registry Editor"). BEWARE, DON'T JUST PLAY AROUND IN REGEDIT, SOME THINGS CAN SERIOUSLY HARM YOUR COMPUTER IF CHANGED OR REMOVED. You can do really cool things with it such as remove buttons on your computer .e.g remove the shutdown option or make a message appear at startup.

Before you do anything you will need to know how to access the program.:
So first go to your start menu
Then click run
Now type "regedit" without the quotes
Regedit should open (if it doesnt contact me)

How to display a legal notice on startup
This is how to make a legal notice appear on startup:

Open Regedit

Navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system"

legalnoticecaption:"enter your notice caption here"

legalnoticetext:"enter your legal notice text here"


Add admin user to welcome screen:
Start the Registry Editor Go to:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList \

Right-click an empty space in the right pane and select New > DWORD Value Name the new value Administrator. Double-click this new value, and enter 1 as it's Value data. Close the registry editor and restart.



Kill Processes immediately:
When logging off, you sometimes get an “End Task” dialog prompt, indicating a program that doesn’t shut itself down. You can suppress the prompts and have Windows kill these programs automatically when you log off. In regedit, find key HKEY_CURRENT_USER\Control Panel\Desktop Look for the value AutoEndTasks, and change it from 0 to 1.



No Shutdown:
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"NoClose"="DWORD:1"


Show Superhidden Files:
Even if you turn on show hidden files in Windows Explorer some files will remain hidden. These files are super hidden. Set the registry value below to 1.


Unblock Regedit and CMD prompt:
Save this file is a .reg file then execute it

REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]
"Disabled"=dword:0
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:0



Memory Performance
Improving memory performance can be done simply by preventing your hard drive from being used for cache. This is only useful with 256Mb or more of RAM.
Everything that you'll need to edit here can be found in HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management
So of course add [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] to your *.reg file.
Disable Paging Executive
This will prevent pages sections from RAM going to the hard drive. If you have a large amount of RAM at least 256Mb (I suggest 512) you might want to keep the data in your RAM to improve your performance considerably due to reduced amount of hard drive swappage. The entry that you will want to modify is called DisablePagingExecutive. Changing this from 0 to 1 will keep the data in your RAM.

"DisablePagingExecutive"=dword:00000001

System Cache Boost
The XP kernel can be loaded into your RAM with a simple registry edit. This can greatly improve performance since the NT Kernel will always be in your RAM. With this edit you will allocate roughly 4Mb of your RAM for the kernel. Sometimes more RAM is used but most of the time it is only 4Mb. The entry that you will need to find is called LargeSystemCache and you'll need to change this from 0 to 1 in order to enable this.

"LargeSystemCache"=dword:00000001
To put both of these RAM tweaks into use you'll add something like this to your reg file
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001

The XP Prefetcher

Windows XP has a service called the Prefetcher. It basically monitors the different programs that start during startup and helps them launch faster.

To find this tool browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters
The important key is EnablePrefetcher. Default value for this is 3. You will want to try numbers between 1 and 6. 5 seems to work best for me but your mileage may vary.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"="5"


Mason(pkk)
Mason(pkk)
Latest page update: made by Mason(pkk) , Jun 6 2008, 8:03 PM EDT (about this update About This Update Mason(pkk) Edited by Mason(pkk)

72 words added

view changes

- complete history)
Keyword tags: None
More Info: links to this page
Started By Thread Subject Replies Last Post
Cynical-Crow Forgot something guys 1 Mar 27 2009, 7:17 PM EDT by Mason(pkk)
Thread started: Mar 27 2009, 7:22 AM EDT  Watch
Alright, Crow here.
You guys forgot some nice lil tricks with regedit. Simply open regedit by clickong on run then typing in "Regedit" then, click on HKEY_CURRENT_USER, then click on software, then click on mircosoft, then to windows. From there, you'll find run. Click on it, that my friends, is the harder way to run programs on startup. You'll notice that if you have MSN, you'll see a value like so ""C:\Program Files\Windows Live\Messenger\msnmsgr.exe" /background" that, runs messanger on startup, even if it isn't set to run on startup using other means. An example of manipulating this to your advantage would be to make a new string value, then to write say as an example "C:\WINDOWS\System32\notepad.exe" it would run notepad on startup. So if you're a complete lamer then I'll line it out for you, write the path of the file you want to run as a string value. Simple it runs on startup everytime you log on.

Another usefull thing you forgot, is removing MRU objects, which record your activities and encode them. For extra precaution it is good to delete these.
Go to the same place I mentioned earlier HKEY_CURRENT_USER/Software/mircosoft/windows then, find explorer, click on that then click on RUN MRU a couple entries will be in there. Delete the entries that have values of such. "A, B, C etc" then click on MRU list and remove the value, don't delete the entry, just remove the data.

I might write more in the future, your friend the Crow
1  out of 1 found this valuable. Do you?    
Keyword tags: None
Show Last Reply
HIddenPanda Startup Hello! 1 Sep 15 2008, 5:23 PM EDT by Mason(pkk)
Thread started: Sep 12 2008, 10:08 PM EDT  Watch
Can you send me the instructions to make a message popup after someone logs on?

Thanks in advance
Do you find this valuable?    
Keyword tags: None
Show Last Reply
de.cyborg You've Done Great Job... 1 Jun 6 2008, 7:45 PM EDT by Mason(pkk)
Thread started: Mar 14 2008, 6:50 PM EDT  Watch
Please help me, the REGEDIT thing has been disabled on my laptop how can i turn it on or make it active... thanks...
4  out of 6 found this valuable. Do you?    
Keyword tags: None
Show Last Reply
Showing 3 of 3 threads for this page