Personalization Restore Legacy Folder Options in Windows 11


  • Staff
Folder_Options_banner.png

This tutorial will show you how to restore the removed legacy settings in Folder Options for all users in Windows 11.

You can use Folder Options (aka: File Explorer Options) to change the way files and folders function and how items are displayed in Windows 11 File Explorer.

Starting with Windows 11 build 23481 in the Insider Dev Channel, Microsoft removed a handful of old settings under Folder Options in File Explorer as part of an effort to clean up the number of settings for File Explorer. Many of these are legacy settings that have been around for ages and are not being regularly used by people on Windows 11.

These removed legacy settings can still be changed via registry keys linked below.


Starting with Windows 11 build 23486, Microsoft restored these legacy settings back to Folder Options based on feedback.

Legacy settings removed from Folder Options:
If you like, you can add/restore specific or all of these legacy settings back into Folder Options.


You must be signed in as an administrator to add and remove legacy settings in Folder Options.



Contents

  • Option One: Add/Restore or Remove All Legacy Folder Options using REG file
  • Option Two: Add/Restore or Remove Specific Legacy Folder Options using Command


EXAMPLE: Folder Options with legacy settings removed

Folder_Options-1.png
Folder_Options-2.png





Option One

Add/Restore or Remove All Legacy Folder Options using REG file


1 Do step 2 (add) or step 3 (remove) below for what you would like to do.

2 Add/Restore All Legacy Folder Options

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Restore_legacy_settings_to_Folder_Options_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowTypeOverlay]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderSizeTip]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideMergeConflicts]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowDriveLetters]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowInfoTip]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowCompColor]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingWizardOn]


; Always show icons, never thumbnails
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsLegacyOnly]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30554"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="IconsOnly"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly\Policy\DisableThumbnails]


;Display file icon on thumbnails
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyTypeOverlay]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30558"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowTypeOverlay"


; Display file size information on Folder tips
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderLegacySizeTip]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30514"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="FolderContentsInfoTip"


; Hide folder merge conflicts
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideLegacyMergeConflicts]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30563"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="HideMergeConflicts"


; Hide protected operating system files
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperLegacyHidden]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30508"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="ShowSuperHidden"
"WarningIfNotDefault"="@shell32.dll,-28964"


; Show drive letters
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyDriveLetters]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"Mask"=dword:00000002
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
"Text"="@shell32.dll,-30556"
"Type"="checkbox"
"UncheckedValue"=dword:00000002
"ValueName"="ShowDriveLettersFirst"


; Show pop-up description for folder and desktop items
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyInfoTip]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30502"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowInfoTip"


; Show encrypted or compressed NTFS files in color
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyCompColor]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30512"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowEncryptCompressedColor"


; Use Sharing Wizard
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingLegacyWizardOn]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30551"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="SharingWizardOn"

3 Remove All Legacy Folder Options

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Remove_legacy_settings_from_Folder_Options_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsLegacyOnly]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyTypeOverlay]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderLegacySizeTip]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideLegacyMergeConflicts]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperLegacyHidden]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyDriveLetters]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyInfoTip]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyCompColor]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingLegacyWizardOn]


; Always show icons, never thumbnails
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30554"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="IconsOnly"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly\Policy\DisableThumbnails]


;Display file icon on thumbnails
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowTypeOverlay]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30558"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowTypeOverlay"


; Display file size information on Folder tips
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderSizeTip]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30514"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="FolderContentsInfoTip"


; Hide folder merge conflicts
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideMergeConflicts]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30563"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="HideMergeConflicts"


; Hide protected operating system files
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30508"
"Type"="checkbox"
"UncheckedValue"=dword:00000001
"ValueName"="ShowSuperHidden"
"WarningIfNotDefault"="@shell32.dll,-28964"


; Show drive letters
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowDriveLetters]
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"Mask"=dword:00000002
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
"Text"="@shell32.dll,-30556"
"Type"="checkbox"
"UncheckedValue"=dword:00000002
"ValueName"="ShowDriveLettersFirst"


; Show pop-up description for folder and desktop items
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowInfoTip]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30502"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowInfoTip"


; Show encrypted or compressed NTFS files in color
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowCompColor]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000000
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30512"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="ShowEncryptCompressedColor"


; Use Sharing Wizard
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingWizardOn]
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30551"
"Type"="checkbox"
"UncheckedValue"=dword:00000000
"ValueName"="SharingWizardOn"

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 If Folder Options is currently open, then close and reopen Folder Options to apply.

8 You can now delete the downloaded .reg file if you like.




Option Two

