Skip to content

Alex313031/Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1bd5436 · Dec 5, 2025

History

67 Commits
Oct 26, 2021
Sep 29, 2023
Dec 17, 2021
Nov 30, 2025
Oct 28, 2024
Jul 1, 2022
Dec 9, 2021
Apr 5, 2025
May 29, 2023
Jul 1, 2022
Jan 17, 2023
Jul 21, 2023
Jul 21, 2023
Jan 5, 2024
Jul 22, 2023
Feb 2, 2023
Mar 31, 2023
Dec 5, 2025
Apr 9, 2023
Feb 10, 2025
Feb 7, 2024
Nov 30, 2020
Feb 9, 2023
Nov 30, 2020
Jan 12, 2023
Oct 14, 2023
Apr 5, 2025
Dec 15, 2021
Dec 15, 2021
Feb 9, 2023
Jul 21, 2023
Feb 2, 2023
Jul 11, 2022
Jul 23, 2022
May 1, 2022
Jul 11, 2022
Feb 16, 2022
Jan 2, 2022
Dec 8, 2021
Dec 4, 2021
Nov 30, 2020
Nov 30, 2020
Sep 1, 2023
Nov 30, 2020
Aug 15, 2022
Jul 11, 2022
Jan 23, 2024
May 15, 2022
Feb 2, 2023
Feb 2, 2023
Jan 23, 2024
Jul 31, 2022

Repository files navigation

Snippets

Various little snippets, scripts, and batch files, usually having something to do with Chromium or Windows.

cr.bat is a small batch file for launching chromium within its working dir and appending command line flags since windows "target" box limits to 255 characters. NOTE: SUBSTITUTE "ALEXANDER" for your username. Could also be used for any chromium based browser.

cr_mem_total.ps1 is a small VBScript script to show total mem usage in gb of chrome.exe. Be aware it uses process name so if you have say, chromium and chrome canary or chrome and chrome beta it will sum up all. Chomium based browsers launch many processes so It is hard otherwise to see total usage even with something like ProcessExplorer by Sysinternals. --There is also a gist of this.

OS_INSTALL_DATE.VBS is rather self explanatory, queries WMI to show OS install time, reflecting the recorded time at first boot, not when setup was actually launched.

key.vbs Shows what your installed product key is, useful for reinstalls.