Windows explorer preview pane setup

 #windows explorer preview setup

Method1: 

PowerToys - Tools to increase productivity in Windows - Microsoft Community

You can install powerToys and turn on preview pane for all different files preview. 



Method2:

#https://www.byteinthesky.com/powershell/preview-powershell-scripts-file-in-windows-explorer/

You can execute powershell commands below: 

[microsoft.win32.registry]::SetValue("HKEY_CURRENT_USER\Software\Classes\.json", "PerceivedType", "text")

[microsoft.win32.registry]::SetValue("HKEY_CURRENT_USER\Software\Classes\.py", "PerceivedType", "text")

[microsoft.win32.registry]::SetValue("HKEY_CURRENT_USER\Software\Classes\.ps1", "PerceivedType", "text")

[microsoft.win32.registry]::SetValue("HKEY_CURRENT_USER\Software\Classes\.psm1", "PerceivedType", "text")

[microsoft.win32.registry]::SetValue("HKEY_CURRENT_USER\Software\Classes\.psd1", "PerceivedType", "text")

Comments

Popular posts from this blog