Hi, sure. my understanding is that specifically the status would be difficult to be set in memory as i do not expect other global veriables that could work if multiple scripts are used (e.g. I'm still using the safety script to go to safe speed if pressing power button)Hi GeScha,
I should have clarified a bit. The Start, Boost, Safe values I felt were slowing down BOOT because as you said they are only read/wrote once. So eliminating this should make boot faster and be less confusing for users when trying to modify the speeds in the script.
The OverClock Status - was being read and written in the loop though - which could/is slowing down the cycle a hair. I know it isnt much but the more we can improve it the better right?
Regarding the easier editing, if simply removing the check at first start, that causes skipping of the initial writing of the reg-values for boot, boost, safe speed entry would do exactly this. At startup of the script, the values set in the script are the ones written to the registry. Currently they are only written if no regkeys are there, what causes this confusion.