Category Archives: Windows

Windows System Administration

Office 2007 Error: Compile error in hidden module: distMon 3

If you receive this error while opening Excel or other Microsoft Office programs, it is usually caused by an Adobe PDF addon that is having problems. According to Microsoft, this can happen if: 1. The Microsoft Office Startup folder or the Microsoft Excel Startup folder contains either or both of the following Adobe Acrobat PDFMaker add-in template files: Pdfmaker.dot Pdfmaker.xla AND 2. Norton AntiVirus software is installed. To fix it, delete the files from the startup Office folder. There are a few locations it might be, in my case it was in C:\Program Files\Microsoft Office\Office12\XLSTART. See this Microsoft KB Article on fixing the error.

Windows XP – Save Passwords Advanced User Dialog 1

Windows XP and Vista hides the advanced user dialog from the control panel area. This area has been used in Windows 2000 to set saved passwords for login, and also to save passwords for Exchange servers so that you don’t need to type in a password every time you open Outlook. It can be used to save a password for Outlook if your domain is not the same as your Exchange server. If you don’t set this password, then the proxy server will always ask for a password even if you check off “Save Password”. Go to Start->Run, then type in: 1control userpasswords2 This will launch the advanced user dialog. You can now access the advanced tab. Tested in XP Professional and Vista Business.

How to Schedule a Windows Reboot at a Later Time 7

Updated on 8/26/2008 with corrected information! Window’s simple shutdown command works well, but has some major drawbacks. The major one is that it will only schedule a reboot up to 10 minutes into the future (600 seconds). Linux’s shutdown command makes this easy, just issue the command ‘shutdown -r +60′ for example to reboot an hour in the future. No such luck in Windows, you need to download a separate program to do this. It is a sysinternals program, you might remember sysinternals from such utilies like FileMon and ProcessMonitor. The program we use for this is called PsTools and more specifically the file psshutdown.exe. [Download PsTools here] Place psshutdown.exe into a directory for future use, for this example we will use c:\tools\. Easiest Method: Type the following command into the command prompt: 1c:\tools\psshutdown.exe -r -f -c -t 02:00 /accepteula PSshutdown will respond with: 12345PsShutdown v2.52 – Shutdown, logoff and….

Uninstalling Symantec Antivirus Corporate Edition – Needs Password 17

Clients using Symantec Antivirus Corporate Edition requires a password while uninstalling the client. The default password out of the box is symantec. If you have changed this password within the Symantec System Center – then you need to use that password. If you have changed the uninstall password and you no longer have access to this password – well then shame on you. Fortunately there is a workaround: 11) Open Regedit 2) Browse to HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\ VirusProtect6\CurrentVersion\Administrator Only\Security\ 3) Change the value for this key from 1 to 0 useVPuninstallpassword 4) Close the registry and retry the uninstall [From Experts Exchange]

Using a shared network printer on an MS-DOS based program. Comments Off

For those of you, or those of you with clients, who have MSDOS based programs like Wordperfect and you want to print to a networked printer, this is all you need. This also works for other printers who use USB ports or something other than LPT. The solution was to map the share to an LPT port using [I]net use[/I]. For example: [I]net use lpt1 \\printserver\sharename /persistent:yes[/I] If the USB printer is on your local machine, you can share it and then map this same printer locally to an LPT port. From Microsoft KB314499

Install CAB files directly to a Windows Mobile Device from your Desktop via ActiveSync Comments Off

Downloading a CAB file to install onto your Windows Mobile device can be a pain – after downloading the cab file to your desktop, you need to first copy it to your device, then find the cab file to install and then proceed to install it. CABviaActiveSync is a simple, free program that adds a context menu to automatically parse the cab file on your desktop and install it via activesync. This can save you a bunch of steps and is incredibly handy if you are like me and are always installing/uninstalling programs to check out. Download CABviaActiveSync from Modaco.