Windows 10 can't send sketch to Arduino Nano.

So I recently installed Arduino-IDE after getting my hands on a nano, I know it has the CH340 chip in it and I have already tried installing the driver straight from this website. But no matter what I do I get the following error... I have tried reinstalling through windows store, went through the hassle of getting access to WindowApps folder to track down the drivers folder for the IDE client, and yes I have made sure that the COMS port is right :rolleyes:, But it still won't work...

Error

Arduino: 1.8.11 (Windows Store 1.8.28.0) (Windows 10), Board: "Arduino Nano, ATmega328P"

Sketch uses 924 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
An error occurred while uploading the sketch
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

https://bestfreeporn.me

Success! My Uno now works on my win 10 pc.

The solution was as suggested by ( ballscrewbob - thank you) disable driver signature enforcement.

Windows 10 and CH340

Select Tools > Processor > ATmega328P (Old Bootloader) and then try uploading again.