T
T
Tim32016-02-03 11:48:46
PowerShell
Tim3, 2016-02-03 11:48:46

Turning on "Show hidden files and folders"?

Hello!
How can I change the "Show hidden files and folders" option in Windows 10 using a powershell script? And is it even possible to do this? Mb is registered somewhere in the registry?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tim3, 2016-02-03
@Tim3

I found everything.
Who cares:

REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V Hidden /T REG_DWORD /D 0 /F
taskkill /f /im explorer.exe
start explorer.exe

Where 0 hide, 1 show.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question