当我双击任何 .bat 文件时,它不再执行(所有 .bat 文件都不再可执行)。我尝试使用 regedit 来处理所有 SO/SU 问题,但都未能解决问题。
我的 bat 文件包含以下内容。
@start /b cmd /c "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk --user-data-dir=C:\iplay --disable-pinch --force-renderer-accessibility --autoplay-policy=no-user-gesture-required
有人可以帮忙吗?
编辑:我也验证了如下内容
HKEY_CLASSES_ROOT\.bat should have a default value of batfile
HKEY_CLASSES_ROOT\batfile\shell\open\command should have a default value of "%1" %* Also you should *not* see a key named UserChoice under
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bat