Page 1 of 1

Help with startup stuff

Posted: Sun Jun 30, 2013 12:32 pm
by code it
Ok so once I got this thing called spd.exe in my AppData\Roaming so then I deleted it because it just randomly came on my computer, now when I startup my computer, it says Windows Cannot find AppData\Roaming\spd.exe. Can anyone tell me how to fix this?

Re: Help with startup stuff

Posted: Sun Jun 30, 2013 12:48 pm
by Dummy1912
are you sure its not in the register startup?
maybe thats why you get this error because it will be in the startup

look here:
type regedit and open this:
Code: Select all
CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run"
or here:
Code: Select all
LocalMachine.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run"

Re: Help with startup stuff

Posted: Sun Jun 30, 2013 3:56 pm
by code it
Thanks! It's fixed now :)