Archive for August, 2007

Removing VirtuMonde Virus

Sunday, August 26th, 2007

Hello, I have this VirtuMonde virus on my computer. I ran Spybot, Ad-aware and McAfee virus scan to see if I can clear it. I get certain things from Spybot but they usually reappear after I thought I deleted them. If you can help me get rid of this VirtuMonde plague I […]

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.86 out of 5)
Loading ... Loading ...

Removing Desktop_.ini Virus (W32.Fujacks.E)

Thursday, August 16th, 2007

A reader recently submitted a question about removing a strange virus. Although the question is a bit vague, I believe the Windows Guru has the solution for removing the Desktop_.ini virus.

1 Star2 Stars3 Stars4 Stars5 Stars (13 votes, average: 4.92 out of 5)
Loading ... Loading ...

Monitoring and Archiving Newly Created Files

Monday, August 13th, 2007

I’ve received an interesting question about how to archive new files every day in an office setting. The solution that I’ve come up for this reader involves the creation of an event-driven script that can monitor a folder for newly created files and copy them to another location.

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.43 out of 5)
Loading ... Loading ...

Creating a Custom URL Protocol for SSH

Thursday, August 9th, 2007

It can sometimes be very useful to have links in your web browser spawn third-party applications for you. A user recently submitted a question wanting to have a URL open an SSH connection with PuTTY. As he learned, this can be done by creating a custom URL protocol.

1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 4 out of 5)
Loading ... Loading ...

Nilpo.com Goes Mobile: Ask the Guru on the Go!

Tuesday, August 7th, 2007

Take Nilpo.com with you wherever you go! We’re proud to announce that Nilpo.com is now mobile ready and there’s no extra URLs to remember!

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5 out of 5)
Loading ... Loading ...

Scripting the Clipboard Contents in WSH

Tuesday, August 7th, 2007

So you’re working with WSH and you’re wondering how you can get or set the contents of the Windows clipboard. Unfortunately, WSH does not have this ability natively and there are no COM objects or WMI methods for performing this action either, but you’ll be happy to see this workaround that will let you […]

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5 out of 5)
Loading ... Loading ...

Set Archive Bit Based On Creation Date in WSH

Sunday, August 5th, 2007

Properly constructed incremental backup schemes use a file’s archive bit to determine what files to include in each backup increment. Currently indexed files should have the archive bit set, while modified or newly created files should have it unset to mark them for inclusion in the next backup. The following code sample can […]

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5 out of 5)
Loading ... Loading ...