Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 07-02-2009, 09:30 AM
Bernard Liengme
Newsgroup Contributor
 
Posts: n/a
Folder opens every time I reboot

Whenever my PC starts or restarts, the folder C:\Program Files \ Microsoft
is opened on my desktop. This is a new feature. I have looked in the Startup
folder but found nothing. Can anyone shed light, please?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 07-02-2009, 09:30 AM
  #2 (permalink)  
Old 07-02-2009, 09:50 AM
Lem
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Bernard Liengme wrote:
> Whenever my PC starts or restarts, the folder C:\Program Files \ Microsoft
> is opened on my desktop. This is a new feature. I have looked in the Startup
> folder but found nothing. Can anyone shed light, please?
> best wishes


Seems that I saw a post on this issue within the last couple of weeks.
In that case, it was caused by an entry in the Run key in the registry
where the path was not enclosed in double quotes.

You can look in HKLM\Software\Microsoft\Windows\CurrentVersion\Run but
if you don't see the offending entry there, you should download Autoruns
from http://technet.microsoft.com/en-us/s.../bb963902.aspx which
will show you *all* of the items that start up. You'll have to look
through these carefully for bad paths.

--
Lem -- MS-MVP

Apollo 11 - 40 years ago this month:
http://www.nasa.gov/mission_pages/ap...0th/index.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 07-02-2009, 11:00 AM
Elmo
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Bernard Liengme wrote:
> Whenever my PC starts or restarts, the folder C:\Program Files\Microsoft
> is opened on my Desktop. This is a new feature. I have looked in the Startup
> folder but found nothing. Can anyone shed light, please?
> best wishes


A startup item isn't in quotes as it should be. The registry \Run entry
probably reads:

C:\Program Files\Microsoft Security Essentials\msseces.exe -hide

... but the space after the word Microsoft confuses the path to the command.

Run regedit, press F3 to search for the value "msseces.exe -hide" and
modify the line to read:

"C:\Program Files\Microsoft Security Essentials\msseces.exe" -hide

You can copy/paste the above line so you won't mis-type.

--
Joe =o)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 07-02-2009, 11:20 AM
Lem
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Elmo wrote:
> Bernard Liengme wrote:
>> Whenever my PC starts or restarts, the folder C:\Program Files\Microsoft
>> is opened on my Desktop. This is a new feature. I have looked in the Startup
>> folder but found nothing. Can anyone shed light, please?
>> best wishes

>
> A startup item isn't in quotes as it should be. The registry \Run entry
> probably reads:
>
> C:\Program Files\Microsoft Security Essentials\msseces.exe -hide
>
> .. but the space after the word Microsoft confuses the path to the command.
>
> Run regedit, press F3 to search for the value "msseces.exe -hide" and
> modify the line to read:
>
> "C:\Program Files\Microsoft Security Essentials\msseces.exe" -hide
>
> You can copy/paste the above line so you won't mis-type.
>


That's the one I had in mind, but I couldn't remember the details. I
don't know why the parser makes it all the way to Microsoft and doesn't
stop at the first space (after Program).

--
Lem -- MS-MVP

Apollo 11 - 40 years ago this month:
http://www.nasa.gov/mission_pages/ap...0th/index.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 07-02-2009, 11:20 AM
PA Bear [MS MVP]
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

What does C:\Program Files\Microsoft <=this folder contain, Bernard?

Is MS Security Essentials (MSE) Beta installed?
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Client - since 2002


Bernard Liengme wrote:
> Whenever my PC starts or restarts, the folder C:\Program Files \ Microsoft
> is opened on my desktop. This is a new feature. I have looked in the
> Startup
> folder but found nothing. Can anyone shed light, please?
> best wishes


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 07-03-2009, 12:20 PM
Bernard Liengme
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Many thanks everyone!. I followed Elmo's directions and added the quotes now
all is well.
Also this made me realize that the problem started after downloading MS
Security Essentials
Has anyone made a Connect report on this?
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Bernard Liengme" <bliengme@stfx.ca> wrote in message
news:OkS95Ez#JHA.4984@TK2MSFTNGP05.phx.gbl...
> Whenever my PC starts or restarts, the folder C:\Program Files \ Microsoft
> is opened on my desktop. This is a new feature. I have looked in the
> Startup folder but found nothing. Can anyone shed light, please?
> best wishes
> --
> Bernard V Liengme
> Microsoft Excel MVP
> http://people.stfx.ca/bliengme
> remove caps from email
>
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 07-03-2009, 08:10 PM
Elmo
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Bernard Liengme wrote:
> Many thanks everyone!. I followed Elmo's directions and added the quotes now
> all is well.
> Also this made me realize that the problem started after downloading MS
> Security Essentials
> Has anyone made a Connect report on this?
> best wishes


Thanks for reporting back. I was hoping someone would take notice of
the problem; I wouldn't know how to report it.. never tried that, yet.

--
Joe =o)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 07-04-2009, 06:00 AM
Bernard Liengme
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

I found there was a report on Connect
and I validated it (ie I told MS that I to had the same problem as the
original poster)
Connect is at https://connect.microsoft.com/
Not sure how you get admission - mine come with MVP status
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Elmo" <elmogeek@xxx.invalid> wrote in message
news:ueS#gTF$JHA.3732@TK2MSFTNGP02.phx.gbl...
> Bernard Liengme wrote:
>> Many thanks everyone!. I followed Elmo's directions and added the quotes
>> now
>> all is well.
>> Also this made me realize that the problem started after downloading MS
>> Security Essentials
>> Has anyone made a Connect report on this?
>> best wishes

>
> Thanks for reporting back. I was hoping someone would take notice of
> the problem; I wouldn't know how to report it.. never tried that, yet.
>
> --
> Joe =o)



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 07-04-2009, 03:50 PM
Elmo
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot

Bernard Liengme wrote:
> I found there was a report on Connect
> and I validated it (ie I told MS that I to had the same problem as the
> original poster)
> Connect is at https://connect.microsoft.com/
> Not sure how you get admission - mine come with MVP status


OK, thanks.

--
Joe =o)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 10-07-2009, 06:40 AM
wlegrow
Newsgroup Contributor
 
Posts: n/a
Re: Folder opens every time I reboot


I had the exact same problem - same folder opening up.. the exception
was that it was trying to read the address for c:\Program
Files\Microsoft Works\... I added the quotation marks as suggested and
everything is well again! Just thought I'd let you know it's not
confined to a problem with Microsoft Security Essentials as I never
downloaded that.


--
wlegrow
Posted via http://ms-os.com Forum to Usenet gateway

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem: dbl clicking windows explorer folder opens new folder Rickyroma Windows XP 1 02-11-2008 07:42 PM
Time since last reboot? Alain Dekker Windows XP 11 07-13-2007 03:20 AM
Destop.ini Opens with Each Reboot? Mortimer Schnerd, RN Windows XP 3 07-10-2007 08:30 AM
My Computer folder automatically opens every time... Gopakmar Windows XP 3 06-30-2007 05:30 AM
explorer.exe - Opens c:\program files\common after reboot. GW Windows XP 2 05-05-2007 03:04 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 02:07 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0