|
-
Nov 3rd, 2004, 09:10 AM
#1
Thread Starter
Addicted Member
End Processes
Hi
Progams Like netop Skool and Deepfreeze, heard of 'EM
i wANNA End Them, I Know It can be done as I Sometime go on a Computer which does not have it.
ANY IDEAS
Curiosity SKILLED the cat
Google Talk from your Mobile phone
Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2
-
Nov 3rd, 2004, 10:55 AM
#2
-
Nov 3rd, 2004, 11:02 AM
#3
Have you tried Sandpaper™??
-
Nov 3rd, 2004, 11:23 AM
#4
KING BODWAD XXI
Sounds a bit like you need an antivirus
-
Nov 3rd, 2004, 12:54 PM
#5
Frenzied Member
Re: End Processes
Originally posted by Codehammer
Hi
Progams Like netop Skool and Deepfreeze, heard of 'EM
i wANNA End Them, I Know It can be done as I Sometime go on a Computer which does not have it.
ANY IDEAS
Turn off your pc... it will end all processes...trust me...
-
Nov 3rd, 2004, 12:56 PM
#6
Frenzied Member
Originally posted by mendhak
Hey, you have 42 posts!
Hey, you have 10185 posts! ...
now i must edit this post about 20 times a day ...
-
Nov 10th, 2004, 09:25 AM
#7
Thread Starter
Addicted Member
Research
Research it, its a Program Like Clean Slate that can Not Allow you to Save or Maybe Write to the FAT, so nothing Saves. Its Automatic to Restart and is installed on like 450 Computers Here.
No Viruses Nothing can Crash it. The Process is interminatable!
But I Have seen 1 Computer that somehow Crashed the Process and was able to write, then on restart it goes back to normal
Curiosity SKILLED the cat
Google Talk from your Mobile phone
Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2
-
Nov 10th, 2004, 09:27 AM
#8
So in other words your trying to get around someones safety measures? for what reason? If those apps are on there, they were put on there for a reason....
-
Nov 11th, 2004, 03:12 AM
#9
the library has something like that, so that personal data isn't saved. it also kills temp files when it is re-booted, which it does for each user. they get a temporary id and password that only works once.
-
Nov 11th, 2004, 06:03 AM
#10
Thread Starter
Addicted Member
Originally posted by dglienna
the library has something like that, so that personal data isn't saved. it also kills temp files when it is re-booted, which it does for each user. they get a temporary id and password that only works once.
If they Can end the Task So Should I.
...and My memory Stick is only 128 MB.
Someone Said something about Process Disrupter in Memory....
Curiosity SKILLED the cat
Google Talk from your Mobile phone
Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2
-
Nov 14th, 2004, 03:36 PM
#11
New Member
Hi, what I would do is:
1) Create a new application
2) Make the form invisible after the application is launched
3) Create a timer (to ensure that after the process is stopped, it doesn't restart). Insert the following code for the timer_tick:
Code:
Dim myProcess() As Process
Dim instance As Process
myProcess = Process.GetProcessesByName("CHANGETHIS!!")
For Each instance In myProcess
instance.CloseMainWindow()
Next
4) Build the application, and install it wherever you need that process killed.
If you have a specific application that you'd like blocked, tell me, and I'll write the application for you.
Thanks,
Dave
Dave Bieniek
Paranormal Investigator
-
Nov 14th, 2004, 05:27 PM
#12
Originally posted by zuperman
Hey, you have 10185 posts! ...
now i must edit this post about 20 times a day ...
Might wanna start editing that about now... It's up to 103sumthin or other.... I lose track past four. I'm a band geek. I count to four and start over. But your number doesn't look like his, so I'm guessing it needs an update....
-
Nov 14th, 2004, 05:47 PM
#13
Fanatic Member
Originally posted by DBieniek
Hi, what I would do is:
1) Create a new application
2) Make the form invisible after the application is launched
3) Create a timer (to ensure that after the process is stopped, it doesn't restart). Insert the following code for the timer_tick:
Code:
Dim myProcess() As Process
Dim instance As Process
myProcess = Process.GetProcessesByName("CHANGETHIS!!")
For Each instance In myProcess
instance.CloseMainWindow()
Next
4) Build the application, and install it wherever you need that process killed.
If you have a specific application that you'd like blocked, tell me, and I'll write the application for you.
Thanks,
Dave
Gotta love these types of posts!
Don't pay attention to this signature, it's contradictory.
-
Nov 15th, 2004, 03:11 AM
#14
KING BODWAD XXI
From my experiance people on this forum dont help hackers.
Deepfreeze is there for security of pc's and users to disable it would be a violation of your user rights on the system.
The Netop School is also there to monitor you to prevent you violating any rules. Chances are your teacher will find out anyway as they wouldnt be able to connect to your PC to view what you are doing.
-
Dec 8th, 2004, 12:59 AM
#15
Thread Starter
Addicted Member
Re: End Processes
 Originally Posted by DBieniek
Hi, what I would do is:
1) Create a new application
2) Make the form invisible after the application is launched
3) Create a timer (to ensure that after the process is stopped, it doesn't restart). Insert the following code for the timer_tick:
Code:
Dim myProcess() As Process
Dim instance As Process
myProcess = Process.GetProcessesByName("CHANGETHIS!!")
For Each instance In myProcess
instance.CloseMainWindow()
Next
4) Build the application, and install it wherever you need that process killed.
If you have a specific application that you'd like blocked, tell me, and I'll write the application for you.
Thanks,
Dave
yeh the Deepfreeze.exe which wont end. I can Give you the EXE but its Passworded, You'll need to Reinstall windows From a CD once you're Done.
Interested?
Curiosity SKILLED the cat
Google Talk from your Mobile phone
Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|