Windows 8.1 Registry Tweaks

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

  1. Dos_Probie

    Dos_Probie MDL Senior Member

    Jul 18, 2012
    250
    86
    10
    #61 Dos_Probie, Sep 7, 2013
    Last edited: Sep 7, 2013
  2. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,535
    1,009
    60
    #62 WIKIMACK, Sep 8, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
    "StartupDelayInMSec"=dword:00000000
     
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
  4. Nicky31

    Nicky31 MDL Member

    Aug 21, 2013
    170
    84
    10
    who needs tweaks when you have 32gb

    Windows 8.1.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    I have 24gb ram and use reg-tweak. ram- teveak >what relevance
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #66 HALIKUS, Sep 8, 2013
    Last edited by a moderator: Apr 20, 2017
    If you looked at what the tweaks actually did you would realize how stupid you sound.

    You have to back up the drive letters to a reg file, and then restore it after the fact. This can be a very dangerous reg tweak if its on a different computer as it relies on hexidecimal strings of your physical HDDs. I'll also include backing up "shared folders". This tweak is pretty invaluable to me and my XBMC sharing.


    After you restore the reg tweak, you MUST reboot.
    Code:
    @echo off
    REGEDIT /E "%~dp01_Drive_names_Backup.reg" "HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices"
    REGEDIT /E "%~dp02_Shares_Backup.reg" "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares"
    REGEDIT /E "%~dp03_Shares_Backup2.reg" "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\LanmanServer\Shares"
    
     
  7. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    #67 HALIKUS, Sep 8, 2013
    Last edited by a moderator: Apr 20, 2017
  8. the_real_HotShot

    the_real_HotShot MDL Novice

    Jun 19, 2011
    21
    16
    0
    Congratulations, dumbest post of the day...
     
  9. Abhijeet Mitter

    Abhijeet Mitter MDL Junior Member

    Aug 29, 2013
    59
    13
    0
    is there any reg tweak to edit number of tiles row in Windows 8.1 rtm?
     
  10. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  11. McLovin

    McLovin MDL Junior Member

    Aug 7, 2009
    95
    27
    0
    is there a tweak to disable "pin to start" when u right click the recycle bin ?
    every time I want to empty the recyclebin, I pin it to the start.
     
  12. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,979
    7,149
    240
    When right clicking the recbin a menu appears which says: open, empty bin, pin to start, rename and properties. No automatic pin to start is done here :confused:
     
  13. jhoff80

    jhoff80 MDL Junior Member

    Jan 27, 2013
    62
    14
    0
    I think he wants to remove the Pin to Start entry. They reversed the position of Empty Recycle Bin and Pin to Start from 8.0 to 8.1, so I can see why that'd cause problems.
     
  14. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,015
    4,148
    210
    Without reading through 8 pages of reg tweaks, is there a way to get new installed apps to auto pin to start again like they did in 8 ?
     
  15. Brainsuck

    Brainsuck MDL Addicted

    Oct 9, 2009
    676
    157
    30
    #77 Brainsuck, Sep 9, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ney2x

    ney2x MDL Novice

    Oct 4, 2010
    13
    6
    0
    #79 ney2x, Sep 9, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\*\shell\pintostartscreen]
    
    [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\PintoStartScreen]
    
    [-HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen]
    
    [-HKEY_CLASSES_ROOT\exefile\shell\pintostartscreen]
    
    [-HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen]
    
    [-HKEY_CLASSES_ROOT\Folder\shell\pintostartscreen]
    
    [-HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\PintoStartScreen]
    
    [-HKEY_CLASSES_ROOT\mscfile\shell\pintostartscreen]
    
    [-HKEY_CLASSES_ROOT\mscfile\shellex\ContextMenuHandlers\PintoStartScreen]
     
  17. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    again please highlight your text and use the # button to encase in CODE so that it doesn't break the characters with spaces.