Category: pub
-
TinyCurl
Tiny Curl Binary for Windows can be found here: https://github.com/freemanbach/tinycurl
-
Lua Binary for Windows 10/11
Lua Binary for WIndows can be found here: https://github.com/freemanbach/LuaWindowsBinary
-
Powershell scripting to clean old windows python registry data
$path = get-childItem “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\YOUR_UUID_NUMBERS\Components” $data = “Python3116” cd “HKLM:\” Foreach($key in $path) { IF( ( $key.GetValueNames() | %{$key.GetValue($_)}) -match $Data){ Write-Host $key # Uncomment the line below to delete the old data #Remove-Item $key -Verbose } }
-
Python Install CMD scripts for Windows
You can find the new Automatic CMD install in this github location. https://github.com/freemanbach/PythonInstallerScripts/tree/main/python3