size=25
Doors and Frames

Please enter your IMEI in the box below and

get your master code

IMEI:

Disable Explorer Thumbnail View

Disable Explorer Thumbnail View

If you want disable the Explorer's ability to show the Thumbnail View ,

Start Regedit

Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \

Change ClassicViewState to 1

Not Viewing Zip Files as Folders

Not Viewing Zip Files as Folders


If you want to turn of WindowsXP showing Zip files as folders,
just run:

regsvr32 /u zipfldr.dll

Showing Common Tasks in Window

Showing Common Tasks in Window

When you open a window from My Computer or the Control Panel, and you don't see the blue bar with additional options on the left side, you may simply need to turn on Common Tasks

From that same windows, go to Tools / Folder Options
Check Show common tasks in folders

No GUI Boot

No GUI Boot

If you don't need to see the XP boot logo,

Run MSCONFIG
Click on the BOOT.INI tab
Check the box for /NOGUIBOOT

Adding SafeBoot to the Boot Menu

Adding SafeBoot to the Boot Menu


You can add Safeboot as an option to the normal XP boot screen

Open a command prompt
Copy the current c:\boot.ini to another name (just in case)
With your favorite text editor, edit c:\boot.ini
Copy then edit the current boot line to another line. For example:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
might copy and then change to:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional Safeboot" /fastdetect
Start MSCONFIG
Click on the BOOT.INI tab
Highlight the second line with the additional name of Safeboot
Check the /SAFEBOOT box with option you want
Minimal - Minimal set of drivers
Network - With Network Support
Dsrepair - Directory Services Repair
Minimal (Alternate Shell) - Standard Explorer Desktop
You will now have this option every time you start XP

Poweroff at Shutdown

Poweroff at Shutdown

If your computer does not turn off the power when doing a shutdown,
you may need to edit the registry. I have all the correct BIOS and Power settings and still needed to do this.

Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Desktop
Edit the key PowerOffActive and give it a value of 1
You can do the same in HKEY_USERS\.DEFAULT\Control Panel\Desktop

Hiding the Last User Logged On

Hiding the Last User Logged On


If you use the standard NT style of login and want to hide the last user:

Start the Group Policy Editor (gpedit.msc)
Go to Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options
Scroll down to Interactive logon: Do not display last user name
Set it to Enable

Not Displaying Logon, Logoff, Startup and Shutdown Status Messages

Not Displaying Logon, Logoff, Startup and Shutdown Status Messages


To turn these off:

Start Regedit
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
If it is not already there, create a DWORD value named DisableStatusMessages
Give it a value of 1

Configure for Auto-Logon

Configure for Auto-Logon


If you are the only person using the computer and what to have it automatically log you on,

Start / Run / "control userpasswords2" - no quotes
Uncheck User must enter a user name and password to use this computer

ReInstalling WindowsXP

ReInstalling WindowsXP


If you need to reinstall WindowsXP and want to keep all your current installed applications and settings:

Start WindowsXP

Go to the location of your source files

Run WINNT32 /unattend

I've often need to do this to repair something that had gotten corrupted and didn't want to do a clean install.

NTLDR or NTDETECT.COM Not Found

NTLDR or NTDETECT.COM Not Found

If you get an error that NTLDR is not found during bootup,

If you have FAT32 partitions, it is much simpler than with NTFS.
Just boot with a Win98 floppy and copy the NTLDR or NTDETECT.COM files
from the i386 directory to the root of the C:\ drive.

For NTFS:

Insert and boot from your WindowsXP CD.
At the first R=Repair option, press the R key
Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1
Enter in the administrator password when requested
Enter in the following commands (X: is replaced by the actual drive letter that is assigned to the CD ROM drive.
COPY X:\i386\NTLDR C\:
COPY X:\i386\NTDETECT.COM C:\
Take out the CD ROM and type exit

Fixing Cryptographic Services Error

Fixing Cryptographic Services Error


If you get an error about the Cryptographic services when trying to apply the Security Updates or Service Pack 1,
run the following from Start / Run - note, you might want to just cut and paste the text.

net stop cryptsvc
ren %systemroot%\system32\catroot2 oldcatroot2
net start cryptsvc
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll

Identify Faulty Device Drivers

Identify Faulty Device Drivers

If you are having problems with lockups, blue screens, or can only get to safe mode,
often the problem is due to a faulty device driver.

One way to help identify them is through the use of the Verfier program

Start / Run / Verifier
Keep the default of Create Standard Settings
Select the type of drivers you want to confirm
A list of drivers to be verified on the next boot will be shown.
Reboot
If your computer stops with a blue screen, you should get an error message with the problem driver
To turn off the Verifier, run verifier /reset