Link to home
Start Free TrialLog in
Avatar of Oliver Mitchell
Oliver Mitchell

asked on

Thin client disable minimise

Im buidling an envitroment for 8 call center uses as they often get confused about haveing two desktops so were trying to make it easyer for them.
but even with this simple easy setup they seem to still brake it,

they run a Softphone and RDP. thats it.

Windows 10 Pro

No desktop exprence

Id like to force the phone app to be ontop of the rdp session.
we'd like it also so RDP cant be minimsed with out the title bar, currently its set to auto hide, but they can tab out of it.
Any ideas on this?
Windows reg edit runs
computer/hkey_current_user\software\microsoft\windows NT\currentversion\winlogon\shell

Min.bat
-----------------
mode con: cols=40 lines=10
@echo Please dont close this window.
@echo off
TITLE Please dont close this window.
timeout 10 >nul
start C:\BroadSoft\UC-One\Communicator.exe
timeout 20 >nul
start /wait "C:\" mstsc.exe /public /v:ts06 /f
:choice
set /P c=Y to shutdown, N to reconnect.[Y/N]?
if /I "%c%" EQU "Y" goto :yes
if /I "%c%" EQU "N" goto :no

:no
start /wait "C:\" mstsc.exe /public /v:ts06 /f
set /P c=Y to shutdown, N to reconnect.[Y/N]?
if /I "%c%" EQU "Y" goto :ifyes
if /I "%c%" EQU "N" goto :ifnot

:yes
shutdown -s -t 0
Avatar of dlstines
dlstines

What kind of thin clients are you using?  Have you talked to the manufacture rep, perhaps they can put you in touch with an engineer.
ASKER CERTIFIED SOLUTION
Avatar of Oliver Mitchell
Oliver Mitchell

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great news.  Congratulations on finding a solution.
Avatar of Pber
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: Oliver Mitchell (https:#a42299816)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

Pber
Experts-Exchange Cleanup Volunteer