thefearpioneer Posted August 2, 2013 Posted August 2, 2013 So for whatever reason, where I work they like to set up computers with auto-arrange desktop icons on. I'd like to have that happen automatically. I'm not too experienced with computers, and I've been doing all of the other automated parts of our setup through command prompt with a batch file. I used regshot to attempt to see if I could find something to edit there, but the results were inconclusive. Does anyone have any ideas?
Guest Posted August 3, 2013 Posted August 3, 2013 This is for XP. Should be the same.Windows Registry Editor Version 5.00; Auto arrange items on desktop only work if executed for second logon[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop];Auto arrange on, Align to Grid on:"FFlags"=dword:00000225;Sort by Modified:"Sort"=dword:00000003
thefearpioneer Posted August 6, 2013 Author Posted August 6, 2013 I tried changing that. I guess it doesn't work in windows 7, as if I check the registry again immediately after changing it it has switched back to what it was before, and if I restart after changing it, nothing changes.
maxXPsoft Posted August 6, 2013 Posted August 6, 2013 see if you have this key in the registryHKEY_CURRENT_USER\Software\Classes\clsid\{42aedc87-2188-41fd-b9a3-0c966feabec1}If so then delete it and reboot
thefearpioneer Posted August 6, 2013 Author Posted August 6, 2013 Checked, and I could not find it. Is there any way to automate this without editing my registry? Just out of curiosity.
thefearpioneer Posted August 6, 2013 Author Posted August 6, 2013 I'll see if I can't mess around with that then. Thanks!
thefearpioneer Posted August 6, 2013 Author Posted August 6, 2013 Well, it's not pretty, but I wrote a little something in AutoIt and it works. Thanks a bunch.
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