Hi @JAEMYOUNG KIM ,
Open ‘hosts’ system file by note app, add visual studio download IP.
Do you mean you have tried the suggestions from this thread: visual studio download very slow but it didn’t work?
If so, please try following:
- Run CMD as administrator, run
DISM.exe /Online /Cleanup-image /Restorehealth
. Wait for the command finishes running, runsfc /scannow
command. These two commands help to fix the missing and corrupted system files. After that try to reinstall VS. - Try to update Windows OS, make sure that all the patches have been installed and there’s no Windows Update error.
- Check the 3rd-party programs like antivirus, network proxy, security management software, make sure that they didn’t block VS from connecting to the network and downloading files.
- Navigate to
C:\Windows\Microsoft.NET\Framework\v4.0.xxxxx\Config\
folder, find the machine.config file and the machine.config.default file. Make a backup of the machine.config file, then replace the content in machine.config with the content in machine.config.default file. Reinstall VS. - Try to run VS setup file as administrator.
Feel free to let us know the results.
Best regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.