GreenSparks Posted June 17, 2016 Posted June 17, 2016 Hi, I've been trying to show the common desktop icon (My Computer, Network, Documents, etc.) with Autoit without getting any good result. I'm just trying to automate this task (without having to open the window and simulate the click of the mouse at the good buttons/checkboxes): Thanks in advance !
MuffinMan Posted June 17, 2016 Posted June 17, 2016 All those should just be settings in the registry. Check out the page below for details on where all that gets stored on Windows 10. http://www.sevenforums.com/tutorials/919-desktop-icons-add-remove.html Then just use Autoit and the RegWrite function the values you want in the registry.
GreenSparks Posted July 3, 2016 Author Posted July 3, 2016 (edited) Thank you! It really helps me with my script!! Edited July 4, 2016 by GreenSparks
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