zmarks Posted September 4, 2015 Posted September 4, 2015 At boot-up, I'm getting an AutoIt Error:-- Line 701 (File "C:Users\...\AppData\Roaming\Microsoft\Windows\Start\Menu\Programs\Startup\ActivateReminder.exe"):Error: The requested action with this object has failed. --Any help would be greatly appreciated.
Surya Posted September 4, 2015 Posted September 4, 2015 did you download the zip or the installer No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
zmarks Posted September 4, 2015 Author Posted September 4, 2015 Neither. I recently upgraded to Windows 10. But I'd never heard of the program before.
BrewManNH Posted September 4, 2015 Posted September 4, 2015 (edited) Go into your startup folder in your Start menu and delete the file called ActvateReminder.exeEdit: I just realized there is no folder called StartUp any longer in Windows 10 in the start menu, but the folder is still there in the user's profile folder. Edited September 4, 2015 by KingBob If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Surya Posted September 4, 2015 Posted September 4, 2015 (edited) try reinstalling the program.if the problem still persists go to the location "C:Users\<user>\AppData\Roaming\Microsoft\Windows\Start\Menu\Programs\Startup\ " and delete Activatereminder is there Edited September 4, 2015 by Surya No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
Surya Posted September 4, 2015 Posted September 4, 2015 Kingbob there is a startup folder i think:Autostart for currently logged-on user:shell:startup = %appdata%\Microsoft\Windows\Start Menu\Programs\StartupAnd startup folder all users:shell:common startup = %programdata%\Microsoft\Windows\Start Menu\Programs\Startup if you want to go to the startup folder press win + r and type the below codeshell:start menu = start menu in Windows-10shell:common start menu =All user start menu in Windows-10 No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
BrewManNH Posted September 4, 2015 Posted September 4, 2015 I corrected myself 48 minutes ago, I said there's no startup folder in the START MENU, I didn't say there was no startup folder in the user's profile directory in fact I made a point of saying that it is where you would find it. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Surya Posted September 4, 2015 Posted September 4, 2015 I understand KingBob thank you for the info No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
zmarks Posted September 4, 2015 Author Posted September 4, 2015 Surya:I cannot find the program listed among those under Settings\Systems\Apps & Features. I also could find neither the EXE noted in the error nor any program called AutoIt with a search in File Explorer. How would I reinstall the program? Is it a web-based installation?Thanks for all your help.
Surya Posted September 4, 2015 Posted September 4, 2015 (edited) no it isnt a web based installation and the total installer size will be about 12 mb only.you could download the installer from here or from the officail download page of autoitEdit: KingBob Has a solution you should look over it Edited September 4, 2015 by Surya No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
BrewManNH Posted September 4, 2015 Posted September 4, 2015 Surya:I cannot find the program listed among those under Settings\Systems\Apps & Features. I also could find neither the EXE noted in the error nor any program called AutoIt with a search in File Explorer. How would I reinstall the program? Is it a web-based installation?Thanks for all your help.You need to open the folder that the error message is telling you, "C:Users\...\AppData\Roaming\Microsoft\Windows\Start\Menu\Programs\Startup\", then delete the file ActivateReminder.exe, reboot the computer. Don't go anywhere else on the computer until you have done that. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
TheDcoder Posted September 4, 2015 Posted September 4, 2015 But I'd never heard of the program before.Are you referring to AutoIt? EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion
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