Skip to content

Instantly share code, notes, and snippets.

View zoeeechu's full-sized avatar
probably drinking coffee

zoeeechu zoeeechu

probably drinking coffee
View GitHub Profile
@zoeeechu
zoeeechu / OneDriveisaBitch.ps1
Last active August 31, 2023 06:32
Remove Microsoft OneDrive 2023 - [edit]: future proofed
#Remove OneDrive
# zoe -2023
function start-script {
try {
TASKKILL /F /IM OneDrive.exe
#Remove Reg Keys
REG Delete "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REG Delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
REG ADD "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /v System.IsPinnedToNameSpaceTree /d "0" /t REG_DWORD /f
@zoeeechu
zoeeechu / snickers.ps1
Created May 15, 2023 17:05
Debloating Windows 10 Powershell Script!
<#
·▄▄ · ▐ ▄ ▪ ▄▄· ▄ •▄ ▄▄▄ .▄▄▄ .▄▄ · ▐▄▄ ▄▄ ▄▄▌
▐█ ▀. •█▌▐███ ▐█ ▌▪█▌▄▌▪▀▄.▀·▀▄ █·▐█ ▀. ▐███▄ ████ ▄███▌
▄▀▀▀█▄▐█▐▐▌▐█·██ ▄▄▐▀▀▄·▐▀▀▪▄▐▀▀▄ ▄▀▀▀█▄ ▐██████████████▌
▐█▄▪▐███▐█▌▐█▌▐███▌▐█.█▌▐█▄▄▌▐█•█▌▐█▄▪▐█ ▐███▀ ████ ▀███▌
▀▀▀▀ ▀▀ █▪▀▀▀·▀▀▀ ·▀ ▀ ▀▀▀ .▀ ▀ ▀▀▀▀ ▐▀▀ ▀▀ ▀▀▌
by:
https://github.com/zoeeechu
#>
@zoeeechu
zoeeechu / MAC_certificate.sh
Last active May 15, 2023 17:05
Install all certificates in a DIR as root ----- [[ mac and windows ]]
#!/bin/bash
function pause(){
read -s -n 1 -p "Press any key to continue . . ."
echo ""
}
#print in yellow
pYellow() {
@zoeeechu
zoeeechu / Microsoft_fix.sh
Created May 15, 2023 16:59
Microsoft Account Fix for Mac ----- [[ "Your account doesn't allow editing on a Mac"]]
#!/bin/bash
####################### IMPORTANT #######################
# REQUIRES
# https://github.com/zoeeechu/MicrosoftFixer/blob/main/Microsoft_Office_License_Removal.pkg
# to be in same DIR
#
# check out the repo for full explination <3
# zoeeechu/MicrosoftFixer
#########################################################