I need to get the location of the startup folder, like so: on my computer it looks like this:
C:\\Users\\pc\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup
but how do I get the path to this folder on any computer using Python?
I'm trying to use the function shutil.copy2() replacing the A below with the path to startup
shutil.copy2("C:\\Users\\NAME_OF_USER\\Downloads\\file.exe", "A")