Jump to content

Recommended Posts

Posted

You're not still using NT workstation 4.0 are you? :p

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\<{12d0ed0d-0ee0-4f90-8827-78cefb8f4988}]
"StubPath"=-

 

You need to create an export of the key and subtree and place a minus sign in front of every Stubpath entry (see code above). Save the reg file, then install it silently (using a logon or startup script):

 

regedit /S \\SERVERNAME\SHARENAME\Stubpath.reg

 

Hope this helps :)

Posted

Hi thanks for the reply, no not using NT4 just that kb describes the problem and the reg solution it describes works for XP.

I have manually logged on to a maccine exported the key with out the stubpath entry, then logged on to another machine deleted the reg key and imported the new one and it worked fine!

I am just wondering if I just add the key without deleting the exsiting one will it still work?

Might try it tomorow!

Thanks again

Jack

Posted
I have manually logged on to a maccine exported the key with out the stubpath entry

 

Within your reg file, you still need to have a stubpath entry:

 

"StubPath"=-

 

After the equals sign you add a minus sign. When running the reg file, this will delete the entry completely for you.

 

I am just wondering if I just add the key without deleting the exsiting one will it still work?

 

Let's say you have a value called: "StubPath"=123456 when you exported the file. You simply delete all the numbers and place a minus after equals: "StubPath"=-

 

You then save the file and you can script it (as mentioned before) to run silently. Once the reg file has been run, the "StubPath"= entry will of been deleted completely.

Posted

be very carefull with this! I have tried this same procedure in the past.

It did work, in that the "creating personalized settings" dialog at logon was gone.

It also broke Windows Media Player 11 (and possibly other windows components) for every new user that logged on to those workstations after that.

 

Users would get a message that WMP11 was not correctly installed, and to log off and log on again. Ofcourse after doing so, they'd still get that message...

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



×
×
  • Create New...