Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
How to run
batch [ you (windows + R) -> cmd -> batch ]
effect :D
1. Free up disk space
2. Manage updates more easily
3. Improve system performance
@echo off
:: Ensure admin privileges
fltmc >nul 2>&1 || (
echo Administrator privileges are required.
PowerShell Start -Verb RunAs...
Something I made to make my life easier I was like maybe its nice to share even if most of people will not need that
@echo off
echo Welcome to the Time Saver Batch Script!
echo.
REM Function to open a set of commonly used applications
:openApps
start "Chrome" "C:\Program...
Bir bat programı yaptım ama sürekli yönetici istiyor bilgisayar yeniden açılınca. Tek seferde istemesini nasıl yapabilirim?
copy dk.bat "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup\ml.bat"
@echo off
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
Kod...