Category: Windows OS-Level Issues

Server 2008 and Vista SP1 Freezeups
article #238, updated 5073 days ago

This is an interesting hotfix:

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

Categories:      

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

Advanced user/password/group window in Windows 7
article #235, updated 5083 days ago

It was “control userpasswords2” in XP.  Under Windows 7, put this in the start-button search box:

netplwiz

The box you want, will come right up.  This also handles auto-login if the machine is not attached to a domain.

Categories:      

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

Install Certificate Into Windows 7
article #230, updated 5108 days ago

The most excellent LizL., has delivered unto us:

I found out how to install the certificate into the trusted root store:

The certificate has to be saved first and you do that by going to the website and clicking on the Certificate Error and then view certificate. Once you have that opened click on the Details tab. Choose Copy to File which opens the Export Wizard. Click Next at the first screen, choose the correct format and click Next, choose the Browse button and save the file to the desktop with the company name.cer, click Save, Next and then Finish. You should see an widow pop up that says the export was successful.

Once the certificate has been saved open up a command prompt with elevated privelidges, type in certmgr and hit enter. Once open expand the Trusted Root Certification Authorities and then click on certificates. Check for the name of the cert that you want to install and if not there right click on certificates and choose All Tasks then Import. That opens up the Import Wizard. Click Next, click Browse and go to the location of the certificate and click Open. Click Next, choose to place it in the Trusted Root Certification Authorities store and click Next. You will see the settings and click Finish. There will be a popup that says the import was successful. Go to the website and you should no longer have the error.

Categories:      

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

SESSION3_INITIALIZATION_FAILED / 0x00000006F blue screen
article #227, updated 5122 days ago

So far this is confirmed in Windows XP.  If you see a BSOD with label SESSION3_INITIALIZATION_FAILED, 0×00000006F, it appears to indicate a missing or corrupt driver file.  We can fix this problem by copying the appropriate file from install media or LiveCD or other source.  The fix has thus far been confirmed to involve any or all of the following files:

ftdisk.sys
smss.exe

Categories:      

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

Quick Time Zone Updates
article #221, updated 5139 days ago

Here is a set of quick updates for time zones for recent version of Windows:

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

They apparently were scheduled for February of 2010, but some machines still don’t have them.

Categories:      

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

Permissions info on roaming profiles
article #220, updated 5143 days ago

Here is some excellent info:

http://serverfault.com/questions/43794/using-icacls-to-set-permissions-on-user-directories

Quoted, a simple CMD script to set permissions so that Administrator can see the contents:

set /p userDir=Enter the login of the user's directory you're modifying permissions for. (i.e. jDoe)
TAKEOWN /f "E:\Home Directories\%userDir%" /r /d y
ICACLS "E:\Home Directories\%userDir%" /reset /T
ICACLS "E:\Home Directories\%userDir%" /grant:r "MYDOMAIN\%userDir%":(OI)(CI)F
ICACLS "E:\Home Directories\%userDir%" /setowner "MYDOMAIN\%userDir%" /T

Categories:      

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

File and folder permissions from the command line
article #219, updated 5143 days ago

For Server 2003 SP2 and up, we have something new, ICACLS .  Here’s some docs:

http://ss64.com/nt/icacls.html

Categories:      

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

Manipulate services from the command line
article #218, updated 5146 days ago

To delete service of name “servicename”, one can simply do this:

SC delete servicename

The “SC” command has lots of other uses, too.

Categories:      

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

Dual and Multiple Monitors via RDP
article #208, updated 5170 days ago

An overview:

http://www.ervik.as/index.php/microsoft-mainmenu/terminal-server/1964-using-multiple-monitors-in-remote-desktop-session

Categories:      

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

Advanced SystemCare Free
article #205, updated 5171 days ago

A truly excellent system cleanup utility:

http://www.iobit.com/advancedwindowscareper.html

Categories: