Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, May 25, 2017 3:11 AM
Hello team,
What is exact registry key for small icon view. I need this to create PS script. Below line ending up Large Icon view on Windows 10 & same is working fine on widnows 7. Please advise.
Set-ItemProperty "HKCU:\software\Microsoft\Windows\CurrentVersion\Policies\Explorer" -Name ForceClassicControlPanel -value 1 -Force
Regards,
Mahesh
All replies (1)
Friday, May 26, 2017 1:44 AM
Hi Mahesh,
You have a mistake. It should be:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\AllItemsIconView.
Set this to 0 for large icons, 1 for small icons.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].