- Open Powershell.
- Type
Get-AppxPackage | Remove-AppxPackage. - Ignore any error messages about packages that can't be removed, it's fine.
This can break some game loaders (Steam too probably).
| netsh winsock reset catalog | |
| netsh int ip reset reset.log | |
| ipconfig /flushdns | |
| ipconfig /registerdns |
| // ==UserScript== | |
| // @name noVNC Paste for Proxmox | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2a | |
| // @description Pastes text into a noVNC window (for use with Proxmox specifically) | |
| // @author Chester Enright | |
| // @match https://* | |
| // @include /^.*novnc.*/ | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js | |
| // @grant none |
| # Must be done as root | |
| echo 1 > /sys/class/block/sda/device/rescan | |
| # For LVM | |
| fdisk /dev/sda # For the resizing - delete it, then recreate it. | |
| pvresize /dev/sda3 | |
| lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv | |
| resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv |
| #!/bin/bash | |
| du -a . | sort -n -r | head -n 20 |
| " Sets up the backgrounds and search syntax | |
| set background=dark | |
| set smartcase | |
| set hlsearch | |
| " Sets up the indents | |
| set smartindent | |
| set autoindent | |
| " Sets up the folding |
| def unwrap(f): | |
| """ | |
| Unwraps the function down to the last layer of __wrapped__ | |
| """ | |
| found = False | |
| b = f | |
| count = 0 | |
| while not found: | |
| try: | |
| b = b.__wrapped__ |
| // ==UserScript== | |
| // @name noVNC Paste | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2a | |
| // @description Pastes text into a noVNC window | |
| // @author You | |
| // @match */console* | |
| // @require http://code.jquery.com/jquery-3.3.1.min.js | |
| // @grant none | |
| // ==/UserScript== |
| {"lastUpload":"2020-06-03T15:05:42.753Z","extensionVersion":"v3.4.3"} |