SlimShady Posted August 14, 2004 Posted August 14, 2004 (edited) A startup manager which you can use to see, edit, remove, add all startup items in Windows.Requirement(s):- AutoIt v3.0.103Download below:http://www.autoitscript.com/fileman/users/public/SlimShady/StartupMgr.au3This version should work well with all Windows versions.If something does not work right, please tell me. Edited August 15, 2004 by SlimShady
SlimShady Posted August 15, 2004 Author Posted August 15, 2004 Abilio_KID said: <{POST_SNAPBACK}>What Windows version were you using?
Holger Posted August 15, 2004 Posted August 15, 2004 (edited) The same problems here (German XP SP1) and with "Run_2(User)"The 'to-search-keys" doesn't exist at my machine - maybe there is the problem.Also a problem with "Startup Folder":Line 147: $value=... -> $search - variable used without being declaredDid you forget some line in:Func InitKeys () Global $Keys[12] ?Or what do these "Run_2"-entires mean?Regards Holger Edited August 15, 2004 by Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
SlimShady Posted August 15, 2004 Author Posted August 15, 2004 I changed something and I forgot to update the listbox.Fixed.New version is online.http://www.autoitscript.com/fileman/users/public/SlimShady/StartupMgr.au3
nobby Posted August 17, 2004 Posted August 17, 2004 Very nice script indeed. Only thing I would change is the listing of startup folders to include all files, just in case there are any other than ".lnk" in there. Works fine WindowsXP pro sp2 Cheers CheersNobby
MHz Posted August 17, 2004 Posted August 17, 2004 Func InitKeys () ... ... ... EndFunc ;==>InitKeys Moving this function to the top most of the script before $KEY is used. Lets Checkrun in Scite pass it with no errors.
SlimShady Posted August 17, 2004 Author Posted August 17, 2004 (edited) MHz said: Func InitKeys () ... ... ... EndFunc ;==>InitKeys Moving this function to the top most of the script before $KEY is used. Lets Checkrun in Scite pass it with no errors. <{POST_SNAPBACK}>That function is called at line number 19: InitKeys () It sets a global variable and Au3Check didn't see that. Au3Check is just whining. It's a bug in the program. Edited August 17, 2004 by SlimShady
Valik Posted August 17, 2004 Posted August 17, 2004 Actually... if you are declaring a Global variable inside a function, although technically legal in the language, it is bad style to do so. Doing things like that are hard to remember later on down the road when you re-visit a script, or for others who are looking at the script the first time. Au3Check enforces a few minor style guidelines in this manner.
SlimShady Posted August 17, 2004 Author Posted August 17, 2004 Valik said: Actually... if you are declaring a Global variable inside a function, although technically legal in the language, it is bad style to do so. Doing things like that are hard to remember later on down the road when you re-visit a script, or for others who are looking at the script the first time. Au3Check enforces a few minor style guidelines in this manner. <{POST_SNAPBACK}>... didn't know that. Thanks for the info. I'll change it now.
t0ddie Posted September 24, 2004 Posted September 24, 2004 im using the beta.. and i get an error for line 6 unknown function name Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
Valik Posted September 24, 2004 Posted September 24, 2004 Read the sticky at the top of the forum and see if you can figure out why you are getting an error by yourself.
JSThePatriot Posted September 24, 2004 Posted September 24, 2004 Why hasnt this been compiled for those that dont have the beta like me? :-P Thanks, JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
SlimShady Posted September 24, 2004 Author Posted September 24, 2004 (edited) JSThePatriot said: Why hasnt this been compiled for those that dont have the beta like me? :-P Thanks, JS <{POST_SNAPBACK}>I would've if I posted this in the Scripts & Scraps forum. I'll compile it now. Click http://www.autoitscript.com/fileman/users/public/SlimShady/StartupMgr.zip. Edited September 24, 2004 by SlimShady
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