Set Workspace Composer to Automatic
0 Votes |
Versioning - This is the latest version.
1 | Set Workspace Composer to Automatic | 1/26/2016 5:10:18 PM |
2 | Set Workspace Composer to Automatic | 3/24/2016 9:15:39 AM |
Description
Property Details
10593 | |
Production - Fully Tested and Ready for Production | |
Set Workspace Composer to Automatic | |
SYST | |
RES Software | |
3/21/2016 12:00:00 AM | |
True | |
RES on 3/24/2016 9:15:39 AM | |
RES on 3/24/2016 9:15:39 AM | |
3404 Views / 24 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
isWindows (Relevance 1172)
windows of operating system
Used in 11 fixlets | * Results in a true/false |
not exists setting "RES_IEM_Integration_Endpoint" whose (value of it = "1") of client
Used in 3 fixlets | * Results in a true/false |
exists values "Shell" whose (it as string as lowercase contains "explorer.exe") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" of native registry
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
//SourceReleaseDate: 20160321-102103
delete __createfile
delete "{value of variable "temp" of environment}\shell.reg"
if {x64 of operating system}
createfile until __done
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="\"C:\\{following text of first "\" of (value of variable "ProgramFiles(x86)" of environment)}\\RES Software\\Workspace Manager\\pwrstart.exe\""
__done
else
createfile until __done
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="\"C:\\{following text of first "\" of (value of variable "ProgramFiles" of environment)}\\RES Software\\Workspace Manager\\pwrstart.exe\""
__done
endif
copy __createfile "{value of variable "temp" of environment}\shell.reg"
if {x64 of operating system}
wait cmd /c reg import "{value of variable "temp" of environment}\shell.reg" /reg:64
else
wait cmd /c regedit.exe /S "{value of variable "temp" of environment}\shell.reg"
endif
waithidden cmd /c net stop res && net start res
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |