MSFN Forum: Auto Arrange Desktop Icons Setting? - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Auto Arrange Desktop Icons Setting? Rate Topic: -----

#21 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 06 August 2004 - 09:35 PM

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*


#22 User is offline   visaversa 

  • Face it...
  • PipPipPip
  • Group: Members
  • Posts: 428
  • Joined: 14-October 03

Posted 08 August 2004 - 05:42 PM

Good tip, good work thanks man this saves me 20 minutes per pc. Great...

#23 User is offline   jrzycrim 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 769
  • Joined: 17-March 04

Posted 08 August 2004 - 06:13 PM

You might also be interested in this thread:
http://www.msfn.org/board/index.php?showtopic=23512&st=0

I'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.

#24 User is offline   willpantin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 155
  • Joined: 20-September 03

Posted 13 November 2004 - 04:38 PM

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!
:thumbup

#25 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 January 2005 - 04:31 AM

jrzycrim, on Aug 7 2004, 02:35 PM, said:

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? :thumbup

#26 User is offline   ikevin 

  • Smart but learning
  • Group: Members
  • Posts: 38
  • Joined: 05-January 05

Posted 11 January 2005 - 12:45 AM

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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :thumbup


THANKS AGAIN.... to everyone! :lol:

#27 User is offline   reni 

  • Group: Members
  • Posts: 7
  • Joined: 05-December 04

Posted 19 January 2005 - 11:27 AM

Seems like the perfect sollution....

Gonna test it 2night.

ReNi

#28 User is offline   drumminforev 

  • Group: Members
  • Posts: 6
  • Joined: 04-February 05

Posted 13 February 2005 - 07:52 PM

ok please give a batch file of HOW TO AUTO PLACE ICONS. i try importing all kinds of ways and nothing works

#29 User is offline   drumminforev 

  • Group: Members
  • Posts: 6
  • Joined: 04-February 05

Posted 13 February 2005 - 08:14 PM

Hello i just figured out how to fix it myself with a little more experimentation.

This is run once

@Echo Off

SET PP=%SystemDrive%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing programs" /f

REG ADD %KEY%\000 /VE /D "Installing Registry Tweaks" /f
REG ADD %KEY%\000 /V 1 /D "%PP%desktop.reg" /f

EXIT


And here is the desktop.reg file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"FFlags"=dword:00000224
"Sort"=dword:00000001


The desktop.reg file has to be in the C:\install\ folder for it to excute according to the way it is shown there.

#30 User is offline   drumminforev 

  • Group: Members
  • Posts: 6
  • Joined: 04-February 05

Posted 13 February 2005 - 08:15 PM

By the way, that makes the desktop arrange by size and align to grid, but not autoarrange

#31 User is offline   somh 

  • Group: Members
  • Posts: 1
  • Joined: 02-March 05

Posted 02 March 2005 - 10:07 AM

not working on 2k pro.

there's no such "bag" key that u'r talking about.

???????

#32 User is offline   supertoast 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 08-August 05

Posted 12 August 2005 - 07:29 AM

You are the man! well Played on the arrange icons.

You know where "show in groups" , "icons" instead of tiles settings are?

Also then applying this view to all windows?

Chris

#33 User is offline   wing_bbs 

  • Junior
  • Pip
  • Group: Members
  • Posts: 54
  • Joined: 08-December 05

Posted 27 February 2006 - 11:27 PM

Nice Job! :)

#34 User is offline   melodylife 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 12-January 06

Posted 28 February 2006 - 06:14 AM

Y not use nlite to arrange ur desktop icons before image-making?

#35 User is offline   Configinator 

  • Group: Members
  • Posts: 2
  • Joined: 22-October 11
  • OS:95
  • Country: Country Flag

Posted 17 November 2011 - 08:07 AM

Just set it how you want it then export the whole thing starting with HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell, add that to your tweeks and run from cmdlines.txt

[Commands]
"REGEDIT /S tweeks.reg"





Windows Registry Editor Version 5.00

