possy_99 Posted November 7, 2004 Posted November 7, 2004 Hey all, been stuck on this app for a while, I've tried looking at the CFG and VBS methods, no luck at all using CFG and using VBS I can't stop it from restarting the system (I have tried adding the tab and space bits to take the tick out the box, but it doesn't seem to work for me)anyway, I have made the VBS method work up until the point at where it gives the option to restart the system, and I thought at this point, just close the process.. but the process as listed on task manager has a space before the name ( setup.exe) and this is causing a little trouble as I don't know how to close the process.. can anyone point me in the right direction?here's what I've tried...C:\Documents and Settings\User>taskkill /F /IM setup.exeERROR: The process "setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM _setup.exeERROR: The process "_setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM setup.exeERROR: The process "setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM ?setup.exeERROR: The process "?setup.exe" not found.
phaeton Posted November 7, 2004 Posted November 7, 2004 Hey all, been stuck on this app for a while, I've tried looking at the CFG and VBS methods, no luck at all using CFG and using VBS I can't stop it from restarting the system (I have tried adding the tab and space bits to take the tick out the box, but it doesn't seem to work for me)anyway, I have made the VBS method work up until the point at where it gives the option to restart the system, and I thought at this point, just close the process.. but the process as listed on task manager has a space before the name ( setup.exe) and this is causing a little trouble as I don't know how to close the process.. can anyone point me in the right direction?here's what I've tried...C:\Documents and Settings\User>taskkill /F /IM setup.exeERROR: The process "setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM _setup.exeERROR: The process "_setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM setup.exeERROR: The process "setup.exe" not found.C:\Documents and Settings\User>taskkill /F /IM ?setup.exeERROR: The process "?setup.exe" not found.You try:taskkill /F /IM " setup.exe" Make sure there is a space between " and setup
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now