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
 
Back
Top