Alert – McAfee Update Causing Windows XP Machines to Shut Down

What is the purpose of this alert?

Microsoft has been made aware of an issue with a McAfee DAT file update – released Wednesday, April 21, 2010 – that has been causing stability issues on Windows XP client systems. The symptom is caused by a false-positive detection on a core Windows file (svchost.exe). Once the [...]

Windows Script : Enables Remote Desktop on Remote computers

Enables Remote Desktop on any computer (including a remote computer)

Note : I tested in my Windows Xp and Windows 7 .Work great !!! Save as .vbs and execute.

Dim strPC strPC = InputBox(“What machine would you like to connect to and enable remote desktop?”, _ “Connect to Server”) set oRD = GetObject(“winmgmts:{impersonationLevel=impersonate}!//”& strPC & [...]