Skip to content

Instantly share code, notes, and snippets.

@SyXo
SyXo / Windows 10 20H1.ps1
Created October 22, 2019 07:30
Test script Windows 10 20H1
#Requires -RunAsAdministrator
#region Begin
# Remove all text from the current display
# Очистить экран
Clear-Host
# Сlear $Error variable
# Очистка переменной $Error
$Error.Clear()
# Get information about the current culture settings
@SyXo
SyXo / How to download streaming video.md
Created September 9, 2019 01:23 — forked from danfinlay/How to download streaming video.md
How to download a streaming video with Google Chrome

How to download streaming video

Streaming just means a download that they don't want you to keep. But Chrome's developer tools make it easy to access what's really going on under the hood.

Open Developer Tools

From the page where you want to download some things, go into your chrome menu to open the developer tools. You can either:

1.  (On a mac): Command-option-J
2. (On a PC): Control-alt-J
@SyXo
SyXo / AdbCommands
Created July 4, 2019 16:48 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell