Anlage des Repos
This commit is contained in:
10
examples/PowerShell/Restart-windreamClient.ps1
Normal file
10
examples/PowerShell/Restart-windreamClient.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
$IndexService = New-Object -ComObject "WMIndexServer.WMIdxSvControl"
|
||||
$IndexService.Shutdown
|
||||
$IndexService.Start
|
||||
$IndexService = $NULL
|
||||
|
||||
$ControlCenter = New-Object -ComObject "Wmcc.ControlCenter"
|
||||
$ControlCenter.StartVFSService(0)
|
||||
$ControlCenter.StartVFSService(1)
|
||||
$ControlCenter = $NULL
|
||||
Reference in New Issue
Block a user