April 27, 200818 yr I disable this option immediately after a fresh install of windows, and wondering if this could be integrated into nLite.Or wondering if this option exists and I have overlooked it many times.Thanks in advanced!
April 27, 200818 yr I disable this option immediately after a fresh install of windows, and wondering if this could be integrated into nLite.Add the next command in Unattended->RunOnce section of nLite to disable "Display simple folder view": REG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "FriendlyTree" /t REG_DWORD /d "0" /f>nulOr paste the code in a batch file and verify first if it works. Edited April 27, 200818 yr by radix
April 27, 200818 yr I always disable that automatically (in fact after a fresh install I search for "friendly" in the registry and disable everything - what's friendly for Microsoft isn't friendly for me), but after this post I stopped a second to think about this and searched to find out what this really is.So here is an explanation of this 'feature' in case anyone wonders what it is.GL
April 28, 200818 yr Author I disable this option immediately after a fresh install of windows, and wondering if this could be integrated into nLite.Add the next command in Unattended->RunOnce section of nLite to disable "Display simple folder view": REG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "FriendlyTree" /t REG_DWORD /d "0" /f>nulOr paste the code in a batch file and verify first if it works.Thanks!exactly the sort of solution i was looking for
August 1, 200818 yr I disable this option immediately after a fresh install of windows, and wondering if this could be integrated into nLite.Add the next command in Unattended->RunOnce section of nLite to disable "Display simple folder view": REG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "FriendlyTree" /t REG_DWORD /d "0" /f>nulOr paste the code in a batch file and verify first if it works.Thank you! Was trying to figure this one out as well.
Create an account or sign in to comment