Opened folder after launch

K

kny2tl

hi all,
I wonder how to disable automatically opened Explorer folder after
launch of OS. this is really annoying. Folder is always the same,
leading to C:\Program Files\T-Mobile. I´ve tried to google a lot, but
couldn´t find how. I´m grateful for anything that could help.

cheers,
kny2tl
 
G

Guest

I've not seen this TMobile error, but usually this kind of thing is a changed
registry entry

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Userinit"="C:\\WINDOWS\\system32\\userinit.exe,"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"PersistBrowsers"=dword:00000000
 
W

WTC

hi all,
I wonder how to disable automatically opened Explorer
folder after launch of OS. this is really annoying. Folder
is always the same, leading to C:\Program Files\T-Mobile.
I´ve tried to google a lot, but couldn´t find how. I´m
grateful for anything that could help.

I would suspect a registry entry is not configured properly by missing
quoation marks wrapped around the start-up item. If you look in the registry
at these locations:

[HKCU\Software\Microsoft\Windows\CurrentVersion\Run]
and
[HKLM\Software\Microsoft\Windows\CurrentVersion\Run]

Find the start-up entry for T-Mobile. Double-click the T-Mobile entry and
look at the value. If the value looks something like:

c:\program files\t-mobile utilities\program.exe

then wrapped quotation marks around the value like this:

"c:\program files\t-mobile utilities\program.exe"

Close the registry and restart your computer to see if the T-Mobile folder
opens.

If you are unsure what to do then please open a Command Prompt window and
run the following commands:

REG EXPORT "HKCU\Software\Microsoft\Windows\CurrentVersion\Run"
"%userprofile%\desktop\HKCUrun.txt"

REG EXPORT "HKLM\Software\Microsoft\Windows\CurrentVersion\Run"
"%userprofile%\desktop\HKLMrun.txt"

Now there should be two files on your desktop called "HKCUrun.txt" and
HKLMrun.txt". If you email me these two files by attachments then I will
look at the entries for you. You can email me at (e-mail address removed).
Remove the NOSPAM in the email address before sending.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top