Subscribe Subscribe | Subscribe Comments RSS

Google
 

Archives for Windows Tips category

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

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.

How to set and allow programs to access the network through Windows Firewall.

1. Open Control Panel.

2. In Windows Vista, click the Allow a program through Windows Firewall link. In Windows XP and Windows 2000, double click the Windows Firewall icon.

3. Under the the General tab, ensure On (recommended) is selected.

4. Go to the Exceptions tab. You can check and uncheck programs here.

5. If the program you wish to set a firewall exclusion for doesn’t appear you can click Add Program to add it. You can select a program from the list or click Browse… to locate the program you wish to set the firewall exclusion for.

6. Be sure that the check box next to your program is checked, then click OK.

How to import Google Calendar into Windows Calendar in Windows Vista.

1. Go to Google Calendar

2. Click Settings at the top right corner.

3. Click Calendars right under where it says Calendar Settings.

4. Click the calendar you wish to import into Windows Calendar.

5. Under Calendar Details, where it says Calendar Address, right-click on the ICAL button and select Copy as Shortcut.

Calendar Address

6. Launch Windows Calendar.

7. Click the Subscribe button on the toolbar:

8. Right-click on the text box and select Paste the URL into the text box, then click Next.

9. The Calendar Subscription Settings screen will appear. Select the options you desire and then click Finish.

You’re done! Your Google Calendar entries will now be imported into your Windows Calendar. They will also sync if you chose an Update Interval.

When you try to access a Help file you get an error:

Error: Memory Full. Please free memory by closing applications or removing unnecessary files.

To solve this error, you will need to delete the .GID file associated with the help file. Every time you access a help file from an application, it accesses a file with an extension of .HLP. When the help database is built during search, it creates another file with the .GID extension.

For example, WinZip has a file located in C:\Program Files\Winzip called WINZIP.HLP. There is also a file created called WINZIP.GID. We would delete WINZIP.GID.

Additionally, it doesn’t hurt if you search the entire hard drive for *.GID and delete them all. These files get recreated automatically, so you’re not deleting any data.

To do this, you can go to Start > Search > For Files or Folders and click All Files and Folders. Then in the field where it says All or part of the file name: you can type *.GLD and click Search.

When you run Network Diagnostics it freezes at 99% when Formatting Results.

To solve this problem, follow these steps:

1. Click Start > Run and type:

regsvr32 jscript.dll
and press ENTER.

2. Click Start > Run and type:

regsvr32 regsvr32 wshom.ocx
and press ENTER.

3. Click Start > Run and type:

regsvr32 scrrun.dlll
and press ENTER.

Windows 3D Pinball Cheats

Cheats for the Windows 3D Pinball Game.

You can start Windows 3D Pinball by clicking START > RUN and typing pinball.

  • Type hidden test on your keyboard. You will be able to click on the ball and move it wherever you like.
  • Type R to increase your rank
  • Type H to enter a high score of 1,000,000,000

How to prevent the Automatic Desktop Cleanup Wizard from Running.

1. Right-click the Desktop and select Properties.

2. Select the Desktop tab.

3. Click the Customize Desktop button.

4. Uncheck the Run Desktop Cleanup Wizard every 60 days box on the General tab.

5. Press OK, and OK again.

Do you have problems with users running programs like AOL Instant Messenger, iTunes or Kazaa? Here’s how to use Group Policy to prevent users from running certain programs.

1. Click START>RUN and type GPEDIT.MSC

2. The Group Policy Editor appears.
Click on the plus sign next to User Configuration
then Administrative Templates
then System
and double-click the policy Don’t run specified Windows applications

Read more… »

A problem occurs where Microsoft Photo Editor will not come up with a window because it starts Minimized and stays on the task bar. Clicking on it doesn’t do anything.

1. Click Start, and then click Run.

2. In the Open box, type REGEDIT, and then click OK.

3. Click on the plus sign next to HKEY_CURRENT_USER
then Software
then Microsoft
then Photo Editor
then 3.0
then Microsoft Photo Editor

4. Right-click the Initial Position key on the right-pane, and then click Delete.

5. Click Yes to confirm that you want to delete this value.

When you try to connect to a network resource, the login attempt is made with the Guest account instead of the account you’re logged in as.

You can disable this by performing the following steps:

1. Click Start > Settings > Control Panel

2. Double-click Administrative Tools

2. Go to Local Policies > Security Options

3. Check the Network access: Sharing and security model for local accounts

4. Set it to Classic - local users authenticate as themselves

When you try to upgrade Windows Defender you get an error:

Error found: Code 0×80240029

1. Click Start, type %windir% in the Start Search box, and then press ENTER.

2. Right-click the SoftwareDistribution folder and select Rename.

3. Rename the file to SoftwareDistribution.old, and press ENTER.

If you get an error message when you try to rename this folder, you may have to restart your computer in Safe Mode. To do this, hold down the F5 key during bootup.

How to easily close multiple applications at once.

I’m kicking myself for not knowing this.

You can Hold down the CTRL key on your keyboard while selecting applications on your taskbar.

You can then right click on one of them and select CLOSE GROUP.

What a time saver!

How to prevent the login script console screen from being seen by the user when they login to the system.

Create a batch file that calls your login script.
START /MIN LOGON.BAT

Set this file as the new login script name for the user accounts in User Manager for Domain.

Now the login script will be executed seperately, preventing the user from seeing the commands that are being run.

Ensure that there is no prompt to restart the computer when applying Microsoft Hotfix Updates.

Use the /norestart switch to prevent a message to restart the computer from appearing.

For example, I downloaded a hotfix from Microsoft with a filename of WindowsInstaller-KB893803-v2-x86.exe and saved it to my Desktop. So I ran the command:

“C:\Documents and Settings\username\Desktop\
WindowsInstaller-KB893803-v2-x86.exe” /norestart

NOTE: This works if you have version 5.3.24.3 of update.exe or later. For earlier versions, you can use the /z switch instead.