Octopuss Posted January 11, 2015 Posted January 11, 2015 Is there any way to automate the process of relocating the location of libraries like documents, music and the rest? I have all this stuff on different disk, and would prefer if I could do this during the installation process.
Tomorrow Posted January 12, 2015 Posted January 12, 2015 Is there any way to automate the process of relocating the location of libraries like documents, music and the rest? I have all this stuff on different disk, and would prefer if I could do this during the installation process. Yes im pretty sure you can. Since i dont do this myself (no point in relocating user stuff from SSD with 90GB free to slower HDD) i cant offer any examples.
ptd163 Posted January 28, 2015 Posted January 28, 2015 Is there any way to automate the process of relocating the location of libraries like documents, music and the rest? I have all this stuff on different disk, and would prefer if I could do this during the installation process. From looks of it it, this link might be what you're after. http://peter.hahndorf.eu/blog/post/2011/12/23/ChangingTheLocationOfWindowsSpecialFoldersOnTheCommandLine
bphlpt Posted January 28, 2015 Posted January 28, 2015 (edited) I also used to move stuff around quite some time ago. This is a copy of a post I made over at RyanVM's forum almost five years ago - (Win 7 Profile Manipulation) - but with an updated link, along with a follow up post by vmanda: When you restore your Windows 7 image (either 32 or 64-bit) to a new computer, and create the new user account(s), do you have to bring up the properties of each user's data folders (Downloads, My Documents, My Music, My Pictures, My Videos, et cetera) and tell each one to move to a different path? Do you wish there were a way to move all personal data folders for all users to another location?I'm VERY new to playing with Windows 7, but I've come up with something that works for me to do just what you were looking for.This is a Command/Reg file combination that allows you to:-----Change label of C: -> MyHD-----Rename Current User Desktop Favorite -> Desk-----Rename Current User libraries:----------Documents -> Docs----------Music -> Music----------Pictures -> Pics----------Videos -> Vids----- Move Profiles -> D:----------"ProfilesDirectory"="D:\Users"----------"Public"="D:\Users\Public"----- Move/Rename the following Public folders:----------"Public\Downloads" -> D:\Users\Public\PubDown----------"Public\Desktop" -> D:\Users\Public\PubDesk----------"Public\Documents" -> D:\Users\Public\PubDocs----------"Public\Music" -> D:\Users\Public\Media\PubMusic----------"Public\Pictures" -> D:\Users\Public\Media\PubPics----------"Public\Videos" -> D:\Users\Public\Media\PubVids----- Move/Rename New User folders to fixed locations on D: by changing values for Default User----------"UserProfile\Downloads" -> D:\Downloads----------"UserProfile\Desktop" -> D:\Desk----------"UserProfile\Favorites" -> D:\Favs----------"UserProfile\Documents" -> D:\Docs----------"UserProfile\Music" -> D:\Media\Music----------"UserProfile\Pictures" -> D:\Media\Pics----------"UserProfile\Videos" -> D:\Media\Vids----- Rename Current User "Computer" -> "MyComp"----- Rename Current User "Favorites" -> "Favs"----- Rename Current User "Recycle Bin" -> "Trash"----- Move/Rename the following Current User folders:----------"UserProfile\Downloads" -> D:\Downloads----------"UserProfile\Desktop" -> D:\Desk----------"UserProfile\Favorites" -> D:\Favs----------"UserProfile\Documents" -> D:\Docs----------"UserProfile\Music" -> D:\Media\Music----------"UserProfile\Pictures" -> D:\Media\Pics----------"UserProfile\Videos" -> D:\Media\Vids----- Remove Current User Favorites from Windows Explorer window----- Remove Current User Libraries from Windows Explorer window----- Delete no longer used User Profile foldersThis is obviously set up for my own personal preferences, your's are probably different. Use these files as a model and edit BOTH files as you see fit with your own preferences. All the usual warnings about editing the registry, backup your registry and data, etc. apply.Running the Command file will call the Reg file automatically. This should be run during the account setup stage or immediately after initial install for best results, but it can be run later. This has only been tested with Windows 7 Ultimate x86.Link - Profiles.7zSize - 15,043 (Only that big because it has NO compression to meet minimum file size requirement where it was originally uploaded)MD5: c72710b335d4b27fca2c91c96fabe039@bphlpt: Just readed yours post. I thing that your script will be even more usefull if users can choose itself folders structure.This can be done if you will switch all script to command script only. Reasons to modify your script to command script only:1. REG_EXPAND_SZ registry keys will appear as clear txt, so peoples can modify your script by preferences.For example:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]"{3D644C9B-1FB8-4f30-9B45-F670235F79C0}"=hex(2):44,00,3a,00,5c,00,55,00,73,00,\65,00,72,00,73,00,5c,00,50,00,75,00,62,00,6c,00,69,00,63,00,5c,00,50,00,75,\00,62,00,44,00,6f,00,77,00,6e,00,00,00becamereg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /f /v "{3D644C9B-1FB8-4f30-9B45-F670235F79C0}" /t REG_EXPAND_SZ /d "D:\Users\Public\PubDown"so, if you add folders paths strings at top of script by using SET commands this will make script easy to be edited by users itself.2. The script will be a single file.This command line tool, reg2cmd, let you convert registry files to cmd script.Usage: reg2cmd profiles.reg profiles_1.cmdSpeaking of users preferences, for example, i wish a folder structure more likely old "Documents and Settings" from XP, in place of "Users" from Vista/Seven.Anyway, many thanks for finding the way to change this settings. I never got around to improving the script using vmanda's suggestion, so I'll leave this up to you or anyone else who wishes to do so. But using this as a model you should be able to do what you want. Whether you end up with leftover folders that you can delete since you no longer need them will all depend on exactly when you run the script.If anyone improves the script, please post it here so that others can benefit from it.Cheers and Regards Edited January 28, 2015 by bphlpt
Octopuss Posted December 6, 2015 Posted December 6, 2015 Are there any settings related to the "Startup and Recovery" part of System Properties?
Octopuss Posted December 6, 2015 Posted December 6, 2015 replace generic device icons with enhancedto put a check in that box[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata]"PreventDeviceMetadataFromNetwork"=dword:00000000 Speaking of this, has anyone ever managed to get it to work? I have that tweak applied to the image and it's left unchecked after installation.
Octopuss Posted April 18, 2016 Posted April 18, 2016 **** it's dead here. In addition to the above, does anyone know whether it's possible to configure Windows so that you never have to type the password? You can specify how many times should the system boot up automatically, and while it's possible to enter a ridiculously high number, I am looking for more "clean" way to do this.
submix8c Posted April 18, 2016 Posted April 18, 2016 http://www.howtogeek.com/112919/how-to-make-your-windows-8-computer-logon-automatically/https://channel9.msdn.com/Blogs/coolstuff/Tip-Auto-Login-Your-Windows-7-User-Account
Octopuss Posted April 19, 2016 Posted April 19, 2016 (edited) I meant automatically, not manually. Through some obscure registry edits or whatever voodoo. I know about this of course. We're talking about automated installation after all here Edited April 19, 2016 by Octopuss
jaclaz Posted April 19, 2016 Posted April 19, 2016 35 minutes ago, Octopuss said: I meant automatically, not manually. Through some obscure registry edits or whatever voodoo. I know about this of course. We're talking about automated installation after all here Broken google? Be my guest :http://superuser.com/questions/340396/how-do-i-change-automatic-logon-via-script-or-command-line jaclaz
Octopuss Posted April 22, 2016 Posted April 22, 2016 On 19. duben 2016 at 6:51 PM, jaclaz said: Broken google? Do you have to be offensive in every single one of your posts? What purpose does it serve to try insulting people all the time? I noticed your posting trend a long time ago and am sick of your attitude.
jaclaz Posted April 22, 2016 Posted April 22, 2016 I was just attempting to disprove the statement of it being "obscure registry edits or whatever voodoo", it seems like being a four line .reg file merge or a set of four REG.EXE command lines, openly accessible to everyone, admittedly trying to do that in a "funny" manner. Sorry if I offended you, in this occasion or through the trend you noticed. jaclaz
submix8c Posted April 22, 2016 Posted April 22, 2016 Well, if you'd have READ the second link down to the post by "runner2035" at "Oct 29, 2010 at 7:01AM" you'd have found the exact same REG entries. And further down to "stagepoint" at "Dec 09, 2010 at 11:42AM". Seriously, dude, don't get huffy. I (and jaclaz) gave you the info. Just read more than the "Headline". Heck, even jaclaz' link boiled down to "best answer", no?
bphlpt Posted April 23, 2016 Posted April 23, 2016 @Octopuss, it might help if you at least thanked those that try to help you. On this page alone there have been four different people that have provided solutions to the various questions you have asked. Even if the answers provided haven't been exactly what you were looking for, you haven't said "Thank you" even once. Something to think about. Cheers and Regards 1
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