RedwookHighway Posted September 23, 2016 Posted September 23, 2016 Is there an easy way to bring up Documents Properties in windows 10. I have been looking for a bit and I'm just not seeing much. Autoit Windows info doesn't seem to bring up a ControlID for anything within File Explorer. I am trying to make a script that will automatically change the locating of libraries in windows.
genius257 Posted September 24, 2016 Posted September 24, 2016 why not just use the registry? HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders refference: Change Windows special folders location programatically My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser
RedwookHighway Posted September 27, 2016 Author Posted September 27, 2016 Thanks, genius257, I'll look into that. I will need to make sure that the files actually get moved to the new location. I think I'll write something to move everything over first then change the registry and finally restart the system to set the changes.
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