Skip to content

Instantly share code, notes, and snippets.

View xenoid's full-sized avatar
💯
hax

xenoid

💯
hax
View GitHub Profile
##########################################################################################
# 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)