好吧,头衔或多或少就说明了一切。有可能吗?
发布于 2012-02-29 16:33:15
您可以使用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注意:这个脚本是借用史蒂夫马克思(见原始这里)。
https://serverfault.com/questions/364880
复制相似问题