- Visit fmhy.net/android-iosguide#ios-ipas for more sources.
- Sideloading Guide: https://rentry.co/sideloadingguide
Note! Before proceeding, please make sure that you have a USB flash drive at least 8GB in size. All data will be destroyed on this drive, so please back up your files.
- Go to this apple.com support article (10.7 Lion - 10.12 Sierra) and scroll down to "Use a web browser for older versions" Right click your desired OS and click "Save link as". Save the DMG to a folder.
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 - THIS SCRIPT IS NOW OBSOLETE - SEE MY OTHER REPO FOR A MUCH MORE COMPREHENSIVE TOOL: https://github.com/ThioJoe/Windows-Super-God-Mode | |
| # Get All Shell Folder Shortcuts Script (Updated 8/10/2024) | |
| # Original source: https://gist.github.com/ThioJoe/16eac0ea7d586c4edba41b454b58b225 | |
| # This PowerShell script is designed to find and create shortcuts for all special shell folders in Windows. | |
| # These folders can be identified through their unique Class Identifiers (CLSIDs) or by their names. | |
| # The script also generates CSV files listing these folders and associated tasks/links. | |
| # How to Use: | |
| # 1. Open PowerShell and navigate to the path containing this script using the 'cd' command. |
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
| #include <stdio.h> | |
| #include <string.h> | |
| #include <arpa/inet.h> | |
| #include <sys/socket.h> | |
| #include <netdb.h> | |
| #include <unistd.h> | |
| static void server() { | |
| // create socket |
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
| # This PowerShell script finds the icon source for a given file. | |
| # It first tries to extract the icon from the associated executable, | |
| # and if not found, it looks up the icon in the Windows Registry. | |
| # Author: ThioJoe / GitHub.com/ThioJoe | |
| param( | |
| [string]$initialFilePath # Initial file path parameter for direct execution | |
| ) | |
| # Function to prompt the user for a file path. |
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
| # Description: This script will automatically copy the necessary GPU drivers from your current host machine into a Hyper-V Virtual Machine | |
| # so you can pass through the GPU to the VM. You should run this whenever you update your graphics drivers on the host. | |
| # | |
| # Author: ThioJoe -- https://github.com/ThioJoe | |
| # | |
| # Note: Currently this only works for Nvidia GPUs. But it does support if you have multiple GPUs. | |
| # | |
| # OPTIONAL ARGUMENTS: | |
| # -debug | Enables debug messages that pause the script for each step (No additional string required, just add -debug) | |
| # -name | Sets the virtual machine name so it doesn't need to ask |
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 | |
| :: Note: Lines beginning with "REM" or :: are comments | |
| :: Script by: https://github.com/thiojoe | |
| :: Purpose: Creates a much more user friendly output for the Microsoft Error Lookup Tool (err.exe). It parses the original output and modifies the text. | |
| :: Usage: Just call the batch file with command prompt along with the error code the same as you would with err.exe | |
| :: Example: error.bat 50 | |
| :: Recommended to rename this script to something shorter like 'error.bat'. Must be next to the lookup tool exe file. | |
WIndows 11 can be installed by hand on the computer by following a few simple steps: source:https://www.reddit.com/r/Windows11/comments/qwneie/a_guide_on_how_to_install_windows_11_manually/ without pictures:
First of all, boot to the installation media.
Then, press Shift + F10. This will open command prompt.
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
| # A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows | |
| # | |
| # Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only: | |
| # Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process | |
| # | |
| # To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ ) | |
| # .\WhateverScriptName.ps1 | |
| # ------------------------------------------------------------------------------------------- | |
| # Script by ThioJoe - https://github.com/ThioJoe | |
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
| This file helps you mute every discord channel in your account | |
| you have to run it in the developer console on the web client | |
| follow the instructions below. this is tested on firefox and chrome. | |
| 1. open the discord webapp at https://discord.com/channels/@me | |
| 2. manually expand all server folders | |
| (note any servers inside collapsed server folders will not be modified, this can be useful for leaving certain groups of servers unmodified) | |
| 3. open browser network inspector | |
| 4. right click on a sever icon | |
| 5. (un)mute a server |
NewerOlder