Question Anyone know the commands to reset these cmd lines

Tayoesicc

Reputable
Mar 15, 2019
7
0
4,510
‘bcdedit /set disabledynamictick yes’
‘bcdedit /set useplatformclock true’
‘bcdedit /set tscsyncpolicy Enhanced’
I put these lines trying to fix CSGO for me and now instead I drop fps and get major stuttering in every game fight and every time I move quickly CPU 2700x
 
Generally speaking, settings of a Yes/No or True/False nature are set to their opposite or you use bcdedit /deletevalue. It's impossible to know for certain which is appropriate unless you queried what was set prior to your resetting it.

For the tscsyncpolicy I would presume using the /set command with a value of Default would be your best first try. The only three options are Default | Legacy | Enhanced and it's impossible for me to know with certainty which of the other two it was set to before.

See: https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set