December 25, 201015 yr hi i am making my unattended windows xp and i have some problems ...i used to add directory using newtoolbar... in toolbar of windows xp ... i want it done by registry ... can i add it by registry or not it's view i want add my directory here....thanks in advanced
December 25, 201015 yr Setup your taskbar with the folders you want (the positioning, etc). Log off and then back on. Export the following registry key and import it during your unattended install.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]"TaskbarWinXP"=Make sure to load the reg file before your user profile has loaded. The best way to accomplish this is by using the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce key. Add an entry with a batch file run from an $OEM$ folder like...REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v Taskbar /d "regedit /s C:\Install\Taskbar.reg"If you are going to change things like making the taskbar 2 rows tall or moving the taskbar to the top of the screen then you also need to use this key....[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]"Settings"= Edited December 25, 201015 yr by -X-
December 26, 201015 yr Author Setup your taskbar with the folders you want (the positioning, etc). Log off and then back on. Export the following registry key and import it during your unattended install.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]"TaskbarWinXP"=Make sure to load the reg file before your user profile has loaded. The best way to accomplish this is by using the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce key. Add an entry with a batch file run from an $OEM$ folder like...REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v Taskbar /d "regedit /s C:\Install\Taskbar.reg"If you are going to change things like making the taskbar 2 rows tall or moving the taskbar to the top of the screen then you also need to use this key....[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]"Settings"=thanks i gonna try it
Create an account or sign in to comment