Modify comments and README.md

This commit is contained in:
Hane 2022-10-17 18:56:29 +01:00
commit 042f0977bf
3 changed files with 5 additions and 9 deletions

2
Si.ps1
View file

@ -13,6 +13,6 @@ if (-Not ($statusList -contains $service.Status)) {
Stop-Process -Name "zerotier_desktop_ui"
} else {
Start-Service $service
#Tremendo hardcodeo, fuck it, se mete el solo sin opcion en el menu de inicio, me la come Y POR QUE EL NOT NECESITA SU PROPIO PARENTESIS POWERSHEEEEL
#Tremendo hardcodeo, no me merece la pena darle más vueltas
Start-Process -FilePath "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\ZeroTier"
}