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
#pragma once | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#include <assert.h> | |
#include <stddef.h> | |
#include <stdint.h> | |
#include <string.h> |
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
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 |
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
• 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 |
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 | |
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 |
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
systempropertiesadvanced # performance setting | |
msconfig | |
wf.msc # firewall | |
cleanmgr | |
services.msc | |
msconfig # safe boot | |
cmd # command prompt |