- Step 1: Press
WinKey+R
and type%localappdata%
- Step 2: Find the
Discord
folder 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.bat
on 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