hy,
I have a problem. I Want a new toolbar creating on taskbar with VBscript.
Create from a folder. for example: D:\files\ to taskbar as a new toolbar.
This is the registry key path : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop
but i can't modify this ,because i not understand for hex.
I have this code:
Dim strComputer
Dim objFile, objFSO
Dim objRegistry
Dim strKeyPath
Dim arrValues, strValue
Const HKEY_CURRENT_USER = &H80000001
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop"
strComputer = "."
Set objFSO = CreateObject("Scripting.FileSystemObject")
How can i modify the toolbar?
Thanks for help! And sorry for my bad english.