Jump to content

"Display simple folder view"


Recommended Posts

Posted

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!


Posted (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>nul

Or paste the code in a batch file and verify first if it works.

Edited by radix
Posted

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

Posted
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>nul

Or paste the code in a batch file and verify first if it works.

Thanks!

exactly the sort of solution i was looking for

  • 3 months later...
Posted
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>nul

Or 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...