2016 Apr 26, 4:03 2016 Apr 25, 7:05 2016 Mar 31, 10:12
You can call WinRT APIs from PowerShell. Here's a short example using the WinRT Launcher API:
[Windows.System.Launcher,Windows.System,ContentType=WindowsRuntime]
$uri = New-Object System.Uri "http://example.com/"
[Windows.System.Launcher]::LaunchUriAsync($uri)
Note
that like using WinRT in .NET, you use the System.Uri .NET class instead of the Windows.Foundation.Uri WinRT class which is not projected and under the covers the system will convert the System.Uri
to a Windows.Foundation.Uri.
2016 Feb 23, 9:19 2016 Feb 20, 2:10 2016 Feb 20, 1:40 2016 Feb 20, 1:22 2016 Feb 17, 3:30 2016 Feb 17, 1:07 2016 Feb 16, 5:06 2016 Feb 16, 5:22
This guy sped by me on the freeway. Had a strong feeling this was a Unicode codepoint. In my gut
I knew what it was.
pic.twitter.com/4B3oHSXXAi
2016 Feb 16, 2:06 2016 Feb 12, 7:25
> typeof NaN 'number' > (╯°□°)╯︵ ┻━┻) ...
2016 Feb 12, 1:52 2016 Feb 11, 11:54 2016 Feb 11, 11:08
Whether you have a date or not, the world ends on Valentine's Day. Bummer.
#Ghostbusters
2016 Feb 11, 1:33