Windows

Turn on auto admin logon on virtual machines

1320

I have never been a fan of auto logon instead of security but on virtual machines protected by a front end password it seems to make sense.

To Activate auto logon on Windows XP after enabling multiple accounts use regedt32 to navigate the registry to the key
HKEY_LOCAL_MACHINE\SOFTWARE\MicrosoftWindows\CurrentVersion\Winlogon
Set or create the string keys
DefaultUserName to the desired user name
Set or create the DWORD key
AutoAdminLogon to the value 1

Disable constant tracing with bootvis even though you have turned it off (stop tracing) with boot vis.

2220

Make trace.log in
c:\\windows\\system32\\logs\\logfiles\\trace.log read only.

Set the registry key
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\WMI\\GlobalLogger
Start to 0

Repair a corrupted outlook.pst file

1889

The repair tool called SCANPST.exe. On my machine it exists at
C:\Program Files\Common Files\System\MSMAPI\1033\scanpst.exe

Create a shortcut to a directory that opens in a new window

1633

Create a short cut to

"%SystemRoot%\explorer.exe" "[directory]"

Options
/n = New window
/e = Uses explorer (like file manager)
/select,[program name] = Select a given object

Windows Task manager loses menus

409

Double click on the border to make them appear or disappear.

Go to Top