From 36204a5bd1028ee07c0d48ed345daca34ec88a05 Mon Sep 17 00:00:00 2001 From: Scott Francis Date: Thu, 22 May 2025 07:18:31 -0700 Subject: [PATCH] fix: add reboot step Signed-off-by: Scott Francis --- spells/Un-Secure-Player.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spells/Un-Secure-Player.md b/spells/Un-Secure-Player.md index 8b7165a..3eb3228 100644 --- a/spells/Un-Secure-Player.md +++ b/spells/Un-Secure-Player.md @@ -91,6 +91,8 @@ Ensure the registry key `brightscript debug` is set to `1`. From a command prom registry write brightscript debug 1 ``` +**Reboot** the player to apply the registry changes. + This will allow you to type `Ctl-C` in an ssh shell to stop the BrightScript interpretter. -## Congratulations, player is now un-secured and ready for development \ No newline at end of file +## Congratulations, player is now un-secured and ready for development