Set Workspace Composer to Automatic
Log In or Register to download the BES file, and more.

0 Votes

Description

This Fixlet will turn on Workspace Manager

Property Details

ID10559
StatusProduction - Fully Tested and Ready for Production
TitleSet Workspace Composer to Automatic
DomainSYST
SourceRES Software
Source Release Date3/21/2016 12:00:00 AM
Is TaskTrue
Added by on 3/24/2016 5:00:44 AM
Last Modified by on 3/24/2016 5:00:44 AM
Counters 1967 Views / 3 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 11 fixlets   * Results in a true/false
Show indented relevance
not exists setting "RES_IEM_Integration_Endpoint" whose (value of it = "1") of client
Used in 3 fixlets   * Results in a true/false
Show indented relevance
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
Used in 3 fixlets   * Results in a true/false
Show indented relevance
exists service "RESPESVC"

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:
Share this page on Yammer

Comments