Applications & Services
The applications and services of a Windows system can be listed through the command prompt. Some of the characteristics of the progams can also be modified through the command prompt.
Last updated
Was this helpful?
The applications and services of a Windows system can be listed through the command prompt. Some of the characteristics of the progams can also be modified through the command prompt.
Last updated
Was this helpful?
Was this helpful?
Get-WmiObject Win32_PnPSignedDriver | Select-Object DeviceName, DriverVersion, Manufacturer | Where-Object {$_.DeviceName -like "*VMware*"}Schtasks /query /fo LIST /vicacls "C:\xampp\apache\bin\httpd.exe"Get-CimInstance -ClassName win32_service | Select Name, StartMode | Where-Object {$_.Name -like 'xampp'}netsh advfirewall show currentprofile
netsh advfirewall firewall show rule name=allreg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /fsc query state= allsc.exe start <service name>Restart-Service <service name>