Hello, Is there a way to stop windows 10 from changing the folder view every time I open a folder? It automatically gos back to the default view instead of what I set it to.
My solution... Run this as administrator: Code: reg delete "HKCU\Software\Microsoft\Windows\Shell\BagMRU" /f reg delete "HKCU\Software\Microsoft\Windows\Shell\Bags" /f reg add "HKCU\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell" /v "FolderType" /t REG_SZ /d NotSpecified /f reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU" /f reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags" /f reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell" /v "FolderType" /t REG_SZ /d NotSpecified /f Then set the desired display in the file explorer and apply it to all folders (can be found under folder options).
@arlawson83 The previous suggestion is good, but your problem is probably that you are probably editing but not saving, ie You most likely do not click apply changes the changes you just have made. As already said, You must click Apply or Apply to all folders and subfolders. You can do this from the folder settings. Spoiler: Screenshots