This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-09-02 13:02:00 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
bin
/
tpl
/
trilium-safe-mode.ps1
3 lines
74 B
PowerShell
Raw
Normal View
History
Unescape
Escape
Add powershell equivalents to existing batch scripts (#2561) * Add powershell equivalents to existing windows scripts Each .bat will try to invoke its .ps1 version if powershell is available, or else will fallback on the behavior previous to this commit. Should help fix bugs with accents and non-ASCII characters (issue #2327). * Add powershell equivalents to existing windows scripts Each .bat will try to invoke its .ps1 version if powershell is available, or else will fallback on the behavior previous to this commit. Should help fix bugs with accents and non-ASCII characters (issue #2327). Co-authored-by: zadam <zadam.apps@gmail.com>
2022-01-17 23:51:25 +01:00
Set-Item
-Path
Env
:
TRILIUM_SAFE_MODE
-Value
1
trilium safe mode now disables GPU usage
2022-08-20 22:39:59 +02:00
.
/
trilium
.
exe
-
-disable
-gpu
Reference in New Issue
Copy Permalink