Sunday, October 10, 2010

Automatic Screen Refresh

When you make changes to your hard drive and use Explorer, the changes are not usually displayed until you press the F5 key To make the updates automatic: Start Regedit Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Control / UpdateMode Edit the DWORD value to be between 1 and 7 Restart Windo...

Deleting Registry Keys from the Command Line

With the OEM Version of Windows95, a new switch, /D, is added to Regedit. This enables you to delete items from Registry. The syntax is: REGEDIT /L:system.dat_location /R:user.dat_location /D Reg_Key where Reg_Key is the key you want to delete There are two requirements: 1. That you have to boot to the same OEM version of Windows95 as the REGEDIT.EXE file. 2. You cannot be in...

Creating a Default File Opener

If you have a un-registered file type and want to view it with Explorer's Right-click you can add your program to the right-click options by: Starting Regedit Go to HKEY_CLASS_ROOT / Unknown Highlight the Shell Folder below it Right click on Shell and create a New Key Name it anything you want (For example NOTEPAD) Create a New Key under that named command Highlight the Command...

Creating a Network Logon Banner

If you want to create a Network Logon Banner: Start Regedit Go To HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon Create a new String called LegalNoticeCaption Enter the text for your bann...

Changing the Location of Windows95's Installation Files

If you need to change the drive and or path where Windows95 will look for it's installation files: Start Regedit Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Setup \ SourcePath Change the location from the...

Getting Rid of Tips

Remember those "Tips of the day" that appeared when you first install Win95? If you don't want them any longer and want to clear yet more Clutter, approximately 5K, you can delete them at: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ T...

Saving Desktop Settings

When I would go to Control Panel or Start Menu Programs, or any other Desktop window setting; meaning size, position, icon arrangement, they would never be as I set them. I found an answer: At [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] There is a "NoSaveSettings" key. I deleted it and now my all my stuff stays where I tell it. The same key...

Adding Explore From Here to Every Folder

Start Regedit Go to HKEY_CLASSES_ROOT \ Folder \ shell Add a key rootexplore Give it a default value of E&xplore From Here Go to HKEY_CLASSES_ROOT \ Folder \ shell \ rootexplore Add a key command Give it a default value of Explorer.exe /e,/root,/idlist,%i Now when you right click...

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the menu when you right click on any Folder. This could be useful if there is an app you always want available and don't want to go through the Start menu Start Regedit Go to HKEY_CLASSES_ROOT \ Folder \ shell Add a key Name_of_Your_App This can really be any label, just use one that makes sense to you Give it a default value of Name_of_Your_App Putting...

Changing the Registered Owner

Starting Regedit Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion From there you can edit the name in the Registered Owner k...