Category: Windows OS-Level Issues

Set permissions on registry entries in CMD
article #561, updated 4143 days ago

Here is a way, built into Windows 7, available for previous too:

http://support.microsoft.com/kb/264584

Categories:      

==============

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:

http://www.kellys-korner-xp.com/regs_edits/xp_exe_fix.reg

Categories:      

==============

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:

  1. Run REGEDIT
  2. Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc
  3. Open or create a new key folder called Parameters
  4. Add a 32-bit DWORD (not anything else) called FormatDatabase, set its value to 1
  5. Reboot

Categories:      

==============

Optimizing Windows page files (virtual memory)
article #539, updated 4219 days ago

Here are two very good articles:

http://technet.microsoft.com/en-us/magazine/ff382717.aspx

http://support.microsoft.com/kb/314482

Categories:      

==============

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

Categories:      

==============

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

Categories:      

==============

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.

Categories:      

==============

Revert from IE9 to IE8
article #497, updated 4332 days ago

There is a way:

http://social.technet.microsoft.com/Forums/sa/ieitprocurrentver/thread/e71b4a13-e537-472e-af19-f062085671c1

Free telephone tech support from Microsoft is also reportedly available for this.

Categories:      

==============

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.

Categories:      

==============

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:

http://technet.microsoft.com/en-us/library/cc960241.aspx

Categories: