Hello everybody.
How can i change the folder view with powershell from minaatures to icons?
see images what i mean.
this->
to this->
Hello everybody.
How can i change the folder view with powershell from minaatures to icons?
see images what i mean.
this->
to this->
Hi @Filip-2434 ,
Did the answer work for you? Are there any additional questions to this topic?
If you found the answer helpful, it would be great if you please mark it "Accept as answer". This will help others to find answers in Q&A
Regards
Andreas Baumgarten
Hi @Filip-2434 ,
I am not 100% sure if the "folder view icons setting" is a registry based setting.
Maybe this is worth a try:
Set the folder view icons setting to something you don't want (for instance "Details")
Export the registry key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
Set the folder view icons setting to something you want (for instance "Large Icons")
Export the registry key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
Compare the reg files for changes.
With this result you can update the registry via PowerShell cmdlet Set-ItemProperty
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten
10 people are following this question.