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
# USB_eject_ninja.bat | |
# One line batch windows script to know which process is refusing to eject your USB disk. | |
# For Windows 11, but it should work on any Windows version | |
# Stolen from this superuser.com post: https://superuser.com/questions/87364/can-windows-tell-me-what-is-using-my-usb-drive | |
# License? None lol I've grabbed this from a random user on the internet. | |
# Why this isn't a feature inside Windows GUI? No fucking clue. | |
# THIS WORKS IF YOU ALREADY TRIED TO EJECT THE DRIVE. | |
# Just copy and paste the line below inside any cmd in Windows. It should work without admin privileges. |
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 script automates the process of deleting your own Instagram comments. | |
* It deletes comments in batches to avoid hitting rate limits or breaking the page. | |
* | |
* WARNING: This function directly manipulates the DOM and depends on the current HTML | |
* structure of Instagram's website to work. If Instagram implements changes to the | |
* activity page layout, structure, or functionality, this script may break or cause | |
* unexpected behavior. Use at your own risk and always review code before running it. | |
* | |
* How to use: |
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
<!-- Office 365 client configuration file. | |
For detailed information regarding configuration options visit: http://aka.ms/ODT. | |
To use the configuration file be sure to remove the comments. | |
Download Office Deployment Tool: https://www.microsoft.com/en-us/download/details.aspx?id=49117 | |
Installation command: .\setup.exe /configure .\configuration-Office365-x64.xml --> | |
<Configuration> | |
<Add OfficeClientEdition="64"> | |
<Product ID="O365ProPlusRetail"> | |
<Language ID="en-us" /> |