Skip to content

Instantly share code, notes, and snippets.

@bunkbail
bunkbail / how-to-download-from-pan-baidu.md
Created July 21, 2021 18:03
How to download from pan.baidu without account

How to download from pan.baidu.com

Disclaimer:

  • This methods uses a 3rd party website: https://baidu.kinh.cc/.
  • I don't know chinese and after one day of searching for a method I finally found this. I don't know how safe this website is but it does the job.
  • Do it on your own responsibility. I have no idea about possible copyright (if there is such a thing in China) and other stuff regarding to this.

Steps

1. Open the website mentioned above and fill out fields as following:

@bunkbail
bunkbail / Uninstall Updates.bat
Created February 19, 2019 15:30
Windows Update Uninstaller
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET /P REVIEW="Would you like to review each update before attempting uninstall ([Y]/N)? "
IF /I "!REVIEW!" EQU "N" (
REM AUTO UNINSTALL
FOR /F "EOL=; DELIMS=| TOKENS=1" %%I IN (updates_list.txt) DO (
SETLOCAL
ECHO Uninstalling [%%I]...
SET U=%%I
SET KB=!U:~2!