In the terminal, run
winget install --id python.python.3.13
In the terminal, run
winget install --id python.python.3.13
In the terminal, run
winget install --id python.python.3.12
In the terminal, run
winget install --id python.python.3.11
When updating Windows 10 to a major upgrade, you might end up with an aborted update.
To fix this, run DOS (cmd.exe) or powershell as administrator and run the following commands to repair your current Windows installation
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
The ethereum blockchain is more than 50 GB, so it`s not ideal to have it on your C-drive when you have a small drive like a SDD.
The best practise to free up space is to move it to another drive and create a symlink.
Run DOS (cmd.exe) as Administrator and run the following commands
cd C:\Users\[user]\AppData\Roaming\
mklink /D Ethereum D:\Ethereum