Your best source of information and news about xp, microsoft and windows vista on the internet

May 1st, 2007

You are currently browsing the articles from MS Windows Vista Compatible Software written on May 1st, 2007.

How to disable annoying prompts or alerts (UAC) in Windows Vista?

Does this sound familiar to you? It becomes rather annoying that Windows Vista consistently prompts you for any changes involving software installations or system updates. We understand that it’s Microsoft’s attempt to enhance the security in Windows Vista, nevertheless, as a careful user, we find it more annoying than being helpful.

Here’s how you can disable it:

  1. From Start -> Control Panel
  2. Click “User Accounts and Family Safety”
  3. Then click “User Accounts”
    (more…)

Written by Brian on May 1st, 2007 with no comments.
Read more articles on Tips/Tricks.

PrivacyProtector Removal Instructions

PrivacyProtector Descriptions:

PrivacyProtector, also known as Privacy Protector, is counterfeit anti-spyware / anti-malware software. PrivacyProtector usually installed itself onto your PC without your permission, through Trojan and virus. PrivacyProtector will display fake security alerts or notifications to trick user to buy the paid version of PrivacyProtector.

Download SpyHunter* Spyware Detection Utility

Manual Removal Instructions:

Stop PrivacyProtector Processes:
(Learn how to do this)
PrivacyProtector.exe

Unregister PrivacyProtector DLL Files:
(Learn how to do this)
msole.dll
msdde.dll

Find and Delete PrivacyProtector Files:
(Learn how to do this)
PrivacyProtector.exe
PrivacyProtector.lnk
msole.dll
msdde.dll

Download SpyHunter* Spyware Detection Utility

Written by Brian on May 1st, 2007 with no comments.
Read more articles on Spyware Removal.

Setting the Priority of a Service Process via Script

Previously (here and here), I’ve written about isolating shared services so that they run in their own process, with a specific focus on the Windows Update Automatic Updates Service (wuauserv) that typically runs in the NETSVCS SVCHOST.EXE instance. One thing that can be done once this is accomplished is to lower the priority of the process so that when the service winds up consuming 100% of the CPU, the system doesn’t become unresponsive.

Since we’re dealing with a service, setting the priority of such a SVCHOST.EXE process can become problematic - the service may already be running, or, because it is a service, it is not started as non-service processes are, so one is not able to use START / [LOW NORMAL HIGH REALTIME ABOVENORMAL BELOWNORMAL] to impose a priority when the process starts. One can use a utility like Task Manager or Process Explorer to set the priority of a process on an ad hoc basis, but when the service restarts or the system reboots one has to remember to set the priority again.

Though not an ideal solution the following scripts (VBS using WMI, and PowerShell) can be used to set the priority of the SVCHOST.EXE instance hosting the isolated Windows Update Automatic Updates Service service to “below normal”. Note that no check is done to ensure that the SVCHOST.EXE instance is only hosting one service - if wuauserv is found to be a service inside of the process, the priority is adjusted. Note also that no error handling is implemented.

I’ll try to format the code so it looks nice, but I fear I will be limited

Here’s the code for the VBS / WMI script:

Const BELOW_NORMAL = 16384Set objWMIService = GetObject(”winmgmts:\.rootCIMV2″)Set colServices = objWMIService.ExecQuery( _    “SELECT * FROM Win32_Service where name=’wuauserv’”)For Each oService in colServices    Set colProcesses = objWMIService.ExecQuery( _        “SELECT * FROM Win32_Process where ProcessId=” & oService.ProcessId )    For Each oProcess in colProcesses        oProcess.SetPriority(BELOW_NORMAL)    NextNext

Here’s the code for the PowerShell script:

(gps -id (get-wmiobject win32_service  where {$_.name -eq “wuauserv”}).ProcessId).PriorityClass=”BelowNormal”

The different values for the priority parameter of the SetPriority method of the Win32_Process WMI class can be found in the documentation for the SetPriority method.

The different values for the PriorityClass in the PowerShell script are “Normal”, “Idle”, “High”, “RealTime”, “BelowNormal”, or “AboveNormal”. Or, to get a list of the available options, one can use the following PowerShell command:

