Disabe Quick Access

Discussion in 'Windows 10' started by SightUp, Dec 24, 2015.

  1. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    How do you disable Quick Access? The ways online I am seeing are not working. Does anyone have a .reg file to do it for you all at once?
     
  2. e_sentinel

    e_sentinel MDL Novice

    Mar 3, 2009
    39
    7
    0
    #2 e_sentinel, Dec 24, 2015
    Last edited by a moderator: Apr 20, 2017
  3. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    OMG! Is there a .reg too to take permissions of that specific ShellFolder? So essentially all I would have to do is execute the one that grants me permissions and then execute the one that removes Quick Access?
     
  4. e_sentinel

    e_sentinel MDL Novice

    Mar 3, 2009
    39
    7
    0
    #4 e_sentinel, Dec 24, 2015
    Last edited by a moderator: Apr 20, 2017
    If you do it manually, you can revert the permissions easily.

    Grant permissions using registry file? AFAIK.. no.

    You can use a built-in Regini command. Paste below code into Notepad and save as Key.txt.

    Code:
    \Registry\machine\software\classes\CLSID\{679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder [1 6 9 17]
    Launch CMD (Command Prompt) as Administrator. Type the command below and hit Enter.

    Code:
    REGINI path_of_Key.txt
    It's easier if you put Key.txt in a root drive i.e. in C:\ drive and the command goes like this:

    Code:
    REGINI C:\Key.txt
    Done with that, merge your registry file to remove Quick Access.
     
  5. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    Damn! This is so long!!! There has to be a shorter way!
     
  6. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    #6 SightUp, Dec 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I tired this. Sadly when I went to exe the .reg, it gave me an error. You sure that it's right?
     
  7. hb860

    hb860 MDL Expert

    May 7, 2010
    1,012
    1,858
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. e_sentinel

    e_sentinel MDL Novice

    Mar 3, 2009
    39
    7
    0
    #8 e_sentinel, Dec 25, 2015
    Last edited: Dec 25, 2015
    Yes, follow what Sergey suggested.
     
  9. dasag

    dasag MDL Junior Member

    Mar 9, 2014
    67
    9
    0
    #10 dasag, Dec 26, 2015
    Last edited by a moderator: Apr 20, 2017
    This method to remove Quick Access doesn't work anymore since the last update.
    There is a quick access blue star that pops up on the desktop and in explorer which wasn't there before.

    edit.. seems random
     
  10. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    #11 dhjohns, Dec 26, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...