Windows 8.1 Registry Tweaks

Discussion in 'Windows 8' started by MSMG, Jul 2, 2013.

  1. sevenacids

    sevenacids MDL Addicted

    Aug 17, 2012
    667
    232
    30
  2. pun

    pun MDL Senior Member

    Oct 19, 2013
    465
    188
    10
    Why bother with the registry? It's simpler if you just do it yourself:
    Right click on desktop -> Personalize -> Change Desktop icons -> Check "This PC"

    It can't really get easier than that (unless you're too lazy to do it, and would rather hunt on forums for registry tweaks that let you accomplish said task in a few seconds more. :D )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    Unless one means to do it on every VM they install at which point the manual method becomes quite tedious.
     
  4. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,153
    210
    Yea it can get easier if you have a start menu installed, Click start > Right click "This PC" > Show on desktop
     
  5. pun

    pun MDL Senior Member

    Oct 19, 2013
    465
    188
    10
    If I were installing 8.x on a VM then I surely wouldn't reinstall every time, but I see what you mean :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. RaymondTH

    RaymondTH MDL Member

    Apr 23, 2012
    103
    29
    10
    #126 RaymondTH, Nov 3, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    $objIPProperties = [System.Net.NetworkInformation.IPGlobalProperties]::GetIPGlobalProperties()
    if ($objIPProperties.DomainName -eq $null) {
     $SystemName = “{0}” -f $objIPProperties.HostName
    }
    else {
     $SystemName = “{0}.{1}” -f $objIPProperties.HostName, $objIPProperties.DomainName
    }
    Set-Item -Path  "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}" -Value $SystemName -Type string
    Change "this pc" to the FQDN of the computer in an active directory environment with a powershell script
     
  7. Aninvitedsoul

    Aninvitedsoul MDL Senior Member

    Sep 14, 2012
    422
    118
    10
    Just create a backup of the original Registry if you wish to add all tweaks as a registry file.So you can undo the changes you make easly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,769
    1,106
    60
    #128 Mr Jinje, Nov 3, 2013
    Last edited by a moderator: Apr 20, 2017

    Weird, I ran it on a non-domain server and got a . in the name, so maybe the field is not truly null. I switched it to "" and now it works on Domain or Non-Domain machines.
     
  9. mustang999

    mustang999 MDL Novice

    Oct 26, 2013
    8
    0
    0
    Is it possible to change the behavior of the new windows start button? To minimize all windows and show desktop for example?
     
  10. orca99

    orca99 MDL Junior Member

    Nov 30, 2012
    96
    31
    0
    You mean other than right-click/desktop?
     
  11. mustang999

    mustang999 MDL Novice

    Oct 26, 2013
    8
    0
    0
    Yeah, without right-clicking, just on left click.
     
  12. huja

    huja MDL Novice

    Nov 1, 2013
    5
    0
    0
    Is it possible to disable the "drag to close" handle on the desktop? Very annoying.
     
  13. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    alt-F4 is quite well to do the same
     
  14. beev

    beev MDL Novice

    Jul 31, 2009
    36
    21
    0
    Can someone tell me the values of the default colors.
    I used this tweak and want the default colors back.

    Changing the color values does not affect the color of the start and shutdown screen color.
     
  15. catdog215

    catdog215 MDL Senior Member

    Oct 21, 2009
    423
    21
    10
    I should be more clear. What I meant was to tweak inside install.wim regedit. For example,
    this is what i meant. Is there a way to do like above quote so it show "This pc" on the desktop?

    Thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. beev

    beev MDL Novice

    Jul 31, 2009
    36
    21
    0
    #136 beev, Nov 9, 2013
    Last edited by a moderator: Apr 20, 2017
    When this key and values are added to the registry, the background color of the Login-screen and Shutdown-screen stays in that color.
    These colors can't be changed anymore.
     
  17. babuin12

    babuin12 MDL Member

    Jan 24, 2011
    112
    26
    10
    How can i set Control panel to open in Category view by default instead of Small or Large icons ? 8.1 x64 , thanks
     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    Try this Registry Tweak

    Code:
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
    "AllItemsIconView"=dword:00000000
    "StartupPage"=dword:00000000
    
    /CODE]
    
    [quote="babuin12, post: 843548"]How can i set Control panel to open in Category view by default instead of Small or Large icons ? 8.1 x64  , thanks[/QUOTE]
     
  19. babuin12

    babuin12 MDL Member

    Jan 24, 2011
    112
    26
    10
    #140 babuin12, Nov 17, 2013
    Last edited: Nov 17, 2013
    not working this for me :``NOTE: The Control Panel will open to the same view as it was in when last closed by default.``
    i have to change a regkey

    sorry MSMG this not work for me

    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
    "AllItemsIconView"=dword:00000000
    "StartupPage"=dword:00000000

    there are 2 keys
    HKEY\CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\ForceClassicControlPanel - REG_DWORD 1 or 0
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\AllItemsIconView.
    Set this to 0 for large icons, 1 to small icons.

    but not for Category view

    i think i found :Local Group Policy Editor /User Configuration/ Administrative Templates/Control Panel/Always open All Control Panel Items when opening the Control Panel/Edit/Disable - If this policy setting is disabled, the Control Panel opens to the category view.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "ForceClassicControlPanel"=dword:00000000