Each time I start the Windows Calculator it uses the standard view. It doesn't save the Scientific view, probably because my user account here at work doesn't have write permissions to some part of the registry.

Where exactly is this setting stored?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Aaron Margosis explains how to do this in his blog post Remembering Calculator and Character Map Settings.

link|improve this answer
The page says "Run regedit.exe as an administrator" so that doesn't help me, but thanks for the answer. – compie Mar 19 at 9:34
feedback

Edit C:\WINDOWS\win.ini and add

[SciCalc]  
layout=0
link|improve this answer
3  
More like HKCU\Software\Microsoft\Calc\layout = 0 ... besides, if there is a permission problem, then the OP would almost certainly have no permission to write to the Windows directory ... – Joey Mar 10 '10 at 21:35
feedback

Your Answer

 
or
required, but never shown

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