Add/Restore or Remove Specific Legacy Folder Options using Command


1 Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.

2 Copy and paste the add or remove command below into Windows Terminal (Admin) for the legacy setting(s) you want to add or remove in Folder Options, and press Enter.

3 If Folder Options is currently open, then close and reopen Folder Options to apply.


 Always show icons, never thumbnails

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsOnly -NewName IconsLegacyOnly

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\IconsLegacyOnly -NewName IconsOnly


 Hide Folder Merge conflict

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideMergeConflicts -NewName HideLegacyMergeConflicts

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\HideLegacyMergeConflicts -NewName HideMergeConflicts


 Display file icon on thumbnails

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowTypeOverlay -NewName ShowLegacyTypeOverlay

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyTypeOverlay -NewName ShowTypeOverlay


 Display file size information on Folder tips

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderSizeTip -NewName FolderLegacySizeTip

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\FolderLegacySizeTip -NewName FolderSizeTip


 Hide protected operating system files

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden -NewName SuperLegacyHidden

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperLegacyHidden -NewName SuperHidden


 Show drive letters

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowDriveLetters -NewName ShowLegacyDriveLetters

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyDriveLetters -NewName ShowDriveLetters


 Show popup description for Folder and Desktop items

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowInfoTip -NewName ShowLegacyInfoTip

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyInfoTip -NewName ShowInfoTip


 Show encrypted or compressed NTFS files in color

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowCompColor -NewName ShowLegacyCompColor

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowLegacyCompColor -NewName ShowCompColor


 Use Sharing Wizard

Add/Restore
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingWizardOn -NewName SharingLegacyWizardOn

Remove
PowerShell Rename-Item HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SharingLegacyWizardOn -NewName SharingWizardOn


That's it,
Shawn Brink


 

Attachments

  • Folder_Options.png
    Folder_Options.png
    5.6 KB · Views: 40
  • Remove_legacy_settings_from_Folder_Options_for_all_users.reg
    5.2 KB · Views: 118
  • Restore_legacy_settings_to_Folder_Options_for_all_users.reg
    5.2 KB · Views: 91
Last edited:
  • Helpful
Reactions: OAT

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Hewlett-Packard HP Pavilion g7 1372sr
    CPU
    Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
    Motherboard
    Hewlett-Packard 1672 09.4C
    Memory
    8 Gb
    Graphics Card(s)
    Intel(R) HD Graphics 3000, AMD Radeon HD 7400M Series
    Sound Card
    Устройство с поддержкой High Definition Audio
    Monitor(s) Displays
    Универсальный монитор PnP
    Screen Resolution
    1600x900
    Hard Drives
    Samsung SSD 870 EVO 500GB, KINGSTON SA400S37240G
Hello, I would like to understand how the solution you describe is fundamentally different from the one described here - Как включить отсутствующие параметры папки в сборке Windows 11 Build 23481

Hello mate, :alien:

The link you posted is for how to change those removed legacy settings in the registry like in the links at the top of this tutorial here.

This tutorial shows you how to add these settings back to Folder Options so you can change them there if wanted instead of having to do so in the registry.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
@Brink,

Good day to you, Dr. Brink!

The only removed ones I use are these:
I know it's a long road from Dev channel to release, but I was wondering whether we will lose the options of NOT hiding protected OS files and of SHOWING drive letters if we DON'T put these functions back on the menu.
 

My Computers

System One System Two

  • OS
    11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • Operating System
    11 Pro 23H2 22631.3527
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Mouse
    LogiTech M510 wireless
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
@Brink,

Good day to you, Dr. Brink!

The only removed ones I use are these:
I know it's a long road from Dev channel to release, but I was wondering whether we will lose the options of NOT hiding protected OS files and of SHOWING drive letters if we DON'T put these functions back on the menu.

Hello Dan, :alien:

Oh no. You will still be able to change these settings via the registry if wanted, but you should still be able to add them back to Folder Options as well.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Thank you.
 

My Computers

