Skip to content

Instantly share code, notes, and snippets.

@chrisglick
chrisglick / Remove windows 10 apps.ps
Created November 1, 2017 22:05
Powershell scripts, need Admin privileges.
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
@chrisglick
chrisglick / sunderedFarming.ahk
Created February 9, 2018 20:42
AutoHotKey script
; AFK Farming for video game Sundered
; http://store.steampowered.com/app/535480/Sundered/
; Script for AutoHotKey: https://www.autohotkey.com
; Sub-author: Chris Glick
; Video tutorial on use: https://www.youtube.com/watch?v=qnOCnhyQnkg
; Modified from original source below:
;
; WASD Movement For Titan Quest Series v3
; Author: Desi Quintans <me@desiquintans.com>
; Website: http://www.desiquintans.com
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",

Keybase proof

I hereby claim:

  • I am chrisglick on github.
  • I am chrisglick (https://keybase.io/chrisglick) on keybase.
  • I have a public key ASBHWnrRseREg71vBITqjX1ml230Bcsz2ytLs5REkL5cAgo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.