https://youtu.be/vGyMrAtvg8A?si=C2jzCvIuE8rRKejY
Quite innovative(expensive)
https://github.com/veebch/pepper
Particulars
https://youtu.be/vGyMrAtvg8A?si=C2jzCvIuE8rRKejY
Quite innovative(expensive)
https://github.com/veebch/pepper
Particulars
#!/bin/bash | |
export DISPLAY=:0; | |
pkill -HUP cinnamon | |
sleep 3 | |
cinnamon --replace & | |
cinnamon-unlock-desktop |
show vlans 1980 | |
show vlan 1981 |
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc - Windows Update Medic Service.
You'll see "Start" Reg_DWORD key. Open this and Value Data should be set to 1 or 2. Changing this option to 4 disables the service.
go to Services and check Windows Update Medic Service (WUMS should be disabled now.) Windows Update (WU), Delivery Optimization (DO), and Update Orchestrator (UO) can now be disabled via Services, and with WUMS disabled, this should stop WU, DO, and UO services from being reactivated.
#requires -RunAsAdministrator | |
$serviceName = "wuauserv" | |
Write-Host "--- Stopping and Disabling the Windows Update Service ---" -ForegroundColor Cyan | |
try { | |
$service = Get-Service -Name $serviceName -ErrorAction Stop | |
if ($service.Status -eq 'Running') { |
beginner tutorial freecad
l1 = PolarLine(l1@1, length=7, direction=Vector(-70,-50).normalized())
l2 = IntersectingLine((-9,-5), direction=Vector(0,0,1).rotate(Axis.Y, 18), other=l1)
tracepart