Mini Kabibi Habibi

Current Path : C:/Windows/diagnostics/system/BITS/
Upload File :
Current File : C:/Windows/diagnostics/system/BITS/RS_BITSACL.ps1

# Copyright © 2015, Microsoft Corporation. All rights reserved.
# :: ======================================================= ::

#====================================================================================
# Initialize
#====================================================================================
Param ($bitsAcl)

#====================================================================================
# Load Utilities
#====================================================================================
. ./CL_Service.ps1

#====================================================================================
# Main
#====================================================================================
$Global:RSbitsACLran = $true

SServicer 'bits' 'Stopped'

sc.exe sdset bits $bitsAcl

SServicer 'bits' 'Running'