PDA

View Full Version : Sp2 update ,boot problem



peat moss
10-16-2004, 02:56 PM
My documents folder opens at start up. I'v seen this now on two friends computers .After installing sp2 on XP. First I spent an hour playing
with start up ,or folder options . Then half an hour browsing Google till I found the fix! Its a reg problem heres the link:


http://www.dougknox.com/xp/scripts_desc/xp_mydocsopens.htm

It works and I trust D. Knox 's advice ,but it does n't say what it fixes ? Has anyone else seen this or tryed ?

tesco
10-16-2004, 03:19 PM
'xp_mydocsopens.vbs
'Copyright 2004 - Doug Knox
'downloaded from http://www.dougknox.com

On Error Resume Next

Set WSHShell = WScript.CreateObject("WScript.Shell")

Set fso = CreateObject("Scripting.FileSystemObject")

SysDir = fso.GetSpecialFolder(1)

SysDir = SysDir & "\userinit.exe,"

WshShell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserInit",SysDir,"REG_SZ"

Set FSO = Nothing
Set WshShell = Nothing

MsgBox "The system Registry has been corrected.", vbokonly, "Done"

looks like it changes a few files\renames them then does something in the registry?

peat moss
10-16-2004, 03:30 PM
Well they both had major spyware damage , so mabye thats it? I saw the info of blah, blah, blah , from his site but that means nothing to an old guy like me! :) Tell me in layman terms Rossco . :lol:

tesco
10-16-2004, 03:43 PM
i didn't read his site just i planned to open that vbs file to see what's in it and firefox did that for me. :lol:

basically it's adding a registry thing.

Probably just a glitch in stupid microsoft's installtion program. ;)

just use that program i'd trust doug knox i've used a few of his programs they all do exactly what they're meant to.

fkdup74
10-16-2004, 03:58 PM
hey peat, i know you're not a dumb guy...
so please excuse my dumb question :P
but did you check the startup folder?
M$ has a way of putting shit there that dont belong....
i seem to remember something like this happening a while back
but dont remember if it was related to SP2 or not
i know i didnt need any reg fix or anything
if i DO happen to remember (hey, it's possible :P)...
i will post it

peat moss
10-16-2004, 04:20 PM
hey peat, i know you're not a dumb guy...
so please excuse my dumb question :P
but did you check the startup folder?
M$ has a way of putting shit there that dont belong....
i seem to remember something like this happening a while back
but dont remember if it was related to SP2 or not
i know i didnt need any reg fix or anything
if i DO happen to remember (hey, it's possible :P)...
i will post it


Oh ya it was MT . ;) I think thats what was so hard to fix , nothing was in msconfig either .



Edit: Dumb me? oh probably more like anal ,But I did post that I checked start up .options ;)