Created: Feb 25, 2021 10:12 AM Tags: ArchLinux, Artix URL: https://youtu.be/nCc_4fSYzRA Updated: Feb 26, 2021 11:08 AM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Echo Off | |
Title IDM Trial Reset by http://arabia-geeks.blogspot.com/ & Color 57 | |
@Echo Resetting your IDM License Brought to you by http://arabia-geeks.blogspot.com/ | |
@Echo. | |
@Echo. | |
Pause | |
TASKKILL /F /IM IDMan.exe | |
@ECHO. | |
@echo Off HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: Still WIP | |
# | |
# Create a virtual machine, with 8GB + 4cpus. This such that compilation | |
# goes fast and you can pass for jobs (-j4) to make. | |
# | |
# | |
# Use any disk to boot. I used the archlinux boot disk because it works | |
# and it has the genfstab utility which makes it easy to create the mount table. | |
# |
What's the problem with this tablet? Why can't I just insert the USB and mash F12 until it boots? The tablet is made to run Windows 8.1 and Windows 8.1 only. Because of the stupidity that is UEFI (specifically it's "Safe boot" feature) we can't just boot from any USB stick we want.
Also, because someone thought putting a 32-bit UEFI on a 64-bit system was a good idea.
NOTE: This guide focuses on installing Ubuntu alongside Windows. If you're trying to replace Windows, then I assume you know enough about Linux to know which parts to change.