Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Is there any way to enforce Windows 7 to run 32-bit sidebar.exe instead of 64-bit?

share|improve this question
Why?, do you have some gadgets that are only 32bit? – Moab Mar 3 '11 at 16:49
Not that anyone has to explain or justify any question they ever ask on any stack exchange site ever - but i am curious why. – Ian Boyd Nov 10 '11 at 14:00
When we needed this to happen it was because one of our gadgets had a Silverlight control in it, and Silverlight (pre version 5) is 32 bit only – Matthew Steeples Nov 10 '11 at 14:42

1 Answer

up vote 3 down vote accepted

You can use regedit to edit the following registry key:

\\HKCU\Software\Microsoft\Windows\CurrentVersion\Run
Item name : SideBar

and change the value of SideBar to this:

"C:\Program Files (x86)\Windows Sidebar\sidebar.exe" /autoRun

(The only change is loading sidebar.exe from c:\program files (x86)\instead of c:\program files\)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.