How to add, modify, or delete registry subkeys and values by using a .reg file
how to add custom folder
https://www.winhelponline.com/blog/add-custom-folder-this-pc-navigation-pane-windows/
https://winaero.com/how-to-add-custom-folders-in-this-pc-in-windows-10-or-remove-the-defaults/
tasklist
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/tasklist
@echo off set APP=acad.exe tasklist /FI “IMAGENAME eq %APP%” 2>NUL | find /I /N “%APP%”>NUL if “%ERRORLEVEL%”==”0” echo Program is running
taskkill
taskkill /IM “process name” /F https://winaero.com/kill-process-windows-10/ https://winaero.com/kill-not-responding-tasks-windows-10/ taskkill.exe /F /FI “status eq NOT RESPONDING”
