batch file

  1. Z

    [windows batch] "Disable reserved storage for updates"

    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...
  2. C

    A bat file that can be time saver

    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...
  3. C

    Cmd'nin sürekli yönetici istemesini engelleme.

    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...
  4. C

    Batch file copy The file cannot be copied onto itself hatası

    copy a.txt yazıyorum "The file cannot be copied onto itself" hatası çıkıyor. Ne yapmalıyım?
Üst