Python Forum
How to add Python folder in Windows Registry ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add Python folder in Windows Registry ?
#1
Question 
While trying to uninstall python to solve some errors, I have deleted that folder in the Windows Registery (and all the subfolder as well then): HKEY_LOCAL_MACHINE\SOFTWARE\Python.

That was probably reckless, and now even if I reinstall Python, the folder is gone and it looks like Windows can not find Python even though it has been defined in the Path variables.

I don't have any back-up of my Windows (can't restore a previous version) and upgrading Windows doesn't seem to work neither.

Any idea how I could solve this ?

Thanks
Reply
#2
I guess you made before a normal program installation, which requires elevated Rights. Then it's installed for all users systemwide.

I don't have this key, because I always use user-program installation,
where Python is put into
C:\Users\USERNAME\AppData\Local\Programs\Python\PythonX.Y
and the keys are in HKEY_CURRENT_USER\Software\Python.

If you install Python System wide, the other key should be created.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Deleting Windows temp folder Raysz 7 449 Apr-02-2024, 12:36 PM
Last Post: Raysz
  Compare folder A and subfolder B and display files that are in folder A but not in su Melcu54 3 562 Jan-05-2024, 05:16 PM
Last Post: Pedroski55
  Rename files in a folder named using windows explorer hitoxman 3 754 Aug-02-2023, 04:08 PM
Last Post: deanhystad
  Read complete windows registry? fredep57 3 954 Mar-15-2023, 08:14 PM
Last Post: buran
  python gzip all files from a folder mg24 3 4,033 Oct-28-2022, 03:59 PM
Last Post: mg24
  Make a python folder .exe Extra 0 1,032 Jun-10-2022, 01:20 AM
Last Post: Extra
  Compare filename with folder name and copy matching files into a particular folder shantanu97 2 4,508 Dec-18-2021, 09:32 PM
Last Post: Larz60+
  Move file from one folder to another folder with timestamp added end of file shantanu97 0 2,483 Mar-22-2021, 10:59 AM
Last Post: shantanu97
  How to add new registry key shlomi27 3 10,327 Feb-04-2021, 05:45 PM
Last Post: reidnax
  Python broken if moved to a different folder ecastrotns 3 2,465 Oct-26-2020, 10:53 PM
Last Post: ecastrotns

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020