Howto: Enable Remote Desktop on a Windows 2008 Server Core System
Windows 2008 Server Core uses the SCregEdit.wsf script found in C:\Windows\System32 to configure Terminal Services (TS) behavior. TS is the method of remote controlling your Server Core system through Remote […]
Howto: Shut down or reboot a Windows 2008 Server Core System
To shut down a Windows 2008 Server Core System, at the command prompt type: Shutdown -s -t xx where -s = shut down -t xx = time to wait before […]
Howto: Use the Windows Debugging Tools to analyze a crash dump (BSOD)
Occasionally, my Windows XP SP2 laptop has had the Blue Screen of Death appear unexpectedly. It doesn’t occur when any particular application is running, and nothing ever is written to […]
Howto: Disabling Driver Signing in Windows Vista 64 bit
A security feature of Windows Vista 64 bit version is that unsigned drivers will not load. I’m all for increased security, until I run across a piece of hardware that […]
Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy
Microsoft KB 307874 describes how to disable Windows XP Professional’s simple file sharing. Why would you want to disable simple file sharing on your workstation? The KB explains: By default, […]
Creating and Updating Outlook Profiles using PRF Files
We do the majority of desktop deployment using imaging. Imaging allows us to bypass most of the redundant manual desktop software configuration. But one part of the deployment process we […]
Howto: Disable Windows XP Security Center Nag Screens via the Registry
I control most of my networked computers’ Windows desktop firewalls through Group Policy. I have a few workstations that aren’t associated with any GPOs for testing purposes, and these machines […]
Howto: Move the Microsoft Office MSOCache Directory to a Different Drive
Some of our older laptops are starting run short on free space on the system partition. The MSOCache is a hidden folder, usually located on the C drive, that contains a […]
HowTo: Enable Windows Debug Logging to Solve Authentication Problems
I’ve had some authentication problems of late on one of my Windows 2000/2003 networks, so I decided to enable Net Logon debugging to help trace the source of the problem. […]
HowTo: Use clip.exe to Redirect Command Line Output to the Windows Clipboard
I was browsing the Windows Server Command Line Reference today and came across clip.exe. I was not familiar with this little utility, but after a brief investigation I found that it […]
HowTo: Extract Files from a .MSI File using the Windows Command Line
Every once in a while I need to extract the content of a .msi file in order to customize a deployment for a particular network environment. Sometimes initializing the .msi […]
Howto: Using AD Restore and PSexec to Remotely Restore a Deleted Object from Active Directory
I was surfing while installing Windows 2003 servers today, and came across AD Explorer. This utility is from Sysinternals (now owned by Microsoft), that allows you to view a whole […]
HowTo: Silently Install VNC onto a Remote Windows PC
I have a client that wanted to be able to remotely access an employee’s computer, but didn’t want to use Windows XP’s remote desktop (long story why) . He also didn’t […]
HowTo: Enable Remote Desktop on a Windows XP Machine – Remotely
I’ve been configuring my LAN for spiceworks this afternoon. The Windows XP firewall is enabled on most of our PCs, and I didn’t want to visit each station to configure […]