-2

I want to run google chrome on windows 7 32bit with following target path

"C:\Program Files\Google\Chrome\Application\chrome.exe --kiosk-printing"

When I enter this path to Target Path field in chrome.exe properties it says Target Box is Not valid.

HRS
  • 1

1 Answers1

1

Try placing the end quote differently:

"C:\Program Files\Google\Chrome\Application\chrome.exe" --kiosk-printing
Jeff
  • 236
  • 2
  • 4