Windows 10

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Disable Compressed Icon== # <code>regedit</code> # <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons</code> # <code>179</code> (REG_SZ)...")
 
m (Disable Compressed Icon)
Line 1: Line 1:
 
==Disable Compressed Icon==
 
==Disable Compressed Icon==
# <code>regedit</code>
+
<source lang="reg">
# <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons</code>
+
Windows Registry Editor Version 5.00
# <code>179</code> (REG_SZ) == <code>empty.ico,0</code>
+
 
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
 +
"179"="empty.ico,0"
 +
</source>
  
 
==Other==
 
==Other==

Revision as of 20:35, 9 June 2017

Disable Compressed Icon

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"179"="empty.ico,0"

Other

rem Hide NTUSER.DAT
attrib +s +h "%userprofile%\ntuser.dat"
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox