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
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
==Set Time & Date Format==
 +
# <code>"C:\Windows\system32\rundll32.exe" shell32.dll,Control_RunDLL intl.cpl</code>
 +
# <code>dd/MM/yyyy</code>
 +
# <code>dd MMMM yyyy</code>
 +
# <code>hh:mm tt</code>
 +
# <code>hh:mm:ss tt</code>
 +
# <code>Sunday</code>
 +
 
==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>
 +
 
 +
Use this: [[File:empty.ico]]
 +
 
 +
==Disable OneDrive==
 +
# <code>gpedit.msc</code>
 +
# Goto
 +
## Local Computer Policy
 +
## Computer Configuration
 +
## Administrative Templates
 +
## Windows Components
 +
## OneDrive
 +
# Set <code>Prevent the usage of OneDrive for file storage</code> == Enabled
 +
 
 +
==Multitasking==
 +
# Start
 +
# Settings
 +
# System
 +
# Multitasking
 +
[[File:w10_multitasking.png]]
  
 
==Other==
 
==Other==

Latest revision as of 20:54, 9 June 2017

Contents

[edit] Set Time & Date Format

  1. "C:\Windows\system32\rundll32.exe" shell32.dll,Control_RunDLL intl.cpl
  2. dd/MM/yyyy
  3. dd MMMM yyyy
  4. hh:mm tt
  5. hh:mm:ss tt
  6. Sunday

[edit] Disable Compressed Icon

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

Use this: File:Empty.ico

[edit] Disable OneDrive

  1. gpedit.msc
  2. Goto
    1. Local Computer Policy
    2. Computer Configuration
    3. Administrative Templates
    4. Windows Components
    5. OneDrive
  3. Set Prevent the usage of OneDrive for file storage == Enabled

[edit] Multitasking

  1. Start
  2. Settings
  3. System
  4. Multitasking

W10 multitasking.png

[edit] Other

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

Variants
Actions
Navigation
Toolbox