Skip to content

Instantly share code, notes, and snippets.

View curability4apish's full-sized avatar

curability4apish curability4apish

View GitHub Profile
#pragma once
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
@curability4apish
curability4apish / windows10-default-applist.txt
Last active June 3, 2025 11:43
This list enables you to re-install default Windows apps, making your debloating process revertible and safer.
3D Viewer
https://apps.microsoft.com/detail/9NBLGGH42THS?hl=en-us
365 Copilot
https://apps.microsoft.com/detail/9WZDNCRD29V9?hl=en-us
Acer Purified Voice Console (R)
https://apps.microsoft.com/detail/9P0XT13FBVP4?hl=en-us
Calculator
@curability4apish
curability4apish / clean-gmail
Last active January 19, 2025 07:01
Gmail Cleaning Commands.
• Archieved
-in:inbox -in:trash -is:spamatt
• Should probably misdeleted
in:trash has:userlabels
• Should probably delete
1. -in:trash -in:sent -in:snoozed -in:sent -in:scheduled -in:draft has:nouserlabels is:unimportant -is:starred
2. has:attachment
@echo off
setlocal enabledelayedexpansion
rem Manually define the Downloads folder path here
set "downloadsFolder=D:\Downloads"
rem Check if the path is valid
if not exist "!downloadsFolder!" (
echo Error: The specified folder does not exist.
goto :end
@curability4apish
curability4apish / run
Last active June 3, 2025 11:39
Windows Run commands.
systempropertiesadvanced # performance setting
msconfig
wf.msc # firewall
cleanmgr
services.msc
msconfig # safe boot
cmd # command prompt