Setting up Wall Mounted PC's with TV Monitors

steveh69

New member
Local time
5:07 PM
Messages
2
I will be setting up some PC's in my office that will have large flat screen TV's to be used to diplay Looping PowerPoint Presentations for informational purposes for visitors. What I want to do is be able to remotely administer them via RDP then log out and have the Presentation to continue to run after I disconnect from my RDP session. The problem is that when I do log out of my RDP session, the TV display goes back to the locked out Service Account used for the PC login. I found some info at http://community.spiceworks.com/topi...een-powerpoint but I don't think the suggestion of creating and saving the PowerPoint presentation as a .ppsx file is what I need. I've seen this done in lots of places but need to know how make this all work in my office without using a wireless keyboads and mice at each TV. Thanks for everyones advice in advance.
 

My Computer My Computer

At a glance

Windows 7 64 bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HO
OS
Windows 7 64 bit
Hi Steve, welcome to the Seven Forums.

This is a workaround I have used in almost a similar scenario:
  1. Set automatic logon on remote PC (http://www.sevenforums.com/tutorials/377-log-automatically-startup.html)
  2. Set the PowerPoint presentation to run fullscreen automatically on the remote PC whenever user is logged in:
    • Create a batch file containing following command:
    • Code:
      "C:\Program Files\Microsoft Office\Office15\POWERPNT.EXE" /S "X:\Name_Of_Your_Presentation.pptx"
    • Save it to Start Menu > Programs > Startup on remote PC
  3. Restart remote PC instead of closing the RDP:
    • Create a batch file to restart immediately:
    • Code:
      shutdown -r -t 1
    • Save it to desktop of the remote PC
  4. Instead of closing the remote desktop connection, double click the restart batch shortcut to restart the computer. The remote PC will now restart, logs in automatically and runs your presentation fullscreen.
Notice please that the command in above list #2 assumes you are using PowerPoint 2013 ("Office15") and that you are using either a 64-bit Office on a 64 bit Windows, or 32 bit Office on 32 bit Windows. If you have a 32 bit Office on a 64 bit Windows, the folder Programs Files must be changed to Program Files (x86), and if using older Office versions the folder Office15 must be changed accordingly (Office 2010 = Office14, Office 2007 = Office13 and so on).

Kari
 

My Computer My Computer

At a glance

Windows 10 Pro x64 EN-GB1.6 GHz Intel Core i7-720QM Processor6 GBATI Mobility Radeon HD 5850 Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY 17-1150eg
OS
Windows 10 Pro x64 EN-GB
CPU
1.6 GHz Intel Core i7-720QM Processor
Memory
6 GB
Graphics Card(s)
ATI Mobility Radeon HD 5850 Graphics
Sound Card
Beats sound system with integrated subwoofer
Monitor(s) Displays
17" laptop display, 22" LED and 32" Full HD TV through HDMI
Screen Resolution
1600*900 (1), 1920*1080 (2&3)
Hard Drives
Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media
Cooling
As Envy runs a bit warm, I have it on a Cooler Master pad
Keyboard
Logitech diNovo Media Desktop Laser (bluetooth)
Mouse
Logitech Performance Mouse MX
Internet Speed
50/10 Mbps VDSL
Antivirus
Windows Defender 4.3.9431.0
Browser
Maxthon 3.5.2., IE11
Thanks so much Kari, you're asesome I will give this a shot and let you know how it works!
 

My Computer My Computer

At a glance

Windows 7 64 bit
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HO
OS
Windows 7 64 bit
You are welcome.

I use this method to update a PC in my friends bar; a mini PC runs a PowerPoint presentation which is its only purpose, display is set behind the bar high on the wall. Whenever my friend needs ads (= PP slides) changed, I edit the presentation stored locally on my PC, log in remotely and update the remote presentation, then restart the remote PC which after reboot logs in the only user automatically and starts the presentation.

Because the Start Menu Shutdown and Restart commands are disabled on remote PC when connected using RDP, the restart needs to be done from Command Prompt hence the shutdown -r batch.
 

My Computer My Computer

At a glance

Windows 10 Pro x64 EN-GB1.6 GHz Intel Core i7-720QM Processor6 GBATI Mobility Radeon HD 5850 Graphics
Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY 17-1150eg
OS
Windows 10 Pro x64 EN-GB
CPU
1.6 GHz Intel Core i7-720QM Processor
Memory
6 GB
Graphics Card(s)
ATI Mobility Radeon HD 5850 Graphics
Sound Card
Beats sound system with integrated subwoofer
Monitor(s) Displays
17" laptop display, 22" LED and 32" Full HD TV through HDMI
Screen Resolution
1600*900 (1), 1920*1080 (2&3)
Hard Drives
Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media
Cooling
As Envy runs a bit warm, I have it on a Cooler Master pad
Keyboard
Logitech diNovo Media Desktop Laser (bluetooth)
Mouse
Logitech Performance Mouse MX
Internet Speed
50/10 Mbps VDSL
Antivirus
Windows Defender 4.3.9431.0
Browser
Maxthon 3.5.2., IE11
Back
Top