Add mod: disable widgets

This commit is contained in:
Fierelier 2024-07-16 00:53:57 +02:00
parent 3c32c26082
commit fdf6fdcc69
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Disable widget button in taskbar.

View File

@ -0,0 +1,4 @@
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced","/v","TaskbarDa","/t","REG_DWORD","/d","0","/f"])

View File

@ -0,0 +1 @@
quality