Update TGBeta.ps1
This commit is contained in:
@@ -1501,7 +1501,7 @@ try {
|
||||
$response.OutputStream.Close()
|
||||
}
|
||||
|
||||
"/EdgeDefaultSearchEngine"
|
||||
"/EdgeDefaultSearchEngine" {
|
||||
if ($request.HttpMethod -eq "GET") {
|
||||
try {
|
||||
Set-EdgeDefaultSearchEngine.ps1
|
||||
@@ -1522,7 +1522,7 @@ try {
|
||||
$response.OutputStream.Close()
|
||||
}
|
||||
|
||||
"/EnableBitLocker"
|
||||
"/EnableBitLocker" {
|
||||
if ($request.HttpMethod -eq "GET") {
|
||||
try {
|
||||
Set-SVSBitLocker -Mode Enable -DriveLetter C -SaveToRegistry $true
|
||||
|
||||
Reference in New Issue
Block a user