Skip to content

Instantly share code, notes, and snippets.

@rysstad
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save rysstad/9d5d0b8fa37acf548550 to your computer and use it in GitHub Desktop.

Select an option

Save rysstad/9d5d0b8fa37acf548550 to your computer and use it in GitHub Desktop.

Revisions

  1. rysstad revised this gist Apr 30, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Remove-SkypeModernApp
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    # Remove the "modern app" version of Skype. Testet on Win 10.
    # Remove the "modern app" version of Skype. Tested on Win 10 preview.
    Get-AppxPackage -Name Microsoft.SkypeApp | Remove-AppxPackage
  2. rysstad created this gist Apr 24, 2015.
    2 changes: 2 additions & 0 deletions Remove-SkypeModernApp
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Remove the "modern app" version of Skype. Testet on Win 10.
    Get-AppxPackage -Name Microsoft.SkypeApp | Remove-AppxPackage