Skip to content

Instantly share code, notes, and snippets.

View Contramane's full-sized avatar
🏠
Working from home

Contramane

🏠
Working from home
View GitHub Profile
@Contramane
Contramane / zentro.bat
Last active July 10, 2024 14:09
Batch Script Utility with Visual Effects: This batch script offers system utilities and visual effects with password protection ("INV"). Features include showing IP, user info, files, system info, and task monitoring. Placeholder options for cache clearing, login locations, graphics card updates, and disk optimization. Save it as "zentro.bat"
@echo off
color 0A
cls
REM Passwort abfragen
:enter_password
set /p "password=Enter password: "
REM Überprüfen, ob das Passwort korrekt ist
if /i "%password%" neq "INV" (