• Welcome to Valhalla Legends Archive.
 

Undo Function

Started by CrAz3D, January 22, 2004, 05:15 PM

Previous topic - Next topic

CrAz3D

I have a program that loads when my computer is started.  I do not want it to load.  It is written, somewhere I think, in the registry.  I have not found it in the registry.  I have the code that wrote the instructions into where ever, I need to know how to undo what has been done.

WriteProfileSection "windows", "load=" & App.Path + "\" + App.EXEName + ".exe" & vbCrLf & "open=" & App.Path + "\" + App.EXEName + ".exe"""
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

K

#1
It's writing the Load and Open entries in your C:\windows\win.ini

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/writeprofilesection.asp

You should open win.ini with your favorite text editor and remove those lines.

Stealth

Start -> Run -> MSCONFIG

Plugging each entry into Google will give you a fairly good idea of what it does. If the majority of results deal with pests, it's adware. If they explain what it is, you're set. If nothing appears, it's a virus.
- Stealth
Author of StealthBot

CrAz3D

#3
Thank you K for a simple yet direect & helpful answer.  

Start>Run>MSConfig>Startup Fixed it
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

SPY-3

msconfig is best if you want to remove them but it is also wise to create a system restore point before messing with msconfig incase ur an ideaot and mess something up