Category: Windows OS-Level Issues

.NET Framework Cleanup and Repair
article #384, updated 4847 days ago

Here:

http://blogs.msdn.com/b/astebner/archive/2008/08/28/8904493.aspx

is a tool, by a Microsoft rep, which will reliably remove .NET frameworks. Very useful when the uninstallers fail. However, any other .NET frameworks you are using on the machine will probably need reinstalling, and the author recommends the following:

http://blogs.msdn.com/b/astebner/archive/2008/03/07/8108332.aspx

be done first.

Categories:      

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

Word documents "Save As" with %20 instead of spaces
article #379, updated 4855 days ago

Often Windows Updates will do it. However, sometimes one has to run ‘webfldrs.msi’ and uncheck the last four options:

http://www.networksteve.com/enterprise/topic.php/Cannot_save_new_Office_document_with_spaces_in_filename_to_Share/?TopicId=25091&Posts=0

Categories:      

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

Simple File Sharing in Windows 7
article #364, updated 4898 days ago

Go to the Start ball, enter “Folder Options” in the search box. Under “View”, far down in the checkbox options, you’ll see “Sharing Wizard”. Turn that off, to turn off simple file sharing in 7.

Categories:      

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

Installing 64-bit Windows 7 to GPT/UEFI
article #362, updated 4916 days ago

If the BIOS is UEFI-capable, one can install a current 64-bit Windows OS to a GPT partition, and this should increase overall reliability and stability of the hard drive by a good bit. But the procedure is interesting. Here’s the best example I’ve found so far:

http://blogs.technet.com/b/askcore/archive/2011/05/31/installing-windows-7-on-uefi-based-computer.aspx

Categories:      

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

Install Windows 7 / 2008 from USB Drive
article #348, updated 4969 days ago

Try this:

http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/

Categories:      

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

Fix file associations in Windows 7 and Vista
article #346, updated 4973 days ago

Three separate methods! First, a set of .REG files to merge; you can use these to fix only what is broken, if you know:

http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html

Second, you can delete a particular area of the registry, and it will be re-created at reboot:

http://www.windowsvalley.com/restore-default-file-association-in-windows-vista-and-windows-7/

And third, a utility:

http://www.thewindowsclub.com/file-association-fixer-for-windows-7-vista-released

Categories:      

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

Identify, disable, and re-enable startup items and toolbars
article #345, updated 4973 days ago

So far as I have been able to ascertain, nothing does this very helpful task better than Toolbar Cop. It’s a little program, published in 2005 (!), but it does the job faster and more effectively than anything else I’ve tried, on every version of Windows since 2000. It does its job using .REG files for each item, so you can easily re-enable by a quick merge.

Its home is here:
http://windowsxp.mvps.org/toolbarcop.htm

One of several good download locations:
http://majorgeeks.com/Toolbarcop_d4126.html

Categories:      

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

AVG: Error: Connecting to item registry root HKCU (XXXXX) failed.
article #343, updated 4981 days ago

Sometimes XXXXX can be a small file in “C:\Documents and Settings” on XP. If so, remove it, and AVG will install.

Categories:      

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

User cannot do RWW in SBS 2008 -- how to fix a user's SBS status
article #342, updated 4982 days ago

Sometimes a user is accidentally created in SBS 2008 outside of the SBS wizard. This can lead to all sorts of problems, including inability to do RWW regardless of group membership. Here’s how to fix.

  1. In SBS console, in “Users and Groups”, “Users” tab, right-click on background, choose “Change User Role for User Accounts”.
  2. Choose “Standard User”. Choose “Replace user permissions or settings”. Click Next.
  3. The user may not be in the account list. Choose “Display all user accounts in the Active Directory”. The user will pop in. Choose him/her to change.
  4. Click “Change User Role”. Complete the wizard.

Categories:      

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

Kill Windows processes from the command line
article #335, updated 4990 days ago

The command ‘TASKKILL’ works very well. It can work by EXE filename and process number, filter by service name, work remotely, specify credentials, and more. Lots of useful capability here.

Categories: