Jump to content

Greven

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Greven

Greven's Achievements

0

Reputation

  1. Got a new error...... REG ADD %KEY%\001 /VE /D "Crap Cleaner Running" /f REG ADD %KEY%\001 /V 1 /D "\"%programfiles%\CCleaner\ccleaner.exe"" /AUTO" /f Once running this, Crap Cleaner does not run using it's /AUTO switch. But, I don't get any errors. Jason
  2. I will try that once I'm back into windows and home from work. Thank you. Jason
  3. Even using this code..... @Echo Off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Round Two..." /f REG ADD %KEY%\000 /VE /D "Assassin" /f REG ADD %KEY%\000 /V 1 /D "%programfiles%\GSpot.exe" /f EXIT I get the above error. I've also read that HOWTO over and over trying to see if I missed some little deatil. I'm missing something up somewhere. Thanks for trying tho..... Jason
  4. Hello....... I've been trying to make a Runonce script to start a program at startup but I'm getting this odd and down right dumb error. I've tried everything and even on a new computer too! Here is the code and an image to..... @Echo Off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Round Two..." /f REG ADD %KEY%\000 /VE /D "Assassin" /f REG ADD %KEY%\000 /V 1 /D "%programfiles%\Assassin\Assassin.bat" /f EXIT
×
×
  • Create New...