Como remover itens indesejados em 'Este PC' no Windows Explorer no Windows 8.1

1

Desejo remover esses itens como os instantâneos abaixo, ou seja, pasta Documents, Downloads, Music, Pictures, Videos.

Como posso fazer isso?

    
por Nam G VU 08.06.2014 / 08:53

2 respostas

3

De Esta página do LifeHacker :

To hide it, start up Registry Editor (by hitting Start and searching for "regedit") and navigate to

HKEY_CLASSES>ROOT\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder.

Double click on "Attributes" in the right hand pane and change the value from b084010c to b094010c. Click OK, exit the registry editor, and log out.

The process for the other items is the same, except you use the following keys:

Libraries: change b080010d to b090010d in HKEY_CLASSES_ROOT\CLSID{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolderP

Network: change b0040064 to b0940064 in HKEY_CLASSES_ROOT\CLSID{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolderP

Favorites: change a0900100 to a9400100 in HKEY_CLASSES_ROOT\CLSID{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolderP

To hide Computer, you'll need to create the Attributes key since none exists. Navigate to HKEY_CLASSES_ROOT\CLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}\ShellFolder

    
por 08.06.2014 / 08:57
0

Em esta página como geek , eles mostram como remover as pastas de registro (não me permitem remover apenas a chave) correspondentes às pastas que eu queria remover:

win + r - > escreva regedit - > navegue até: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Meu_Computador \ NameSpace

em NameSpace, exclua a pasta do registro correspondente da pasta que você deseja remover de "this pc":

Pasta do Google Desktop - {B4BFCC3A-DB2C-424C-B029-7FE99A87C641}

Pasta de documentos - {A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}

Pasta de downloads - {374DE290-123F-4565-9164-39C4925E467B}

Pasta de músicas - {1CF1260C-4DD0-4ebb-811F-33C572699FDE}

Pasta de imagens - {3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}

Vídeos da pasta - {A0953C92-50DC-43bf-BE83-3742FED03C9C}

nota: eles também têm uma solução do Windows 10 que não é essa.

    
por 14.11.2015 / 11:30