Minikori Posted March 10, 2009 Posted March 10, 2009 (edited) Hello, I'm wondering how I could figure out the default browser on a user/machine. This is so my script can go to a URL in the person's default browser. Thanks, Minikori. Edited March 11, 2009 by Minikori For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com
Authenticity Posted March 11, 2009 Posted March 11, 2009 For me it's: HKEY_CURRENT_USER\Software\Clients\StartMenuInternet The first or default value.
Minikori Posted March 11, 2009 Author Posted March 11, 2009 (edited) For me it's: HKEY_CURRENT_USER\Software\Clients\StartMenuInternet The first or default value.Thank you! EDIT: The default browser won't run to my URL through the RegRead variable. Code: $DB = RegRead("HKEY_CURRENT_USER\Software\Clients\StartMenuInternet", "(Default}") ShellExecute($DB, "http://www.autoitscript.com/") EDIT2: I figured it out, thank you. Edited March 11, 2009 by Minikori For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com
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