Troubleshooting Guide
v2.2.27.0
Popular Issues
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Fast Boot issues
Copy Markdown
Open in ChatGPT
Open in Claude
By default Windows 8 (and above) has a feature known as Fast Boot enabled, this can be rather problematic when dealing with RGB devices (at least for the initial setup).
Disabling Fast Boot
To disable fast boot, create a new file named Disable-fastboot.bat and paste the following code into it:
Batch Script
x
@echo offecho Enabling Fast Boot Feature for Full Restart / Shutdownif _%1_==_payload_ goto :payload:getadminecho UAC Prompt must be accepted...set vbs=%temp%\getadmin.vbsecho Set UAC = CreateObject^("Shell.Application"^) >> "%vbs%"echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%""%temp%\getadmin.vbs"del "%temp%\getadmin.vbs"goto :eof:payloadpowercfg /hibernate ongoto :eof:eofRight click on the file, and click Run as Administrator. Fast boot should now be disabled.

Enabling Fast Boot
If you'd like to re-enable fast boot, create another file named Enable-fastboot.bat and paste this code into it:
Batch Script
@echo offecho Disabling Fast Boot Feature for Full Restart / Shutdownif _%1_==_payload_ goto :payload:getadminecho UAC Prompt must be accepted...set vbs=%temp%\getadmin.vbsecho Set UAC = CreateObject^("Shell.Application"^) >> "%vbs%"echo UAC.ShellExecute "%~s0", "payload %~sdp0 %*", "", "runas", 1 >> "%vbs%""%temp%\getadmin.vbs"del "%temp%\getadmin.vbs"goto :eof:payloadpowercfg /hibernate offgoto :eof:eofRight click on the file, and click Run as Administrator. Fast boot should now be enabled again.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Display Scaling IssuesDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message