SoFunction
Updated on 2025-03-10

Batch application OFFICE reset


@echo of
rem When WORD\EXCEL and other problems encounter, if the question file is opened slowly, you can run the script to repair it
rem run environment XP/2003
rd "%APPDATA%\Microsoft\Templates" /q /s
rd "%APPDATA%\Microsoft\Word" /q /s
REG DELETE HKCU\Software\Microsoft\Office /f
echo Reset is completed, please re-open WORD. There is an installation process, please do not cancel
pause>nul