[ENUM]::getNames(”System.Diagnostics.ProcessPriorityClass”)

Once the script is in place and working, one can cause it to be invoked at will, or via scheduled task at specific times, or after logon, or any other way that one can get something to happen when Windows boots or a user logs on.

»

Written by «/\/\Ø|ö±ò\/»®© on May 1st, 2007 with no comments.
Read more articles on SVCHOST and CPU Utilization and Shared Services and Process Explorer and netsvcs and WUAUSERV and otherSoftware and Windows Update and Troubleshooting and processes and automatic updates and Windows.

Spy Shredder Removal Instructions

Spy Shredder 2.1 Descriptions:

SpyShredder, also known as Spy-Shredder, is counterfeit anti-spyware / anti-malware software. SpyShredder usually installed itself onto your PC without your permission, through Trojan, virus and fake software. Spy Shredder will display fake security alerts or notifications to trick user to buy the paid version of Spy Shredder. It is very important to remove all the components of Spy Shredder and all the malware and trojans that it might have come bundle with (such as zlob.trojan, trojan.vundo and Trojan.Downloader)
(more…)

Written by Brian on May 1st, 2007 with no comments.
Read more articles on Spyware Removal.

windows vista printer installation problem

Windows vista printer installation problem and troubleshooting.

Windows vista facing problem with printer installation, some may be due to printer drivers or some problem due to windows vista configuration settings.

You want to use Windows Vista and you want to be able to print to a network printer, you are going to have to use UAC. You turned it off. Turn it back on. You are using the in-built “Administrator” account? Log-out and log-in as a normal admin.

. Microsoft says you have to use UAC to get a printer installed. If you do not use it, you get this ugly message:

“Windows cannot connect to the printer. The specified print monitor is unknown.”

This error message shows up is not clear, it has nothing to do with the printer you choose to use or the process you take. This particular message is displayed when trying to add a printer via the wizard:

Solution available for printer installation on windows vista.

–>Only solution available is to re-enable UAC, restart the PC, add the printer, go through the UAC prompts, disable UAC, and then restart once more. It is really teasing.

–>If you are not using printer soo often than you can try this

1. Open the network share to the remote computer that has the printer installed.
2. Browse to the printer.
3. Drag the printer to the desktop with the right-mouse button, and select “Create shortcut.”
4. Drag the document you want to print to the shortcut on your desktop.
5. Rinse and repeat.

Another bug that got past the extensive RTM testing process. It is a bug that came into existence during the finalization process.

–>Troubleshoot printer installation in windows vista.

1. In Vista PC’s go to “Control Panel” - “Printers” - “Add printer”.
2. Click “Add a local printer” (I know you want to add a network printer but that way it doesn’t work).
3. Click “Create a new port” - “Local Port” - “Next”
4. In the next box you have to enter a port name like this: \\PC name\Printer name where “PC name” is the network name of the XP PC where you have the printer and “Printer name” the network name of that printer. Be careful with these names - you can double-check by viewing the PC in “Network Places.”
5. Finish the wizard and enjoy your UAC-free network printing.

Written by ujval on May 1st, 2007 with no comments.
Read more articles on windows vista printer installation.

Dr.AntiSpy Removal Instructions

Dr.AntiSpy Descriptions:

Dr.AntiSpy is counterfeit anti-spyware / anti-malware software. Dr.AntiSpy usually installed itself onto your PC without your permission, through Trojan and virus. Dr.AntiSpy will display fake security alerts or notifications to trick user to buy the Paid Version of Dr.AntiSpy. ( Dr.AntiSpy is a variant of PestTrap and SpySheriff.)

Download SpyHunter* Spyware Detection Utility

Manual Removal Instructions:

Stop Dr.AntiSpy Processes:
(Learn how to do this)
DrAntispy.exe

Find and Delete Dr.AntiSpy Files:
(Learn how to do this)
Dr.AntiSpy.exe

Download SpyHunter* Spyware Detection Utility


Written by Brian on May 1st, 2007 with no comments.
Read more articles on Spyware Removal.

« Older articles

No newer articles