System One System Two

  • OS
    11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i7-9700 @ 3.00GHz
    Motherboard
    Lenovo 3132
    Memory
    32GBDDR4 @ 2666MHz
    Graphics Card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    LG E2442
    Screen Resolution
    1920x1080
    Hard Drives
    1 x Samsung 970 EVO PLUS 500GB NVMe SSD, 1 x WD_BLACK SN770
    250GB NVMe SSD (OS and programs), 1 x WD_BLACK SN770
    500GB NVMe SSD (Data)
    Case
    Lenovo SFF
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Mouse
    LogiTech M510 wireless
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome, sometimes Firefox
    Antivirus
    Malwarebytes Premium & Defender (working together beautifully!)
  • Operating System
    11 Pro 23H2 22631.3527
    Computer type
    PC/Desktop
    Manufacturer/Model
    Lenovo ThinkCentre M920S SFF
    CPU
    i5-8400 @ 2.80GHz
    Motherboard
    Lenovo 3132
    Memory
    32GB DDR4 @ 2600MHz
    Graphics card(s)
    Intel HD 630 Graphics onboard
    Sound Card
    Realtek High Definition Audio onboard
    Monitor(s) Displays
    LG FULL HD (1920x1080@59Hz)
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x Samsung 970 EVO PLUS NVMe; 1 x Samsung 980 NVMe SSD
    Case
    Lenovo Think Centre SFF
    Mouse
    LogiTech M510 wireless
    Keyboard
    Cherry Stream TKL JK-8600US-2 Wired
    Internet Speed
    Fast (for fixed wireless!)
    Browser
    Chrome
    Antivirus
    Malwarebytes Premium and MS Defender, beautiful together
Greetings Brink,
The version of Windows 11 I have installed is: OS Build: 22621.3155
A more detailed snapshot:
Tech Support Guy System Info Utility version 1.0.0.9
OS Version: Microsoft Windows 11 Home, 64 bit, Build 22621, Installed 20221124230941.000000-480
Processor: AMD Ryzen 7 3700X 8-Core Processor, AMD64 Family 23 Model 113 Stepping 0, CPU Count: 16
Total Physical RAM: 64 GB
Graphics Card: NVIDIA GeForce GTX 1060 6GB << Yea yea yea I need a newer one. But it Still works! And it is by EVGA not Nvidia.>>
Hard Drives: C: 930 GB (234 GB Free); D: 930 GB (233 GB Free); E: 1862 GB (361 GB Free); F: 1862 GB (404 GB Free); G: 1862 GB (478 GB Free);
Motherboard: ASUSTeK COMPUTER INC. ROG STRIX B550-E GAMING, ver Rev X.0x, s/n Serial Number
System: American Megatrends Inc., ver ALASKA - 1072009, s/n System Serial Number
Antivirus: ESET Security, Enabled and Updated

Will this work on this current build?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Grown is the best.
    CPU
    AMD Ryzen 7 3700X 8-Core Processor, AMD64 Family 23 Mod
    Motherboard
    ASUSTeK COMPUTER INC. ROG STRIX B550-E GAMING, ver Rev X.0x, s/n redacted
    Memory
    RAM: 64GB (memory is too vague)
    Graphics Card(s)
    EVGA GFORCE GTX 1060 6GB (CAUSE IT STILL WORKS DANMED GOOD)
    Sound Card
    built into motherboard
    Monitor(s) Displays
    Samsung ???
    Screen Resolution
    1920X1080
    Hard Drives
    Many SSD's
    PSU
    Corsair CM750X
    Case
    NZXT
    Cooling
    Corsair
    Keyboard
    Razer BlackWidow Ultimatev 2016 edition
    Mouse
    Red Dragon M908
    Internet Speed
    Xfinity stupid fast
    Browser
    FireFox 117.0 (64-bit)
    Antivirus
    ESET Security, Enabled and Updated
    Other Info
    Between the power supply and the water cooler, it makes a great foot warmer on a cold winter's day.
Greetings Brink,
The version of Windows 11 I have installed is: OS Build: 22621.3155
A more detailed snapshot:
Tech Support Guy System Info Utility version 1.0.0.9
OS Version: Microsoft Windows 11 Home, 64 bit, Build 22621, Installed 20221124230941.000000-480
Processor: AMD Ryzen 7 3700X 8-Core Processor, AMD64 Family 23 Model 113 Stepping 0, CPU Count: 16
Total Physical RAM: 64 GB
Graphics Card: NVIDIA GeForce GTX 1060 6GB << Yea yea yea I need a newer one. But it Still works! And it is by EVGA not Nvidia.>>
Hard Drives: C: 930 GB (234 GB Free); D: 930 GB (233 GB Free); E: 1862 GB (361 GB Free); F: 1862 GB (404 GB Free); G: 1862 GB (478 GB Free);
Motherboard: ASUSTeK COMPUTER INC. ROG STRIX B550-E GAMING, ver Rev X.0x, s/n Serial Number
System: American Megatrends Inc., ver ALASKA - 1072009, s/n System Serial Number
Antivirus: ESET Security, Enabled and Updated

Will this work on this current build?
Hello. :alien:

Yes it will work for that build.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Back
Top Bottom