How i can Hide This?

Discussion in 'Windows 8' started by system-zero, Sep 30, 2013.

  1. system-zero

    system-zero MDL Novice

    Oct 16, 2011
    13
    0
    0
    スクリーンショット (116).png

    I already using Library so i want hide that folder in computer exlorer
    anyone know that?
    Thanks
     
  2. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #3 Mr Jinje, Sep 30, 2013
    Last edited by a moderator: Apr 20, 2017
    If you want to delete those folders completely from explorer, here is how.

    Code:
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}'
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}'
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}'
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}'
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}'
    Remove-Item -Path 'registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}'
    #
    
     
  3. system-zero

    system-zero MDL Novice

    Oct 16, 2011
    13
    0
    0
    #5 system-zero, Oct 1, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)

    Thanks for this!
    it hided
    Thanks so much