Skip to content

Instantly share code, notes, and snippets.

View Sopor's full-sized avatar
🇸🇪
不明

I'm an OSK user, are you? Sopor

🇸🇪
不明
View GitHub Profile
@Sopor
Sopor / totalcmdadm.cmd
Last active February 13, 2025 13:42
Total Commander - Open command prompt window as Administrator without showing that annoying UAC warning
@echo off
SETLOCAL
if /i %1==scheduler goto SCHEDULER
echo %1 >%TEMP%\tcelevatedcmd.tmp
"%SystemRoot%\System32\schtasks.exe" /run /tn "TotalCMDRunAdm"
@Sopor
Sopor / TransMac_Reset_Trial.cmd
Last active March 3, 2025 18:00
transmac reset
- Open Notepad.
- Copy everything from the comment below and paste it in Notepad.
- Press X to close Notepad, it will ask you to save the file.
- Choose an appropriate name eg. TransMac_Reset_Trial.cmd
You can place the file whatever you like as long as you have installed TransMac in the default install path.
You can also put TransMac_Reset_Trial.cmd in the same directory as TransMac.exe and run it from there.
This is useful if you want to put TransMac.exe in another path than default.