After upgrading the WIN10 system, you will need to reinstall Oracle because when you install oralce11g, there are a variety of incompatibility issues with 64-bit, and every time I install, I use a 32-bit database.
After clicking Setup.exe in the installation, there is a: [INS-13001] Environment does not meet the minimum requirements
At this point, open your extracted database folder, find state, and then CVU, find the cvu_prereq.xml file, open with Notepad, add a bit of content
<operating_system release= "6.2" >
<version value= "3"/>
<architecture value= "32-bit"/>
<name value= "Windows ten"/>
<ENV_VAR_LIST>
<env_var name= "PATH" max_length= "1023"/>
</ENV_VAR_LIST>
</OPERATING_SYSTEM>
The main difference between this section and the above is 6.2 and WINDOW10.
How you install the 64-bit, then change the 32-bit to 64bit! Save after the change. New Click Setup.exe will not be out of this error hint!
WIN10 System Installation ORACLE11G encountered INS-13001 environment does not meet the minimum requirements