Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Oh shit...Glirk Dient said:I named it svchost.exe
I was a teachers aid for this computer class. So I made a comp program that ran as a windows app so it would hide in the background. I named it svchost.exe since theres already about 5 of them running and I put it in the startup folder. Whenever someone would turn their comp on the CPU bell would ring constantly and that was right when we were on the chapter of learning what different signals mean from the CPU bell so our teacher who knew next to nothing about the class started to freak out when this happened.
After about a week the kids learned what I did to a few of their computers and they copied and spread it to the rest of them. Its no wonder that teacher hates me now after I told her it was me and how to fix it.
Open cmd.exe from run. type in netsend * hello.
Alternatively, copy this into notepad
@echo off
set /p msgto=Send msg to?:
set /p msg=Message:
net send %msgto% "%msg%"
save it as anything.bat double click it, put the name of the station you want to send too, or * for all,then message and away you go.
rofl, that sounds like a lot of fun. How can I make this sort of program?
Edit - Hmm I just tried this on our LAN here, but it doesn't do anything. What do other computers see when you send it?
Edit2- I just tried the something.bat, but it closes after I enter the message.
I know how to write a program to make the computer beep all the time, if only I knew how to make it run in the background.
You make it run as a windows app vs an executable file.
There should be an option of what type of project you want to creat. Choose windows app.