Notatki Administratora

ssh forward port

ssh -nNT -L 5000:192.168.1.29:5000 sebastin@localhost

Kategoria: 

rocket chat

rocket chat

Kategoria: 

VirtualBox

bcdedit /set hypervisorlaunchtype off

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Kategoria: 

powershell - example

https://fizyka.umk.pl/~jacek/dydaktyka/winprog/projekty_studentow/2012-2013/PAblewski_PowerShell.pdf

Write-Host 'ddssd'
Get-Process
 
[System.Windows.Forms.MessageBox]::Show(„MsgBox fom PowerShell!);
$voice = New-Object –COMObject “SAPI.SPVoice”
$voice.speak(“Latam, gadam –pełny serwis”)
 
[console]::beep(440,500) 
[console]::beep(440,500) 
[console]::beep(440,500) 
[console]::beep(349,350) 
[console]::beep(523,150) 
[console]::beep(440,500) 
[console]::beep(349,350) 
[console]::beep(523,150) 
[console]::beep(440,1000) 
[console]::beep(659,500) 
[console]::beep(659,500) 
[console]::beep(659,500) 
[console]::beep(698,350) 
[console]::beep(523,150) 
[console]::beep(415,500) 
[console]::beep(349,350) 
[console]::beep(523,150) 
[console]::beep(440,1000)
Kategoria: 

naprawa start windows 10

Tekst pierwszy do wklejenia : c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe

uprawnienia Adminia

Tekst drugi który wklejamy po otwarciu shella :
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Kategoria: 

Strony

Subskrybuj Notatki Administratora