- Step 1: Press
WinKey+Rand type%localappdata% - Step 2: Find the
Discordfolder and enter it - Step 3: Create a new file called
Discord.bat - Step 4: Set the file's content to the code below
- Step 5: Create a shortcut of
Discord.baton the Desktop
@echo off
FOR /F "delims=" %%i IN ('dir /b /ad-h /t:c /od') DO SET a=%%i
start Update.exe
start %a%\Discord.exe --disable-smooth-scrolling
Thank you!