mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
Added WPFTweaksDisableBitLocker to tweaks.json (#4486)
* Added WPFTweaksDisableBitLocker to tweaks.json * Update tweaks.json * Update tweaks.json * Update tweaks.json * Merge branch 'main' into patch-6
This commit is contained in:
@@ -607,6 +607,19 @@
|
|||||||
],
|
],
|
||||||
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeedge"
|
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/removeedge"
|
||||||
},
|
},
|
||||||
|
"WPFTweaksDisableBitLocker": {
|
||||||
|
"Content": "BitLocker - Disable",
|
||||||
|
"Description": "Disables BitLocker.",
|
||||||
|
"category": "Essential Tweaks",
|
||||||
|
"panel": "1",
|
||||||
|
"InvokeScript": [
|
||||||
|
"Disable-BitLocker -MountPoint $Env:SystemDrive"
|
||||||
|
],
|
||||||
|
"UndoScript": [
|
||||||
|
"Enable-BitLocker -MountPoint $Env:SystemDrive"
|
||||||
|
],
|
||||||
|
"link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/disablebitlocker"
|
||||||
|
},
|
||||||
"WPFTweaksUTC": {
|
"WPFTweaksUTC": {
|
||||||
"Content": "Date & Time - Set Time to UTC",
|
"Content": "Date & Time - Set Time to UTC",
|
||||||
"Description": "Essential for computers that are dual booting. Fixes the time sync with Linux systems.",
|
"Description": "Essential for computers that are dual booting. Fixes the time sync with Linux systems.",
|
||||||
|
|||||||
Reference in New Issue
Block a user