Jump to content

Screen message on remote machine


Recommended Posts

Hi All,

This is what I'm try to accomplish:

I want to remote to a computer and while I'm working on it I want the end user to see a blank screen with a message "Your administrator is working on this device. Please wait..." Is this possible?

I use DameWare and it has an option for disabling the screen for the user but it has no option to display a message and the users just restart the computer becuase they think it is not working.

Does anybody know if there is a way to do this with AutoIt?

Thanks

Edited by checlever
Link to comment
Share on other sites

  • Moderators

checlever,

Next time, please create a new thread rather than hijack an existing one. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

. . . .

I use DameWare and it has an option for disabling the screen for the user but it has no option to display a message and the users just restart the computer becuase they think it is not working.

 . . . . ..

 

Hi checlever

ha :D  that's funny. . . .

i do not know a way to display a message,

maybe you could play an endless audio message on the user's P.C. where you say, "do not turn off the computer, it is not broken" :)

bye

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

checlever,

Next time, please create a new thread rather than hijack an existing one. ;)

M23

 

I didn't mean to hijack that thread, I just thought it would be an addition to the original post where the screen is off. I was wondering if there was a way to enable a message. As I was playing with that example there is a bug where the screen is all black but I can see the cursor. So maybe there is a way to manipulate that example.

Anyways, thanks fro creating this thread for me.

 

Hi checlever

ha :D  that's funny. . . .

i do not know a way to display a message,

maybe you could play an endless audio message on the user's P.C. where you say, "do not turn off the computer, it is not broken" :)

bye

 

I can create a gui that will be ontop of all other windows. The problem is that if I remote to the computer with that type of gui I can't see a thing either :o hahaha.

I work at a hospital so making sounds is not an option :( I might be able to turn screen off and then after a few seconds turn it back on with the GUI on top of all windows that displays the message I want and then turn the screen off again.

Thanks for looking though

Link to comment
Share on other sites

  • Moderators

The only time I have seen this is in a third party application (for mobile carts in a hospital), locked the machine with a message while it did its thing. However, everything in the background was being done through remote procedure calls, no pointing and clicking on windows.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

do you have to remote on user's session? or you can logon with you account?
if you can logon with your account then use "windows remote desktop connection" instead of DameWare, in this way the remote client sees a "locked workstation" screen, while you operate on his machine.

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

The only time I have seen this is in a third party application (for mobile carts in a hospital), locked the machine with a message while it did its thing. However, everything in the background was being done through remote procedure calls, no pointing and clicking on windows.

 

I created a script to do something similar. Unfortunately for this project that won't work. I must do some pointing and clicking and it can't be automated :( I don't know if you are familiar with citrix but it is a pain in the rear.

do you have to remote on user's session? or you can logon with you account?

if you can logon with your account then use "windows remote desktop connection" instead of DameWare, in this way the remote client sees a "locked workstation" screen, while you operate on his machine.

 

I doesn't have to be under the current user's session. I can log them out. In fact I have to log in as admin to do what I need to do. The problem is that we have RDP disabled for these workstations. For laptops and PCs it would be easy to turn on but we have some wyse devices and it will require at least 3 reboots to get it going. I'm trying to avoid rebooting the computers though.

Thank you all for helping

Link to comment
Share on other sites

you could try to enable RDP on remote pc via WMIC as explained here

good luck

 

I think I'll have to end up doing this or just place a GUI at the top of the screen on top of all other windows with the message just to at least make users aware we are working on the device.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...