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

link|improve this question

64% accept rate
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
feedback

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\)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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