Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

In order to be able to run a specific industrial software I must run those two commands:

bcdedit /set disabledynamictick yes
bcdedit /set useplatformtick yes


That is inside a BAT file that the industrial software manufacturer requires to run to be able to use their software.

Is there any way to know the values of the disabledynamictick and useplatformtick parameters?


I'd like to be able to go back to the original state of this.

Thank you very much.

What I have tried:

I have tried to run "bcdedit /set disabledynamictick yes" and then executing "bcdedit" to see the result. After that I have ran "bcdedit /set disabledynamictick no" and executed "bcdedit" again, to see that before doing anything disabledynamictick was not mentioned in the summary (when you call "bcdedit" alone) but after those calls it appears with YES or NO, but it does not disappear as in the original state.
Posted
Updated 3-Aug-21 0:34am
v3

1 solution

 
Share this answer
 
Comments
Joan M 3-Aug-21 6:57am    
GREAT!
THANKS!

It seems the "bcdedit /deletevalue <param />" will make it.
Richard MacCutchan 3-Aug-21 8:55am    
Funnily enough (or not, this is Microsoft) I tried all the options that bcdedit help showed without finding the answer. I only found it after I googled "disabledynamictick".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900