
REM Modified by Ken Carlilep0 and Sam HillsįOR /F "tokens=2* delims=\" %%a IN ('REG QUERY HKU ^|Findstr /R "DEFAULT S-1-5-*-*$"') DO CALL :modkey %%aįor /d %%b in ("%ProfPath%\*") do call :modlokey Exiting here ends the whole batch file. Right-click in an empty space within the folder to reveal the context menu. REM Also edits the registry hive for users who are not logged in Go to the folder for which you want to change the view. REM Modifies registry keys in for all logged in users REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v DontPrettyPath /t REG_DWORD /d 1 /fĮcho WScript.Echo CreateObject("WScript.Shell").RegRead("HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\ProfilesDirectory") >%temp%\profpath.vbsįor /f "tokens=*" %%i in ('cscript //nologo %temp%\profpath.vbs') do set ProfPath=%%i REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f
#HOW TO SET DEFAULT FOLDER VIEW IN WINDOWS 10 DOWNLOAD#
Download the compressed file from the link above, extract it, and run the WinSetView. REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL /v DefaultValue /t REG_DWORD /d 1 /f To set the default folder view using WinSetView, follow the steps below. REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideFileExt /v DefaultValue /t REG_DWORD /d 0 /f REM Turns "hide file extensions" OFF and "show hidden files" ON. REM Changes to HKLM are not user-specific The folders Properties window opens in the Customize tab. Then right-click or press-and-hold on an empty area in that folder to open its contextual menu. This will display most of the folders in. In the Folder Options window, click the View Tab and click the Apply to Folders button. Click Options / Change folder and Search options. In the layout section click the List option.

At the Top of the window, click the View Tab. Click the View tab, then the Apply to All Folders button. Use File Explorer to open the folder whose view template you want to change. In the left side Navigation Pane, click the C: Drive. To make that the default, select Tools, then Folder Options. 2) Then I just right-clicked on Explorer and selected New Key and named it Shells Icon. 1) Open Registry Editor and go to HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer. I just did it by following these steps:. It loops through ALL the users in the registry and the profiles directory (including DEFAULT, so newly-created users get them too) and sets these options for them all. Select View, then Details (or whatever you prefer). Actually, I wanted to customize my file explorer by changing the default folder icons. The above registry patches are correct, but they don't fix the entire problem.
