Notatki Administratora

powerShell service

https://spece.it/powershell-kontrola-uslug-windows/

get-service -Name *Listener*
get-service wmi*
get-service sp* -exclude Spooler

Stop-Service -displayname „Bluetooth service”
Stop-Service btwdins

Start-Service -displayname „Bluetooth service”
Start-Service bthserv

Restart-Service bthserv

Zatrzymywanie usługi:
Suspend-Service -displayname „Bluetooth service”
Suspend-Service bthserv

Wznawianie pracy zatrzymanej usługi”
Resume-Service -displayname „Bluetooth service”
Resume-Service bthserv

Kategoria: 

pure-ftp

pure-pw useradd $USERNAME -u ftpuser -d /home/ftpuser -m

Kategoria: 

powershell

Windows PowerShell ISE

Kategoria: 

VirtualBox and Window Docker - conflict

Disable Hyper-V by running the command: bcdedit /set hypervisorlaunchtype off

STEP 4:
Restart your PC system to use VirtualBox.

To turn Hyper-V back on, run the command: bcdedit /set hypervisorlaunchtype auto
You will need to reboot the system to use Hyper-V.

Kategoria: 

Strony

Subskrybuj Notatki Administratora