Site upgrade voor Bio-energetica
Website optimalisatie De website van ENERGETICA, praktijk voor psychotherapie, relatie therapie, re-integratie en persoonlijke ontwikkeling, is beter geworden.
Starting a service through Powershell on the Windows 7 local PC
In 1 sentence Create a shortcut with ‘Run as administrator’ properties which points to powershell.exe path\to\script.ps1 with 1 line in it: Start-Service -displayname “the-name-of-the-service-that-you-want-to-sart” and have the right execution policy for PS scripts. The longer version Through Windows Powershell-scripts administrators can automate almost all computermanagement tasks. All things that can be done through visual windows...