Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Spybot S&D Resident Annoyance
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Prince Pwn




PostPosted: Fri Jan 19, 2007 9:08 pm   Post subject: Spybot S&D Resident Annoyance

If your running Spybot S&D's resident shield, then you might notice annoying popup's from it when you boot your computer saying "registry to *blah blah blah* has been allowed or denied. I wrote a simple little program which deletes those snapshots and I believe keeps your registry changes.

Turing:

var drive : string := Dir.Current
drive := drive (1)
const directory : string := drive + ":\\Documents and Settings\\All Users\\Application Data\\Spybot - Search & Destroy\\Snapshots\\"
var stream : int := Dir.Open (directory)
var file : string := " "
for i : 0 .. stream
    exit when file = ""
    file := Dir.Get (stream)
    put file
    File.Delete (directory + file)
end for
Sponsor
Sponsor
Sponsor
sponsor
DemonZ




PostPosted: Wed Jan 24, 2007 7:44 pm   Post subject: Re: Spybot S&D Resident Annoyance

I dont have spybot, but judging from your code this looks like a pretty smart program to make for people who are frustrated with the registration stuff, Good Job.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: