|
 |
09-18-2002, 03:28 PM
|
#1
|
|
Maximum Bitrate
Join Date: Jan 2002
Location: Chaska, MN
Posts: 695
|
Is there a way to do this?
I want to have a program ran completely SILENT on a Win98 machine, doesn't put anything in the taskbar or anything. It's a simple bat script, but I also want it to run at different times a day but don't want it seen in the scheduled tasks folder.
Is that possible?
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
09-18-2002, 03:35 PM
|
#2
|
|
FLAC
Join Date: May 2002
Location: Sef'Kylar
Posts: 1,421
|
maybe if you make an active desktop with a timer that will autoexecute at a certain interval
I don't know if that'll work, it's just an idea
__________________
aka Kumaneko
"Don't make me moderate your ***!"
Maxima of Doom - project thread - photo gallery
mp3car system is currently FUBAR and finances do not allow for a correction of that situation
Real computer hackers use a rotary cutting tool on their motherboard.
|
|
|
09-18-2002, 06:31 PM
|
#3
|
|
Maximum Bitrate
Join Date: Jun 2000
Location: Virginia
Posts: 569
|
there is a way to run it as a service - not sure how though
__________________
Car: 1999 Dark Green Mustang GT Coupe
Audio: Alpine HU, JL 6ch Amp, JL Stealthbox and XR series components.
Player: Empeg for now; something custom later.
www.neotechpc.com - Custom built laptops!
|
|
|
09-18-2002, 06:55 PM
|
#4
|
|
Maximum Bitrate
Join Date: Jun 2001
Location: St. Louis-MO
Posts: 490
|
Its called a "virus"
But yeah, make it a service messing around with the registry.
http://www.winplanet.com/winplanet/tutorials/885/1/
That will tell you how to make it a service...but I am not sure how to make it run durring different times of the day.
|
|
|
09-18-2002, 08:13 PM
|
#5
|
|
FLAC
Join Date: Jan 2002
Location: Chicagoland, IL
Posts: 1,738
|
i found it while i was big on genoming through the hardfolding.com site, it being a app called hide window or something to that effect that would hide a window named x.
|
|
|
09-18-2002, 10:07 PM
|
#6
|
|
Maximum Bitrate
Join Date: Jan 2002
Location: Chaska, MN
Posts: 695
|
See at work we can't have ANY mp3s or movies on our machines due to it being a University, so I have a recursive file delention utility but people are deleting the scheduled task, so I have to make it 100% hidden.
I'll look into the service idea, I was thinking about that!
|
|
|
09-19-2002, 01:51 AM
|
#7
|
|
FLAC
Join Date: Jan 2002
Location: Chicagoland, IL
Posts: 1,738
|
and really, its rather easy to force a app to run as a service. its the matter of whether it will run properly is the question. just add a registry entry in the the hkey_localmachine key for runservices for what ever app you're trying to run.
|
|
|
09-19-2002, 01:54 AM
|
#8
|
|
Maximum Bitrate
Join Date: Jan 2002
Location: Chaska, MN
Posts: 695
|
i'll give that a try at work tomorrow...thanks!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-19-2002, 05:56 AM
|
#9
|
|
Newbie
Join Date: Jul 2000
Location: Braga, PORTUGAL
Posts: 14
|
Hi there
Look in the following site:
http://www.cspltd.ndirect.co.uk/desktop/desktop.htm
There's an APP called Window Hide....among other goodies, see if it helps you.
[[[[[]]]]]]
|
|
|
09-19-2002, 10:14 AM
|
#10
|
|
Retired Admin
Join Date: Jan 2000
Location: London, Ontario, Canada
Posts: 2,464
|
How about a policy that says if they mess with their machines they'll be fired? Seemed to work for several of our customers...
A service is a good idea, but if you want to get really sneaky, just write a DOS program and put it in autoexec.bat.
Or make it part of a login script.
Or make an INF file for some fake hardware device, and write your program as a VXD, then install it via Device Manager. It will be built into VMM32.VXD, which will be nearly impossible to remove.
Do you have any custom apps for your business that they have to use? Edit the source and include your utility in there.
Make up some nice company screen savers (it's just a standard EXE renamed to SCR) that do it in the background.
|
|
|
09-19-2002, 02:49 PM
|
#11
|
|
Maximum Bitrate
Join Date: Jan 2002
Location: Chaska, MN
Posts: 695
|
we've tried the whole don't touch policy, now we ghost the machines once a week and do this.
i was going to do the autoexec.bat idea, but I wanted it to run at multiple times
hehe
|
|
|
09-20-2002, 12:00 AM
|
#12
|
|
Maximum Bitrate
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 824
|
Re: Is there a way to do this?
Quote:
Originally posted by freestyler
I want to have a program ran completely SILENT on a Win98 machine, doesn't put anything in the taskbar or anything. It's a simple bat script, but I also want it to run at different times a day but don't want it seen in the scheduled tasks folder.
I don't know what OS you're running...
You can use the AT command in W2K - this will enable you to schedule something without having it appear in the scheduling agent?
C!
__________________
http://carpc.riposte.net
I reserve all rights in connection to each post I author, without exception.
|
|
|
09-20-2002, 09:50 AM
|
#13
|
|
Retired Admin
Join Date: Jan 2000
Location: London, Ontario, Canada
Posts: 2,464
|
Quote:
Originally posted by freestyler
we've tried the whole don't touch policy, now we ghost the machines once a week and do this.
The problem is that the policy was not inforced. One of our larger customers had a huge problem with different shifts of people completely borking the machines...loading so much crap (ICQ, AIM, Morpheus, Kazaa, Bonzi Buddy, etc.) that we were reloading 10-15 machines a week...Cost them A LOT of money. So they put a clear policy on all the bulliten boards and login script that stated that any unauthorized software would result in immediate termination. Well, all of 1 day later, a machine blew up and I went out to fix it. Surprise surprise, the virus scanner was disabled and there was a copy of Kazaa on the machine (config error allowed the scanner to be disabled...my fault). Enabled the scanner, found MTX virus...user said "all these messages kept coming up so I turned if off"  . They were immediately fired (within 15 minutes) and my service bill was taken from their paycheque.
Haven't had a single problem in the last year after that incident.
|
|
|
09-20-2002, 09:54 AM
|
#14
|
|
Maximum Bitrate
Join Date: Jan 2002
Location: Chaska, MN
Posts: 695
|
yikes, at our current state we dont' have a problem with KaZaa or Morpheus anymore, everyone has realized that we are watching them now. Now they are usin IRC to get the files or AIM Shares. We just want to get rid of the files, for now I guess we are gonna allow them to have their files while on their shift until it becomes a greater problem.
Personally I lean towards the more harsh ways like the termination seen as people have been known to watch South Park episodes while working at the main front information/service desk, which is a no-no.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:29 AM.
| |