Thursday, July 15, 2010

Security Tool Fake AntiVirus - how to remove

Security Tool Virus is a rogue anti-spyware program that’s distributed through websites that simulate virus scans. The user is than prompted to download the software to clean the infected PC. The tool provides false alerts of legitimate files that are needed by your Windows PC. Do not remove these files!

1.Stop Security Tool Processes: [random numbers].exe
2.Remove Security Tool Files
3.C:\Documents and Settings\All Users\Application Data\[random numbers]\
4.C:\Documents and Settings\All Users\Application Data\[random numbers]\[random numbers].exe
5.Remove Security Tool Registry Keys
*HKEY_CURRENT_USER\Software\Security Tool
*HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Security Tool
6.Remove Security Tool Startup Entry: [random numbers].exe
You can also download MalwareBytes Anti-Malware to remove Security Tool Virus.

Wednesday, June 30, 2010

Good & Free Backup Software

Runtime's Shadow Copy Software is very simple and will
backup open files as well. Use it in batch mode (just
modify its shortcut with the appropriate switches) to
do custom backups. It can be automated using Windows
Task Scheduler.

http://www.runtime.org/shadow-copy.htm

Friday, June 25, 2010

Prolific USB to Serial port issues

Prolific-based USB to serial dongles do not like being removed and reattached, always insert/remove them after the PC is powered off.

Also, to maintain the SAME COM PORT consistently, always plug the
unit into the SAME USB port.

Updated drivers for Prolific are available here... use these as
they are updated with more fixes than the packaged disc...

http://www.prolific.com.tw/eng/downloads.asp?ID=31

IPSEC issue with Lenovo T60 and Verizon UMW190 USB EVDO aircard

When using a Verizon wireless UMW 190 EVDO aircard on a Lenovo T60 laptop running Windows XP Pro, I discovered that if I turned off the on-board WIFI chipset using the front selector switch... I found that IPsec tunneling would no longer function (no DNS resolution through IPsec even though the tunnel connected properly). Without IPsec running, IP and internet access worked fine. When I switched the on-board WI-FI chipset back on... the IPsec DNS resolution worked correctly after that.

Wednesday, June 23, 2010

Set RDP Client to Listen on a Specific Port

On the client, add the port # to the IP address of the server
you are attaching to...

%REMOTESERVERIP%:%PORT#%
http://support.microsoft.com/kb/304304

On the server, change...

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
to the port you desire.
http://support.microsoft.com/kb/306759

Repairing the MS Windows Installer

Follow this procedure from MS...


http://support.microsoft.com/kb/324516

RDP console shadow for Terminal Services

Create a batch file with the following syntax... you will connect
to the console directly rather than through another session on
top of the one running.

mstsc -v:%SERVERNAME% /F -console

http://support.microsoft.com/kb/278845