2

I know it's not really code but, I'm so pissed my school now the blocked the registry editor, makes changing the unchanable wallpaper harder

Comments
  • 2
    Maybe try AutoIt:
    RegWrite(key, entry, type, content)
    e.g.:
    RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Run", "test", "REG_SZ", "cmd.exe")

    (https://autoitscript.com/site/...)
  • 1
    @-xlf (That's what I use at school for setting run keys, both regedit and the cmd reg-command are blocked, but this works)
Add Comment