prathapml Posted July 22, 2004 Posted July 22, 2004 After some more testing, I found out some values to use with FFlags and Sort.......A very good find indeed!So, now we know where the **** thing was hiding.
jrzycrim Posted July 22, 2004 Posted July 22, 2004 I was hoping to report back with positive results as far as icon positioning goes but alas, due to unrelated problems with my latest unattended CD, I never made it to first logon. *shrug*. Not sure where the problem lies but I suspect the ISO I was testing was corrupted in some way. Didn't get any errors, just hung during the reboot after setup. I sure hope these tweaks work or there are going to be some people p***ed off at me.
koden Posted July 22, 2004 Posted July 22, 2004 Just what I need. Thanks...So if I put this in my regTweaks.reg file;Auto Arrange off, Align to Grid off:[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop]"FFlags"=dword:00000220Then my icons will not align to grid. Am I right?
koden Posted July 29, 2004 Posted July 29, 2004 ;Auto Arrange off, Align to Grid off:[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop]"FFlags"=dword:00000220it doesn't work on my pc.The icons are still align to grid????
jrzycrim Posted July 29, 2004 Posted July 29, 2004 At the time I hadn't tested these settings. I finally got finished with my latest unattended CD but my desktop icon settings didn't work either. I imported mine from cmdlines text (t-13) but I have a sneaking suspicion that these settings are being overwritten sometime between t-9 and t-2; when Setup is 'Saving settings'. I've been fooling around with a RunOnce entry in HKLM that imports the icon settings into the registry. A basic test from within windows worked. It seems that the HKLM RunOnce is a good time to 'sneak' these settings in before explorer fully loads. However, it didn't work during first logon of my unattended CD. I'm going to try it during the second logon and see what happens. I've got a couple of other untested approaches to try as well.
jrzycrim Posted August 7, 2004 Posted August 7, 2004 Importing my Icon arrangement settings from [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]on the second logon worked in case anyone is interested.I placed a self-deleting batch file in my startup folder which set a value in RunOnce at first logon. The runonce entry imported my icon.reg at second logon. It just wouldn't work during first logon. *shrug*
visaversa Posted August 8, 2004 Posted August 8, 2004 Good tip, good work thanks man this saves me 20 minutes per pc. Great...
jrzycrim Posted August 9, 2004 Posted August 9, 2004 You might also be interested in this thread:http://www.msfn.org/board/index.php?showtopic=23512&st=0I've switched to using a customized ntuser.dat file which is much easier when it comes to custom desktop/explorer settings.I used a different method than what is outlined in that thread however. Once I installed my unattended installation into vmware (or virtual pc), I set all of my icons, taskbar, explorer settings (basically any HKCU settings), and then logged out and back in as a different administrative *user. I then copied the ntuser.dat file in Documents and settings\user name to $OEM$\$Docs\Default User\ for my CD. * you have to be logged in as another user because windows won't allow you to copy ntuser.dat for the currently logged in user since it is in use.Windows will use the Default User\NTUSER.DAT for all new accounts so your settings will be in place at first logon.
willpantin Posted November 13, 2004 Posted November 13, 2004 jrzycrim,Your last solution, dated Aug 8, 2004, really rocks...! I had been trying for ages to get my icons and other settings customized, and had even been using the Files and Settings transfer Wizard to accomplish this, but it wasn't as beautiful and simple a solution as yours.I am very grateful... Thanks again!
MAVERICKS CHOICE Posted January 7, 2005 Posted January 7, 2005 Importing my Icon arrangement settings from [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]on the second logon worked in case anyone is interested.I placed a self-deleting batch file in my startup folder which set a value in RunOnce at first logon. The runonce entry imported my icon.reg at second logon. It just wouldn't work during first logon. *shrug*Any chance of a sample of your batch & where you placed it to allow the startup to execute for second logon?
ikevin Posted January 11, 2005 Posted January 11, 2005 WOW WOW WOW! I much more love the idea to edit the ntuser.dat file. It is SO EASY! I never would of thought of doing that! Thank you so much jrzycrim now my unattended install cd IS COMPLETE AND PERFECT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! THANKS AGAIN.... to everyone!
reni Posted January 19, 2005 Posted January 19, 2005 Seems like the perfect sollution....Gonna test it 2night.ReNi
drumminforev Posted February 14, 2005 Posted February 14, 2005 ok please give a batch file of HOW TO AUTO PLACE ICONS. i try importing all kinds of ways and nothing works
drumminforev Posted February 14, 2005 Posted February 14, 2005 Hello i just figured out how to fix it myself with a little more experimentation.This is run once@Echo OffSET PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing programs" /fREG ADD %KEY%\000 /VE /D "Installing Registry Tweaks" /fREG ADD %KEY%\000 /V 1 /D "%PP%desktop.reg" /fEXITAnd here is the desktop.reg fileWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]"FFlags"=dword:00000224"Sort"=dword:00000001The desktop.reg file has to be in the C:\install\ folder for it to excute according to the way it is shown there.
drumminforev Posted February 14, 2005 Posted February 14, 2005 By the way, that makes the desktop arrange by size and align to grid, but not autoarrange
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now