Setup and Installation of Smitty's Simplistic Signage
Overview
Explains how to setup and install Smitty's Simplistic Signage, which can be used to fetch and run a powerpoint presentation in full screen mode. The application will then periodically check the network for updated content and then restart to display the new content.
Installation & Configuration
Warning:
S3 requires that you have a Non-Office365 version installed (Office Pro Plus 2019 or 2021 etc.). The machine also must be configured to auto log in as digital.signage
S3 requires that you have a Non-Office365 version installed (Office Pro Plus 2019 or 2021 etc.). The machine also must be configured to auto log in as digital.signage
Preliminary Setup
BIOS
BIOS setting for digital signage should include:
- In the advanced settings under Boot Options, where is says "After Power Loss," the option "Power On" should be selected
- In the advanced settings under "Scheduled Power-On," every day should be checked and the hour and minute settings should both be 0
Powershell
Powershell will need to be configured with the "remotesigned" execution policy. You can check the computer's execution policy by:
- Open up powershell
- Type: Get-Executionpolicy
- If the returned value is "Restricted" then you'll need to adjust the execution policy. See the steps below to do that
Setting Execution Policy
- Open powershell as an administrator (admin.<firstinitialLastname>)
- Type: set-executionpolicy -executionpolicy remotesigned
- Press enter
- Press A to accept all and press enter
Office Install
Any machine running S3 must have Office2019 or Office2021 installed (not office365). This can be installed via the application catalog.
First Step
- Sign in as digital.signage
- Copy the Smittys_Simplistic_Signage folder to your target computer (found in \\iwufiles\common\uit\techapps\)
- Then open up file explorer by pressing Windows Key + E and type %appdata% in the address bar and press enter
- Move the Smittys_Simplistic_Signage folder into this screen
Second Step
- Right click on DigitalSignScript.ps1 and choose Edit
- In the Variables to Edit section:
- Set $NetworkLocation to the file path where your powerpoint lives, for example: \\ocher\SharedSignGraphics\Maxwell\
Warning:
This path MUST end with a back slash, and the entire path must be contained within the double quotes - Set $pptName to the name of your power point file, including the pptx extension for example: MyShow.pptx
Warning:
The name of the show can not contain any spaces in the name, so files need to be named without spaces, or with underscores instead of spaces - Save the .ps1 file
- Set $NetworkLocation to the file path where your powerpoint lives, for example: \\ocher\SharedSignGraphics\Maxwell\
Third Step
- Inside the Smittys_Simplistic_Signage folder double click on DisableFlashingIcons.reg
- Click Yes when prompted to allow it to make changes to your computer
- You should get a prompt that says it was successfully merged
- Open a command prompt by pressing windows key and typing Command and choose to run it as administrator
- Type in cd \users\digital.signage\appdata\Roaming\Smittys_Simplistic_Signage and press enter
- Type in EnvironmentSetup.reg and press enter and click yes on any prompts that appear
Fourth Step
- Open up Task Scheduler by pressing the windows key and typing "Task Scheduler" and press enter
- Click Import Task on the right side of the screen
- In the address bar at the top of the window type in %AppData% and press enter
- Select the DigitalSignageScheduledTask.xml and click Open
- Click OK
- Restart the computer