Jump to content

How Run 32-Bit in 64-Bit


Recommended Posts

I don't know what you are doing but I have windows 10 
and one of theme work and one not 

 

;this one work as system is 64 bit we have to mention HKEY_LOCAL_MACHINE64
MsgBox(0,"",RegRead("HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AcceleratedInstallRequired"))



;this one not worked because script is executing on 64 bit so we have not mentioned 64 after HKEY_LOCAL_MACHINE
MsgBox(0,"",RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AcceleratedInstallRequired"))

 

Link to comment
Share on other sites

9 hours ago, Muhammad_Awais_Sharif said:

I don't know what you are doing but I have windows 10 
and one of theme work and one not 

 

;this one work as system is 64 bit we have to mention HKEY_LOCAL_MACHINE64
MsgBox(0,"",RegRead("HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AcceleratedInstallRequired"))



;this one not worked because script is executing on 64 bit so we have not mentioned 64 after HKEY_LOCAL_MACHINE
MsgBox(0,"",RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update","AcceleratedInstallRequired"))

 

Yes Brother it is this : (HKEY_LOCAL_MACHINE64)

Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...