Hello,
Based on my understanding of your issue, I suggest that you open cmd as an administrator on the client and run the following command to force stop the DNS client service in order to completely disable the DNS cache:
net stop dnscache
Then test whether you can access the website
The following command will start the DNS client service:
net start dnscache
If the problem still cannot be solved, it is recommended that you test whether the domain name of the website can be successfully resolved. You can run the following command on the client to check and replace the domain name with the website you cannot access:
Best Regards
Zunhui