dat脚本或禁止Windows系统更新!支持win7,win10,win11。StopUpdates10 v4.5

叼同学 2023年12月15日16:20:01dat脚本或禁止Windows系统更新!支持win7,win10,win11。StopUpdates10 v4.5已关闭评论1,116

支持多国语言,简繁英
需要注意的是:如下图 选择显示语言步骤。链接绿色版+安装版。使用安装版请默认英文安装,然后再更改语言。绿色版第一次打开会是乱码,更改语言后关闭软件再打开即可。

dat脚本或禁止Windows系统更新!支持win7,win10,win11。StopUpdates10 v4.5
不想下载软件的可以右击桌面新建文本 然后xx.TXT改为xx.BAT复制下面代码保存。在双击运行即可
禁止自动更新.bat
@fltmc >nul || mshta vbscript:CreateObject("Shell.Application").ShellExecute("%~f0","%*",,"runas",1)(window.close) && exit /b
@echo off
schtasks /change /tn "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /disable
sc stop wuauserv
sc config wuauserv start= disabled
sc stop UsoSvc
sc config UsoSvc start= disabled
恢复自动更新.bat
@fltmc >nul || mshta vbscript:CreateObject("Shell.Application").ShellExecute("%~f0","%*",,"runas",1)(window.close) && exit /b
@echo off
schtasks /change /tn "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /enable
sc config wuauserv start= auto
sc start  wuauserv
sc config UsoSvc start= delayed-auto
sc start UsoSvc
下载信息
下载地址

叼同学
  • 本文由 发表于 2023年12月15日16:20:01
  • 转载请务必保留本文链接:https://www.wcstu.cn/10401.html
esxi 8.0核显飞牛OS直通,无需代码!超简单 技术园

esxi 8.0核显飞牛OS直通,无需代码!超简单

先上飞牛图 只需要 切换直通后 要吧内存锁定勾选即可 目前就有一个问题就是有时候 开机需要 手动切换一下核显直通 飞牛才可以开机 解决方法 通过SSH终端登录 ESXi 主机,执行以下命令 关闭显卡调...