This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
This script will disable luafv on your system and likely make Windows versions of git faster after restarting. | |
### DISCLAIMER: THIS WILL MODIFY HOW SECURITY WORKS ON YOUR SYSTEM AND I WOULD ONLY USE ON A DEV MACHINE ### | |
### USE AT YOUR OWN RISK ### | |
#> | |
Push-Location | |
Set-Location HKLM:\SYSTEM\CurrentControlSet\Services\luafv | |
Set-ItemProperty . Start 4 |