Archives for Windows Tips category
Does browsing the network for shares take forever? There is a setting that disables checking for scheduled tasks when browsing the network. This can speed up things considerably if you’re on a larger network. This hack works on Windows 2000/2003/XP and Vista.
As with any registry edits, you might want to back it up before making any changes.
Perform the following steps:
1. Click Start > Run, type regedit and click OK.
Click the plus sign next to HKEY_LOCAL_MACHINE
then SOFTWARE
then Microsoft
then Windows
then CurrentVersion
then Explorer
then RemoteComputer
then NameSpace
Right-click on {D6277990-4C6A-11CF-8D87-00AA0060F5BF} and select Delete.
Click Yes to confirm deletion.
After you restart the computer, network browsing should be faster.
Posted on Nov 26, 2007 under Windows Tips |
When you install the Windows 2003 Administration Tools on your Windows Vista computer, you get the following error when you try to use them:
MMC could not create the snap-in.
For a workaround to this problem, follow these steps:
1. Login to Windows Vista using an account with administrator rights.
2. Download adminpak.cmd and place it in the C:\Users\username folder where username = the admin account you are currently logged in with.
3. Click Start > All Programs > Accessories and right-click Command Prompt, and then click Run as administrator.
4. Type the command below:
C:\Users\username\adminpak.cmd
If you are running the 64-bit version of Windows Vista, type cd %systemroot%\syswow64 then press ENTER first.
Now you can click Start > All Programs > Accessories and right-click Command Prompt, and then click Run as administrator. and type the command of the tool that you want to run, and then press ENTER. Add the tools you wish to use.
Source:
You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer
Posted on Nov 26, 2007 under Windows Tips |
When you use the Start a program feature in Remote Desktop, the wrong application starts.
To work around this problem, you will need to use quotation marks around the path.
Use:
“C:\Program Files\Microsoft\Program.exe”
Instead of:
C:\Program Files\Microsoft\Program.exe
See also:
An unexpected program may start when you use the “Start a program” feature in Remote Desktop Connection
Posted on Nov 26, 2007 under Windows Tips |
How to enable Internet Connection Sharing or ICS on the host Windows Vista computer.
1. Click Start > Control Panel > Network and Internet > Network and Sharing Center > Manage Network Connections.
2. Right-click the connection that you want to share and choose Properties.
3. Click on the Sharing tab. (Only available if you have more than 1 connection)
4. Check the box for Allow Other Network Users to Connect Through This Computer?s Internet Connection.
Now any computer connected on the same network will be able to use this computer to obtain an Internet connection.
Posted on Nov 26, 2007 under Windows Tips, Windows XP Tips |
You get an error message when trying to install Windows Updates on your Windows XP or Windows 2000 computer.
Problem: A problem on your computer is preventing updates from being downloaded or installed.
Here’s how to solve the problem:
1. Click Start > Run and type regsvr32 wuapi.dll
2. When you receive the message that the DLL has been registered, click OK and perform the same steps for each of the following commands under Start > Run:
regsvr32 wuaueng1.dll
regsvr32 wuaueng.dll
regsvr32 wucltui.dll
regsvr32 wups2.dll
regsvr32 wups.dll
regsvr32 wuweb.dll
Posted on Nov 26, 2007 under Windows Tips |
When trying to use an application that requires DRM, you might get the following error:
There is a problem with the Digital Rights Management (DRM) system on your computer.
This typically happens when users are using the Zune Marketplace with their Zune device.
To try to fix this problem, the first thing to try is to run the Security Component Upgrade. You must access this site in Internet Explorer under Administrator privileges. Otherwise the Upgrade option will be grayed out.
If that doesn’t fix the problem try the following to reinstall the DRM system on your system with these steps:
First start your computer in Safe Mode. To do so, continuously tap the F5 key on your keyboard while you are starting your computer. Login under an account that has Administrator rights.
Read more… »
Posted on Nov 26, 2007 under Windows Tips |
You get an error when you try to run an application installer that says the following:
The System DLL user32.dll was relocated in memory. The application will not run properly, The relocation occured becuase the DLL C:WINDOWSsystem32SHELL32.dll occupied an address range reservered for Windows system DLLs. The vendor supplying the DLL should be contact for a new DLL.

