Jump to content

ToolBars on windows xp


Recommended Posts

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

post-306494-0-95018000-1293249147_thumb.

it's view i want add my directory here....

thanks in advanced

Link to comment
Share on other sites


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 by -X-
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...