This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################## | |
# Simple script for installing Microsoft .NET Framework because of some ancient software # | |
# refer to https://gist.github.com/computerality/48666348cbf8980a3204f1e3ae84c55e # | |
# Please insert your own URLs to .NET Framework # | |
########################################################################################## | |
$wshell = New-Object -ComObject Wscript.Shell | |
$wshell.Popup("Select your software to be installed",0,"Hi",0x1) | |
Function Get-FileName($initialDirectory) |