Visual Studio 2015 RC SP324099

前端 未结 9 2072
离开以前
离开以前 2021-01-07 19:10

Alright so just one day VS2015 RC Stopped working.

The problem is that I have to sign in but signing in doesn\'t work. I have to update my license but the only way t

9条回答
  •  说谎
    说谎 (楼主)
    2021-01-07 20:09

    @echo off
    set _date=%DATE:/=-%
    DATE DD/MM/YYYY
    start devenv.exe
    PING 1.1.1.1 -n 1 -w 10000 >NUL
    DATE %_date%   
    

    Change DD/MM/YYYY to date of install!

提交回复
热议问题