twig Posted April 27, 2008 Posted April 27, 2008 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!
radix Posted April 27, 2008 Posted April 27, 2008 (edited) 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, 2008 by radix
GrofLuigi Posted April 27, 2008 Posted April 27, 2008 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
twig Posted April 28, 2008 Author Posted April 28, 2008 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
Wrayth Posted August 1, 2008 Posted August 1, 2008 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now