Folder (C/program files/common files-(drivers)) opens on bootup

  • Thread starter Thread starter Greybear74
  • Start date Start date
G

Greybear74

This window opens with the folder labeled "drivers" on bootup. No problem,
just a pain I have to close it before I can continue. Any Ideas? Thanks,
 
Check these Registry keys for entries with paths that contain spaces,
but have no quotes.

To open the Registry Editor, open the Run box and enter: regedit

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

Example:
C:\Program Files\program path\app.exe /switch

Change to:
"C:\Program Files\program path\app.exe" /switch


ju.c
 
I have this same problem and would like a solution also any help would be
most apprective.
 
Check these Registry keys for entries with paths that contain spaces,
but have no quotes.

To open the Registry Editor, open the Run box and enter: regedit

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

Example:
C:\Program Files\program path\app.exe /switch

Change to:
"C:\Program Files\program path\app.exe" /switch


ju.c
 

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

Back
Top