Question Is this legit?

codygriffy

Distinguished
Jan 4, 2013
285
0
18,860
Someone gave this code to turn into a cmd file. He said it will help me boot faster and remove some latency from gaming. Is there anything fishy about these lines?


@Echo off
@Echo
@Echo Disable HPET
bcdedit /deletevalue useplatformclock
@Echo
@Echo Disable dynamic tick (laptop power savings)
bcdedit /deletevalue disabledynamictick
@Echo
@Echo Disable synthetic timers
bcdedit /set useplatformtick yes
@Echo
@Echo Boot timeout 0
bcdedit /timeout 0
@Echo
@Echo Disable nx
bcdedit /set nx optout
@Echo
@Echo Disable boot screen animation
bcdedit /set bootux disabled
@Echo
@Echo Speed up boot times
bcdedit /set bootmenupolicy standard
@Echo
@Echo Disable hyper virtualization
bcdedit /set hypervisorlaunchtype off
@Echo
@Echo Disable trusted platform module (TPM)
bcdedit /set tpmbootentropy ForceDisable
@Echo
@Echo Remove windows login logo
bcdedit /set quietboot yes
@Echo
@Echo Disable boot logo
bcdedit /set {globalsettings} custom:16000067 true
@Echo
@Echo Disable spinning animation
bcdedit /set {globalsettings} custom:16000069 true
@Echo
@Echo Disable boot messages
bcdedit /set {globalsettings} custom:16000068 true
@Echo
@Echo Set TSC Sync Policy Enhanced
bcdedit /set tscsyncpolicy Enhanced
@Echo
pause
 
Let's just put it this way. If you run that, or anything else, without knowing exactly what it does YOURSELF, then you deserve whatever outcome you end up with. For the record, some of those you definitely don't want to run with. And that's all you're getting from me on that.

Did someone on THIS forum give you that?
 
Yeah run that and see what happens. If I were you, I’d stay away from the person who gave you that.

if a guy in the street came up to you with a drink and wanted you to drink it would you without knowing what’s in it? Would you go around asking other people if it was legit?

use common sense watch this. This is where I got my inspiration for my question to you and this is what you should do to that file

View: https://youtu.be/gAYL5H46QnQ
 
Last edited by a moderator:
If you are running Windows 11 with TPM, this may prevent Windows from booting at all. Disabling TPM will also break a few online games. Valorant comes to mind, not sure if anyone else went down that path yet, but it is likely to happen over time as older hardware/OS are retired

Most everything else is related to boot times specifically and it is mostly disabling the visual features of the Windows boot sequence. Literally pointless for gaming performance.

Some of those others may already be disabled by default depending on your BIOS config.

You would be better off just uninstalling or closing applications you normally leave running in the background before gaming.