那么,标题或多或less说了一切。 可能吗?
您可以使用WebPI从启动脚本进行安装。 例如:
cd "%~dp0" md appdata reg add "hku\.default\software\microsoft\windows\currentversion\explorer\user shell folders" /v "Local AppData" /t REG_EXPAND_SZ /d "%~dp0appdata" /f WebPICmdLine.exe /accepteula /Products:UrlScan reg add "hku\.default\software\microsoft\windows\currentversion\explorer\user shell folders" /v "Local AppData" /t REG_EXPAND_SZ /d %%USERPROFILE%%\AppData\Local /f exit /b 0
注意:这个脚本是从史蒂夫·马克思( 这里看原文)借来的。