I accidentily was playing around with some code at school and then I ran a code, now everything is stuffed up. HELP. (running windows xp btw)
here is the code
@echo off
::turn off wallpaper
SET KEY="HKEY_CURRENT_USER\Control Panel\Desktop"
REG ADD %KEY% /V Wallpaper /t REG_SZ /d "(None)" /f
::Windows classic theme
set KEY="HKEY_CURRENT_USER\Software\Microsof…
REG ADD %KEY% /v ThemeActive /t REG_SZ /d "0" /f
::massive size
SET KEY="HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics"
REG ADD %KEY% /v AppliedDPI /t REG_DWORD /d "0x120" /f
SET KEY="HKEY_CURRENT_USER\Control Panel\Mouse"
REG ADD %KEY% /v SwapMouseButtons /t REG_SZ /d "1" /f
shutdown -r
exit
Try this: