Posted October 17, 201212 yr If I enter a command for each user created to run from runonce what I should do?If I use wim registry editor and load "users\default\ntuser.dat" and add my command to:HKEY_LOCAL_MACHINE\WIM_Default\Software\Microsoft\Windows\CurrentVersion\RunOnceWill it run every time a user is created?I Know that I could test but I'm in hurry to reinstall windows 7 in 3 Pc home network before my trip there ends.... And I'm not that familiar with 7. That is something I would have done in the same case for XP.Also I cannot figure how does the changes been saved? If I close registry editor and save the image will these just be saved?
October 17, 201212 yr If I enter a command for each user created to run from runonce what I should do?If I use wim registry editor and load "users\default\ntuser.dat"and add my command to:HKEY_LOCAL_MACHINE\WIM_Default\Software\Microsoft\Windows\CurrentVersion\RunOnce1. Will it run every time a user is created?I Know that I could test but I'm in hurry to reinstall windows 7 in 3 Pc home network before my trip there ends.... And I'm not that familiar with 7. That is something I would have done in the same case for XP.2. Also I cannot figure how does the changes been saved? If I close registry editor and save the image will these just be saved?1. Yes.2. Yes
October 17, 201212 yr Author Thanks for instant respond... you saved me maybe a lot of time testing in pour hardware pcs.Thanks also for fixing previously toolkit for larger DPI view. Now I can see all text in 125% view. Edited October 18, 201212 yr by stsaerox
October 20, 201212 yr Author Why this registry file won't run then ?Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]"TITLE"="Setting Windows and applications"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce\096]"1"="C:\\ProgramData\\RegSets\\applyREg.bat"I've tried to run manually the batch file and runs ok. But I need to run this every time a user is created. Regsets folders contains .reg files with HKCU content, from each tweak is made and program setting which will run every time a user is created to provide currently suggested default settings... Edited October 20, 201212 yr by stsaerox
October 21, 201212 yr If you go to AIO Integrator > Tweaks > Add *.reg, it should add it for you.I think you also need to add it to WIM_Admin as well as WIM_Default.
October 21, 201212 yr Author Ok. I need some time to test it.Off topic:I've also added the files I've removed If you like to check in this topichttp://www.wincert.net/forum/topic/10500-solved-invisible-main-form/ Edited October 21, 201212 yr by stsaerox
October 21, 201212 yr @stsaerox, you need to fix your link in the OT spoiler. I'm assuming you did a straight copy/paste when you should of done a copy link address/paste.Cheers and Regards Edited October 21, 201212 yr by bphlpt
October 21, 201212 yr Author I've Found a funny solution at last. I've created in:%systemdrive%\users\DEFAULT\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartupA file "RunREG.bat" which contains:@echo OFFecho Setting default windows and applications settingsfor %%a in (%allusersprofile%\RegSets\*.reg) do regedit /S "%%a"del "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\RunREG.bat"pauseAs you may already understand (just explaining for newbies) when a new user is created the personal folder will be copied from the default user containing the RunREG.bat which will run all registry files in the "%allusersprofile%\RegSets\" and delete itself!!! That means that windows won't find again the same file to run again and again. It is like a custom runonce.So next time I only have to add this on DVD root: Sources.rarI was searching all day and got sick of it.. I've tested one or two methods but most of I could not understand.Here are some of my findings. Solutions that may work also for anyone searching.http://www.symantec....ofile-user-windhttp://www.mombu.com...75259-last.htmlThe last two may contain a proper solution but I got really tired of it.... and I could not understand.
October 21, 201212 yr Author @stsaerox, you need to fix your link in the OT spoiler. I'm assuming you did a straight copy/paste when you should of done a copy link address/paste.Cheers and RegardsI've fixed it tested and working. Thank you.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.