Você está na página 1de 1

PAINEL DE CONTROLE FECHANDO SOZINHO:

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} |


Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$
($_.InstallLocation)\AppXManifest.xml"}

CMD EM MODO ADMINISTRADOR:

sfc /scannow
dism /online /cleanup-image /CheckHealth
dism /online /cleanup-image /restorehealth

-----------------------------------------------------------------------------------
-------

1. Pressione as teclas Windows+Q, digite CMD;

2. Clique com o bot�o direito do mouse sobre CMD e selecione a op��o Executar como
Administrador;

3. Cole os comandos abaixo e pressione Enter:

Ren igfxCPL.cpl igfxCPL.cpl.bak [Pressione Enter]

Taskkill /IM explorer.exe /F [Pressione Enter]

Explorer.exe [Pressione Enter

Você também pode gostar