Is there a way to fix it?
Você precisa executar o script como administrador, adicione essas strings na parte superior do script:
#SingleInstance, Ignore
IfEqual, A_IsAdmin, % False, Run, % "*RunAs """A_ScriptFullPath """",, UseErrorLevel
IfEqual, A_IsAdmin, % False, ExitApp
; Your code below...