screenshoot folder deleted
taskkill /f /im explorer.exe
timeout /t 2 /nobreak >nul
if not exist "%UserProfile%PicturesScreenshots" mkdir "%UserProfile%PicturesScreenshots"
reg add "HKCUSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders" /v "{B7BEDE81-DF94-4682-A7D8-57A52620B86F}" /t REG_EXPAND_SZ /d %%USERPROFILE%%"PicturesScreenshots" /f
attrib +r -s -h "%USERPROFILE%PicturesScreenshots" /S /D
timeout /t 1 /nobreak >nul
start explorer.exe