Unleash your script
Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework.
Use MahApps.metro built-in dialogs
Apply beautiful modal dialog into your project.
How to apply a theme on your GUI?
Some tips on how to apply a theme on your GUI ...
Showing posts with label explorer. Show all posts
Showing posts with label explorer. Show all posts
Monday, 16 April 2018
I have seen many people struggle with this so I decided to write something about TreeView in PowerShell.
The script in this post is based on the project available here (written in C#). I simply rewrote it in PowerShell and added my personal touch. He displayed a drive image if the TreevieItem was a drive and a folder image otherwise. I extended the principle a little; you can specify directly in your script which kind of image you want to use in which case.


