From 56106effa6f133e99e1e680ad1c642327663ae85 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:40:09 +0200 Subject: [PATCH] Update GET_STARTED.md --- GET_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GET_STARTED.md b/GET_STARTED.md index 2e0bae1..c7447ac 100644 --- a/GET_STARTED.md +++ b/GET_STARTED.md @@ -15,7 +15,7 @@ https://github.com/user-attachments/assets/723f9e07-3190-46ec-9bb7-15dfc112f620 To disable the default clipboard manager popup from windows open Command prompt and run this command ```cmd -reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v DisabledHotkeys /t REG_SZ /d V +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v AllowClipboardHistory /t REG_DWORD /d 0 /f ``` After that a restart may be reqired.