Skip to content

Commit 34d0d38

Browse files
author
Raven
committed
Restore window contents shown while dragging
1 parent 331f371 commit 34d0d38

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set FileVersion=1.0.0.18
2+
set FileVersion=1.0.0.19
33
set ProductVersion=2.1.0.0
44

55
:: Talon relies on ChrisTitusTech's WinUtil and Raphi's Win11Debloat scripts for a heavy chunk of the

debloat_components/debloat_registry_tweaks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def main():
3535
(winreg.HKEY_CURRENT_USER,
3636
r"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced",
3737
"HideFileExt", winreg.REG_DWORD, 0),
38+
(winreg.HKEY_CURRENT_USER,
39+
r"Control Panel\Desktop",
40+
"DragFullWindows", winreg.REG_SZ, "1"),
3841
]
3942
for hive, key_path, name, value_type, value in registry_modifications:
4043
try:

0 commit comments

Comments
 (0)