Friday, June 1, 2018

How to Download on BAIDU without an Account

You can download using your Browser or IDM :)


  1. Visit https://tampermonkey.net on your browser, then click on the Download button
  2. It should open a new tab and redirect you to the browser's extension page, click on the "Add to browser" button
  3. Once successfully install, a new tab should open with the message "Tampermonkey was successfully installed"
  4. Now, visit https://greasyfork.org/en/scripts/33234-...y-tungtata on the same browser, then click on "Install this script"
  5. A new tab should open, click on Install
  6. Once successfully installed, the new tab should automatically close 
  7. Now visit or refresh the pan baidu page you wish to download from, wait for the page to load completely then click on the download icon button
  8. Your download should begin shortly.

Saturday, January 6, 2018

Using Diskpart to re-partition a USB stick

Some USB keys have been found to have various partition table set-ups that the USB software will not work with. You can use Windows Diskpart to re-format a USB key and re-partition it.

- Open a Command Window (cmd)
- Enter diskpart
-Enter list disk (it is important you KNOW which disk is the USB key you are formatting)
-Enter select disk x where x is your USB key
-Enter clean
-Enter create part primary
-Enter select part 1
-Enter active
-Enter format fs=fat32 label="New Label"

label is optional