Here is a way, built into Windows 7, available for previous too:
Category: Windows OS-Level Issues
Set permissions on registry entries in CMD
article #561, updated 4143 days ago
Restore .EXE file associations in XP and 7
article #559, updated 4149 days ago
Here is Microsoft’s recommend:
http://support.microsoft.com/kb/950505
Here is a method from Kelly Theriot which works when the above doesn’t, on XP:
Fix problems with Windows 7 Offline Files
article #555, updated 4172 days ago
To fix a very wide variety of problems with Offline Files in Windows 7, try this:
- Run
REGEDIT
- Open
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc
- Open or create a new key folder called
Parameters
- Add a 32-bit DWORD (not anything else) called
FormatDatabase
, set its value to 1 - Reboot
Optimizing Windows page files (virtual memory)
article #539, updated 4219 days ago
Here are two very good articles:
Virtual memory (page file) settings for Windows
article #523, updated 4260 days ago
This is given by the indomitable Liz Landry, as the Microsoft recommendation for workstations of all kinds.
Initial size: RAM x 1.5
Maximum size: RAM x 3
Disable File Security Warnings in Windows
article #512, updated 4292 days ago
Here are some very useful methods:
http://www.sevenforums.com/tutorials/182353-open-file-security-warning-enable-disable.html
Replace Mail Icon in Control Panel
article #504, updated 4319 days ago
1. Find the proper MLCFG32.CPL . This is the control panel icon for Outlook mail configuration. It will be somewhere under Program Files.
2. Determine its path in short (8×3) form. This can be done using DIR /X. It usually starts with C:\PROGRA~1. It varies according to OS and version of Outlook. If you have more than one version of Outlook present, remove one, run the repair on the other, and then do this. An example of a valid path for one XP box:
C:\PROGRA~1\COMMON~1\System\MSMAPI\1033\mlcfg32.cpl
3. In RegEdit, go here: HKEY_CURRENT_USER\Control Panel\MMCPL
4. Create or open a registry string key called mlcfg32.cpl. Put the 8×3 path for this file as the value for the string key.
5. Open the control panel, and it’s there. It may not be in alphabetical order until you sort it manually.
Revert from IE9 to IE8
article #497, updated 4332 days ago
There is a way:
Free telephone tech support from Microsoft is also reportedly available for this.
Import Certificate for SBS 2011 Remote Access
article #495, updated 4334 days ago
First copy the cert from the server to a file. Log into the server as administrator, and in CMD:
certutil -ca.cert ca_name.cer
Then copy ca_name.cer onto the desktop of the client PC, double-click on it, click “Install Certificate…” on the General tab, click “Place all certificates in the following store”, click “Browse…”, click “Trusted Root Certification Authorities, and click OK. Click Next and Finish.
Delete Files and Folders at Next Reboot - Registry Entries
article #494, updated 4360 days ago
Here is the location:
HKLM\System\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations
It is documented in some detail here: