ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: send a stickey note to another Windows account/desktop

(1/2) > >>

Jammo the OrganizedFellow:
I know that as a general rule of Windows usage, I should not use the Administrator account for daily usage.
So I use my personal account, as well as my wife uses her own.

It would be a neat idea, say for example the following scenario:
I'm logged into my personal account. I need to download/install some application, or perform some task which is disabled in my stripped user account.
This little app would need to be installed on all accounts I suppose!?
So I launch this neat little application that posts something like a postit/stickey note to the Administrator Desktop: DON'T FORGET TO INSTALL 'XYZ'.
The next time I logon using the Admin Account, I am presented with the postit/stickey note which was posted with the other account.
It would be even better, if this same little application could send messages to other accounts. For example, to my wifes desktop/account: HUNNY, I TOOK YOUR CAR KEYS TO WASH YOUR CAR. I LEFT THE COFFEE POT ON!

:)

I know there are plenty of postit/stickey notes around, but I don't know about the above feature.

app103:
You could make an additional toobar on the taskbar of each account, to act as a "mailblox", and use a folder that is accesible to all users, and save a text file to the folder.

One can be notes for you...the other notes for your wife. You can save things to her folder and she will see it on her taskbar when she logs in.

You can save notes to yourself to your folder and you will see them when you are logged in.

She could also save notes to that folder.

This is how I did it when I shared a pc with my daughter.

Deozaan:
Use an IM program that will pop up messages you received while you were offline.

lanux128:
you can also use the 'Shared Documents' folder. create a shortcut to the folder in the startup so that it opens every time you boot the PC.

wr975:
The next time I logon using the Admin Account, I am presented with the postit/stickey note which was posted with the other account.-jammo (July 31, 2008, 09:57 PM)
--- End quote ---

Just write yourself an email? That's what I do.

It would be even better, if this same little application could send messages to other accounts. For example, to my wifes desktop/account: HUNNY, I TOOK YOUR CAR KEYS TO WASH YOUR CAR. I LEFT THE COFFEE POT ON

--- End quote ---

Use psexec with this little compiled AHK script. The idea I got here (https://www.donationcoder.com/forum/index.php?topic=14245.0) can be used for many things.


--- ---psexec \\{Computername} -u {username} -p {password} -d -c -v -i message.exe "{message}"

Example:
psexec.exe \\pcn06 -u Michi -p michi -d -c -v -i Message.exe "HUNNY, I TOOK YOUR CAR KEYS TO WASH YOUR CAR. I LEFT THE COFFEE POT ON"

Enclose message in quotes (""). The message box is always on top and can't be missed.

message.exe is attached to this post

Get psexec here:
http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

SpoilerAHK source of message.exe

--- ---#NoTrayIcon
if 1 <>
msgbox,4160,Remote Message,%1%

Navigation

[0] Message Index

[#] Next page

Go to full version