GTA 5 previous date issue fix
Follow the steps below to fix GTA 5 date fix.
Follow the steps below to fix GTA 5 date fix.
- In order to fix it you have to make a windows batch file(*.bat).
- goto notepad
- write the commands as given below with some modifications
Below is the batch command that you need to copy in notepad
SET curr=%date% "it will set the variable to current date
date 15-04-2015 "set previous date to 15-04-2015
D: "drive in which the game is installed
cd "D:\Grand Theft Auto V" "path of the game folder
Launcher.exe "launcher file
timeout 120 "timeout command to revert date back to current date you can increase it also
date %curr% "command to set the current date
- After doing this save the file with .bat extension
- Make sure that you are not connected to Internet.Click save and run the file with administrator.