# Copyright © 2016, Microsoft Corporation. All rights reserved. # :: ======================================================= :: #================================================================================== # Initialize #================================================================================== Import-LocalizedData -BindingVariable RS_WSResetLocalizedString -FileName CL_LocalizationData #==================================================================================== # Main #==================================================================================== Write-DiagProgress -Activity $RS_WSResetLocalizedString.ID_NAME_RS_WSReset $choice = Get-DiagInput -Id 'INT_WSRESET' if($choice -eq 'Y') { $true > $ENV:TEMP\WSReset.log # Run WSReset & "$env:windir\System32\WSReset.exe" }