Possible to make clipboard history enabled? #144
-
Hello, please advice how to make clipboard history enabled when i run tweaks as : CLI Version (Minimal, good for automation) ? Is there any config or some easy way how to change settings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, yes and sorry for the late response, you can use the GUI version and on the left corner of the UI you'll find an option named Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"WinDebloatTools.ps1" Secondly, after running the CLI/GUI, if you still have the Terminal opened, just type If you want more commands, you can find them here: |
Beta Was this translation helpful? Give feedback.
Hello, yes and sorry for the late response, you can use the GUI version and on the left corner of the UI you'll find an option named
"Enable Clipboard History"
, just tick one time to enable (again if you want to disable).Secondly, after running the CLI/GUI, if you still have the Terminal opened, just type
Enable-ClipboardHistory
and hit ENTER, because the functions are kept imported after executing the script one time, but closing the Terminal resets this.If you want more commands, you can find them here:
src\utils\Individual-Tweaks.psm1