;AutoArrange and Sort by Type
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001388

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU]
"NodeSlots"=hex:02
"MRUListEx"=hex:ff,ff,ff,ff
"NodeSlot"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop]
"FFlags"=dword:00000225
"Sort"=dword:00000002
"Mode"=dword:00000001
"ScrollPos640x480(1).x"=dword:00000000
"ScrollPos640x480(1).y"=dword:00000000
"SortDir"=dword:00000001
"Col"=dword:00000000
"ColInfo"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,fd,df,df,fd,0f,\
00,04,00,20,00,10,00,00,00,28,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,\
00,00,b4,00,60,00,78,00,78,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"ItemPos640x480(1)"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,18,00,\
00,00,02,00,00,00,14,00,1f,48,ba,8f,0d,45,25,ad,d0,11,98,a8,08,00,36,1b,11,\
03,18,00,00,00,4d,00,00,00,14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,\
2b,30,30,9d,18,00,00,00,98,00,00,00,14,00,1f,58,60,2c,8d,20,ea,3a,69,10,a2,\
d7,08,00,2b,30,30,9d,48,02,00,00,79,01,00,00,14,00,1f,60,40,f0,5f,64,81,50,\
1b,10,9f,08,00,aa,00,2f,95,4e,18,00,00,00,e3,00,00,00,14,00,1f,68,80,53,1c,\
87,a0,42,69,10,a2,ea,08,00,2b,30,30,9d,18,00,00,00,2e,01,00,00,58,00,3a,00,\
c6,06,00,00,5a,3f,04,bf,20,00,41,44,4f,42,45,52,7e,31,2e,4c,4e,4b,00,00,3c,\
00,03,00,04,00,ef,be,5a,3f,04,bf,5a,3f,04,bf,14,00,00,00,41,00,64,00,6f,00,\
62,00,65,00,20,00,52,00,65,00,61,00,64,00,65,00,72,00,20,00,58,00,2e,00,6c,\
00,6e,00,6b,00,00,00,1c,00,18,00,00,00,79,01,00,00,74,00,3a,00,ac,07,00,00,\
5a,3f,18,bf,20,00,43,49,54,52,49,58,7e,31,2e,4c,4e,4b,00,00,58,00,03,00,04,\
00,ef,be,5a,3f,18,bf,5a,3f,18,bf,14,00,00,00,43,00,69,00,74,00,72,00,69,00,\
78,00,20,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,00,4e,00,65,00,69,\
00,67,00,68,00,62,00,6f,00,72,00,68,00,6f,00,6f,00,64,00,2e,00,6c,00,6e,00,\
6b,00,32,00,00,00,1c,00,68,00,00,00,02,00,00,00,72,00,3a,00,e5,09,00,00,5a,\
3f,cb,bd,20,00,4d,49,43,52,4f,53,7e,32,2e,4c,4e,4b,00,00,56,00,03,00,04,00,\
ef,be,5a,3f,cb,bd,5a,3f,cb,bd,14,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,\
00,6f,00,66,00,74,00,20,00,4f,00,66,00,66,00,69,00,63,00,65,00,20,00,45,00,\
78,00,63,00,65,00,6c,00,20,00,32,00,30,00,30,00,37,00,2e,00,6c,00,6e,00,6b,\
00,00,00,1c,00,68,00,00,00,4d,00,00,00,76,00,3a,00,e5,09,00,00,5a,3f,cb,bd,\
20,00,4d,49,43,52,4f,53,7e,31,2e,4c,4e,4b,00,00,5a,00,03,00,04,00,ef,be,5a,\
3f,cb,bd,5a,3f,cb,bd,14,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,\
66,00,74,00,20,00,4f,00,66,00,66,00,69,00,63,00,65,00,20,00,4f,00,75,00,74,\
00,6c,00,6f,00,6f,00,6b,00,20,00,32,00,30,00,30,00,37,00,2e,00,6c,00,6e,00,\
6b,00,00,00,1c,00,68,00,00,00,98,00,00,00,70,00,3a,00,e5,09,00,00,5a,3f,cb,\
bd,20,00,4d,49,43,52,4f,53,7e,33,2e,4c,4e,4b,00,00,54,00,03,00,04,00,ef,be,\
5a,3f,cb,bd,5a,3f,cb,bd,14,00,00,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,\
00,66,00,74,00,20,00,4f,00,66,00,66,00,69,00,63,00,65,00,20,00,57,00,6f,00,\
72,00,64,00,20,00,32,00,30,00,30,00,37,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,\
00,68,00,00,00,98,00,00,00,00,00,00,00
"ScrollPos800x600(1).x"=dword:00000000
"ScrollPos800x600(1).y"=dword:00000000

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy