This section lists Blend directives related to operations at the level of the operating system.
pc:PowerShell
Runs a Powershell command line at the level of the Windows OS.
pc:ProgramSystemDir
Returns the USoft installation directory of the ublendit.exe executable being used.
pc:ServiceInstall
Installs a Windows service on the local computer.
pc:ServiceList
Retrieves a list of locally installed Windows services of which the name matches a given pattern.
pc:ServiceStart
Starts a Windows service on the local computer.
pc:ServiceState
Outputs the state of a Windows service on the local computer.
pc:ServiceStop
Stops a Windows service on the local computer.
pc:ServiceUninstall
Uninstalls a Windows service on the local computer.
pc:SetEnvVarDefault
pc:SetEnvVarOverwrite
pc:UserTempDir
Returns the folder that the Windows operating system keeps reserved for the current user.
pc:WinCommand
Runs a command on the command line at the level of the Windows OS.