ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Build an Interactive Windows Repair Toolbox with CMD (No Software)

Автор: QuickPatch

Загружено: 2025-08-02

Просмотров: 345

Описание: 🛠️ Build an Interactive Windows Repair Toolbox with CMD!

Tired of clicking around to fix Windows problems? In this video, I’ll show you how to create your own command-line based Windows Repair Kit with 20 powerful tools – all in one place! Just run the script, choose an option (1–20), and CMD does the job for you.

Code :

@echo off
title Windows Repair Toolbox
color 0a

:menu
cls
echo ===============================
echo WINDOWS REPAIR TOOLBOX
echo ===============================
echo 1. Flush DNS
echo 2. Reset Network
echo 3. Scan System Files (SFC)
echo 4. Check Disk (CHKDSK)
echo 5. Restart Windows Explorer
echo 6. Clear Temp Files
echo 7. Rebuild Icon Cache
echo 8. Open Device Manager
echo 9. Restart Windows Update Services
echo 10. Show System Info
echo 11. Enable Windows Defender
echo 12. Kill Non-Responding Apps
echo 13. Open Task Manager
echo 14. Fix Windows Store
echo 15. Reset Windows Update Components
echo 16. Open Services
echo 17. Reset Display Settings
echo 18. Open Windows Firewall Settings
echo 19. Enable Fast Startup
echo 20. Restart PC
echo 21. Exit
echo ===============================
set /p choice=Choose an option (1–21):

if "%choice%"=="1" ipconfig /flushdns
if "%choice%"=="2" netsh winsock reset && netsh int ip reset
if "%choice%"=="3" sfc /scannow
if "%choice%"=="4" chkdsk /f
if "%choice%"=="5" taskkill /f /im explorer.exe && start explorer.exe
if "%choice%"=="6" del /s /f /q %temp%\*.* && echo Temp files deleted.
if "%choice%"=="7" taskkill /IM explorer.exe /F && DEL /A /Q "%localappdata%\IconCache.db" && start explorer.exe
if "%choice%"=="8" start devmgmt.msc
if "%choice%"=="9" net stop wuauserv && net stop cryptSvc && net stop bits && net stop msiserver && net start wuauserv && net start cryptSvc && net start bits && net start msiserver
if "%choice%"=="10" systeminfo | more
if "%choice%"=="11" PowerShell -Command "Set-MpPreference -DisableRealtimeMonitoring $false"
if "%choice%"=="12" taskkill /f /fi "status eq not responding"
if "%choice%"=="13" start taskmgr
if "%choice%"=="14" wsreset.exe
if "%choice%"=="15" (
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
rmdir /s /q %systemroot%\SoftwareDistribution
rmdir /s /q %systemroot%\system32\catroot2
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
echo Update components reset.
)
if "%choice%"=="16" start services.msc
if "%choice%"=="17" rundll32.exe display.dll,ShowAdapterSettings (opens legacy display settings)
if "%choice%"=="18" control firewall.cpl
if "%choice%"=="19" powercfg /hibernate on && powercfg /setacvalueindex scheme_current sub_buttons lidaction 1 && powercfg /setactive scheme_current && echo Fast startup enabled.
if "%choice%"=="20" shutdown /r /t 5
if "%choice%"=="21" exit

pause
goto menu



✅ What This Toolbox Can Do:
• Flush DNS & Reset Network
• Scan and Repair System Files
• Restart Explorer & Task Manager
• Clear Temp Files, Rebuild Icon Cache
• Launch Device Manager, Windows Update
• Enable Safe Mode, Fix Windows Store
• Repair Permissions, Scan with Defender
… and much more!

💡 Why This Works:
No need to download extra tools or go online. This script puts all critical Windows fixes at your fingertips in one neat, interactive CMD menu.

🔗 Watch till the end for tips on customization and automation.
👍 Like • 💬 Comment • 🔔 Subscribe for more useful Windows tricks!

🎵 Music:
Track: Cartoon, Jéja - On & On (feat. Daniel Levi)
Watch:    • Cartoon, Jéja - On & On (feat. Daniel Levi...  
Music provided by NoCopyrightSounds

#windowsrepair #cmdtools #batchscript #fixwindows #diytech #techtricks #windowstips #systemrepair #windows10 #windows11 #commandprompt #repairtoolbox #computertips #troubleshooting #pcmaintenance #windowshacks #cmdtricks #scripttutorial #pcfix #windowshelp #windowsrepair #cmdtools #fixwindowsissues #batchscript #windowsfixes #diytech #techshorts #techtricks #commandprompt #repairtoolbox #systemrepair #windowshelp #pcfix #windows10 #windows11 #computertips #cmdtricks #windowscmd #troubleshooting #windowsguide
#windowsutilities #notepadtips #nosoftwarefix #pcmaintenance #windowsissues #freefix #scripttutorial #networkfix #windowsperformance #optimizepc #manualrepairtools #cmdhacks #registryfix #pcrepairs #pcrepairs #ittools #techhacks #systemutilities #quickfixes #2025 #viral #microsoft #tutorial #speeduppc #quickpatch #windows #tech

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Build an Interactive Windows Repair Toolbox with CMD (No Software)

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]