Windows 10

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
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==
 
<source lang="reg">
 
<source lang="reg">

Revision as of 20:50, 9 June 2017

Contents

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

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

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

Other

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

Variants
Actions
Navigation
Toolbox