You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
257 B
5 lines
257 B
9 years ago
|
SET KEY_NAME=HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe
|
||
|
FOR /F "skip=2 tokens=2,*" %%A IN ('reg query "%KEY_NAME%" /ve') DO set "CHROME_PATH=%%B"
|
||
|
REM echo %CHROME_PATH%
|
||
|
|
||
|
"%CHROME_PATH%" -allow-nacl-socket-api=localhost
|