Unicoi County Schools

Archive for the 'Windows' Category

Windows 7 deletes “broken” network shortcuts

7′s computer maintenance will delete all broken network shortcuts if you have more than 4 of them on your desktop. If the computer loses connection to the drive for whatever reason, then icons that point to the network drive letter get deleted because they are “broken”. Here is the work around.

Go to C:\Windows\diagnostics\scheduled\Maintenance and edit the file TS_BrokenShortcuts.ps1. You may have to take ownership of it to edit it.
Comment out lines 12-21 by putting a # in front of each line. Save.
This basically returns a blank list so that no shortcuts get deleted when they get “Broken”.

posted by administrator in Windows and have No Comments

Numerous taskeng.exe processes in windows Vista

It has to do with a failing IE feed reader scheduled task, which as it happens runs every 5 minutes!
solution:

  1. Open Task Scheduler 
  2. In the left pane of task scheduler, underneath Task Scheduler Local, click on Task Scheduler Library.
  3. In the View submenu, make sure the Show Hidden Tasks option is checked.
  4. Find the User_Feed_Synchronization, followed by a dash and a bunch of digits inside a curly brace.
  5. Select that task in the middle pane by clicking on its name.
  6. To verify that this scheduled task is creating all those taskeng.exe processes, select the History tab in the middle pane near the middle of the screen. If you expand out the Level and Date and Time Columns, you should see a bunch of errors and date and times that are 5 minutes apart. If that’s the case, then this task is the problem.
  7. On the rightmost pane, select Disable.
posted by administrator in Windows and have No Comments

Share/Unshare Printer Command Line

Share printer:
rundll32 printui.dll,PrintUIEntry /Xs /n “printer” sharename “Share” attributes +Shared
Stop sharing printer:
rundll32 printui.dll,PrintUIEntry /Xs /n “printer” attributes -Shared

posted by administrator in Windows and have Comments Off

Control Panel Shortcuts

Network Connections - ncpa.cpl
Time and Date - timedate.cpl
Add/Remove Programs - appwiz.cpl
Display Properties - desk.cpl
Internet properties - inetcpl.cpl
System Properties - sysdm.cpl
Power Properties - powercfg.cpl
Sound Properties - mmsys.cpl
Mouse Properties - main.cpl
posted by administrator in Windows and have Comments Off

AVG Toolbar problem

Users may encounter a window that says internet explorer has stopped working if they have AVG tool bar installed on windows 7 with IE8.

Solution:
Disable AVG Tool Bar in IE Addons.

1. Click tools.
2. Click Manage addons
3. Under toolbars and Extensions click AVG Security Toolbar
4. Click Disable at the bottom right.
5. Put a check mark in both boxes that come up.
6 Click Disable button
7. Click Close button
8. Restart IE

posted by administrator in Web Browser,Windows and have Comments Off

AWARD BIOS Beep Codes

AWARD Bios Beep Codes
——————————————
1 short beep – System booting sucessfully.
2 short beeps – CMOS setting error.
1 long – 1 short beeps – Memory Error.
1 long – 2 short beeps – VGA card or monitor connect problem
1 long – 3 short beeps – Keyboard Error
1 long – 9 short beeps – ROM Error
Long continuous beep – Memory not installed correctly.
Short continuous beep – Power supply has problem.

posted by administrator in Windows and have Comments Off

Add Network Printer

Set network printer with logon script
RUNDLL32 printui.dll,PrintUIEntry /in /n\\SERVERNAME\PRINTER

posted by administrator in Windows and have Comments Off

Unknown Device

search for unknown devices by using vendor and device id in device manager at:
http://www.pcidatabase.com

posted by administrator in Windows and have Comments Off