Show Hidden Files In - Windows

dir /a:h To show all files (including system/hidden):

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f taskkill /f /im explorer.exe & start explorer.exe Set current session to show hidden files: show hidden files in windows

dir /a To change the global Explorer setting using reg : dir /a:h To show all files (including system/hidden):

Get-ChildItem -Force Permanently change Windows setting: show hidden files in windows