In our case, we got this error message because a theme pack was installed on the computer such as BricoPacks, Crystal Clear or any of the other items available at CrystalXP. It modified the shell32.dll and made it more than 8KB in size. When certain setup.exe applications detect this, it fails with this error.
When we uninstalled CrystalXP, the problem was resovled.
Posted on Nov 26, 2007 under Windows Tips |
People still don’t like to believe that the tech’s at the helpdesk can see everything on their computer without actually being at the computer. If anybody has administrator rights, and most members of the company helpdesk do, as do many managers, they can see every file on the computer. Chances are, there is at least one person in your company that is fully willing to snoop around just for fun.
Read more… »
Posted on Nov 26, 2007 under Windows Tips |
How to get the MAC address of a network card by IP address or Computer Name by using the GETMAC command.
To use this command…
1. Open a command prompt with administrator priveleges.
2. You can use one of the following commands
GETMAC /s computername - Get MAC by Computer Name
GETMAC /s 192.168.1.1 - Get MAC by IP Address
For other ways to use this command you can visit the Microsoft Documentation on GETMAC.
Also, Technipages has made a little GUI utility that will easily pull the MAC address by the computer name or IP address. You can download it here.
NOTE: You must have administrator rights on the machine you are getting the IP address for.
Posted on Nov 26, 2007 under Windows Tips |
You get an error when starting a Windows Service:
Error 193: %1 is not a valid Win32 application
This could be caused by a folder on your hard drive that has a similar name to the folder that contains the path to the service. For example, if the path of the executable file for a service is C:\Program Files\ProgramName\ServiceName.exe, and if a folder that is named C:\Program also exists on your hard disk, Windows locates the C:\Program folder on your hard disk before the C:\Program Files\ProgramName\ServiceName.exe file, and then tries to run it.
You can get rid of the Program folder, or perform the following steps:
1. Click Start > Run and type REGEDIT and click OK.
2. Click the plus sign next to HKEY_LOCAL_MACHINE
then SYSTEM
then CurrentControlSet
then Services
then ServiceName
3. Right-click ImagePath on the right side. In the Value data box, place quotes in the path.
Example:
Change: C:\Program Files\ProgramName\ServiceName.exe
To: “C:\Program Files\ProgramName\ServiceName.exe”
4. Click OK and close REGEDIT. Restart the computer.
Posted on Nov 26, 2007 under Software Tips, Windows Tips |
The Apple Software Update kept appearing on my computer and I couldn’t figure out what was causing this annoyance. I didn’t find it in my Startup folder or in the registry anywhere. Soon I discovered it was in my Scheduled Tasks. Here is how you can prevent the Apple Software Update screen from appearing.

1. Click Start > Programs > Accessories > System Tools > Scheduled Tasks.
2. Right-click on AppleSoftwareUpdate and select Delete.

Posted on Nov 26, 2007 under Windows Tips |
How to install the Windows 2003 Network Monitor Tools.
1. Open Click Start > Settings > Control Panel and double-click and double click Add/Remove Programs.
2. Click Add/Remove Windows Components.
3. Select Management and Monitoring Tools and click Details.
4. Select Network Monitor Tools and click OK.
5. Click Next on the main Windows Components dialog. You’ll be prompted for the Windows 2003 disc.
You have completed the installation of the Windows 2003 Network Monitor Tools.
Posted on Nov 26, 2007 under Windows Tips |
How to synchronize the time with another computer on the network.
You can syncronize your Windows computer with another computer on the network by using the NET TIME command.
To use this command, open a command prompt and type:
NET TIME \\computername /SET /Y
If you are on a domain, it’s usually standard to synchronize the time with your login server. To do this type:
NET TIME \\%LOGONSERVER% /SET /Y
If you only know the IP address of the computer, you can use that as well:
NET TIME \\192.168.1.1 /SET /Y
Posted on Nov 26, 2007 under Windows Tips |
Using the NET STATISTICS command, you can get a lot of detailed information about how a workstation or server is communicating over the network.
Open a command prompt and type:
NET STATISTICS WORKSTATION
for workstation communication information about your computer
A typical workstation report will look like the following:
Workstation Statistics for \\COMPUTERNAME
Statistics since 07/17/2007 1:02 PM
Bytes received 97328
Server Message Blocks (SMBs) received 670
Bytes transmitted 158765
Server Message Blocks (SMBs) transmitted 656
Read operations 73
Write operations 0
Raw reads denied 0
Raw writes denied 0
Network errors 0
Connections made 18
Reconnections made 3
Server disconnects 2
Sessions started 0
Hung sessions 0
Failed sessions 0
Failed operations 0
Use count 22
Failed use count 0
The command completed successfully.
For server communication information about your computer type:
NET STATISTICS SERVER
Posted on Nov 26, 2007 under Windows Tips |
Using a simple command, you can add or remove a computer to a domain.
You must be a domain administrator to run this command
Open a command prompt:
Type:
net computer \\computername /add
to add a computer to the domain
Type:
net computer \\computername /del
to remove a computer from the domain.
These command are especially valuable if you are using batch files.