Logitech G27 working on Windows 11, without permanently disabling Memory Integrity.
aae3039
0:00 / 0:00
Logitech G27 working on Windows 11, without permanently disabling Memory Integrity.
23 969 просмотров · 1 год назад
aae3039
746 подписчиков
23 969 просмотров · 1 год назад
Please read...!!!
I've tried uploading the file twice now, but YouTube's AI keeps flagging it for community guidelines. They’ve removed the links both times and even warned me that a third strike could get the video—or even my whole channel—deleted. Just follow the steps in the video carefully and you'll be able to create the file yourself. For the icons, you can find plenty of free download sites out there, just pick whichever ones you like! (Example search on Google : Download racing icon file).
When you want to use G25 or G27, select 0 and restart your computer.
When you stop playing, select 1 before shutting down your computer.
Copy all 23 lines below to create a script.
******************************************
' Creat function on/off Memory Integrity
Function ToggleMemoryIntegrity(enable)
Set oShell = CreateObject("WScript.Shell")
If enable Then
oShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity\Enabled", 1, "REG_DWORD"
MsgBox "Memory Integrity is now enabled. Please restart your computer.", vbInformation, "Memory Integrity Enabled"
Else
oShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity\Enabled", 0, "REG_DWORD"
MsgBox "Memory Integrity is disabled. Please restart your computer.", vbInformation, "Memory Integrity Disabled"
End If
End Function
' Show select menu
choice = InputBox("SELECT: 1 = Enable, 0 = Disable", "Memory Integrity Control")
' Verify user selections
If choice = "1" Then
ToggleMemoryIntegrity(True)
ElseIf choice = "0" Then
ToggleMemoryIntegrity(False)
Else
MsgBox "Incorrect selection", vbExclamation, "Error"
End If
*****************************************************************************
Link to download driver & Script
*****************************************************************************
Logitech G27 drivers
https://support.logi.com/hc/en-nz/art...
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Music promoted by Copyright Free Music - Background Music For Videos 👉 / @podcastbackgroundmusic
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––