Click here to Skip to main content
16,004,991 members
Home / Discussions / System Admin
   

System Admin

 
QuestionUSB Removable Drive Detection in Win CE 5.0 Pin
cyberanee21-Jun-07 21:06
cyberanee21-Jun-07 21:06 
QuestionHow to retreive data lost by moving data between drives?? Pin
Kiran Satish21-Jun-07 5:34
Kiran Satish21-Jun-07 5:34 
AnswerRe: How to retreive data lost by moving data between drives?? Pin
Dave Kreskowiak21-Jun-07 7:44
mveDave Kreskowiak21-Jun-07 7:44 
QuestionHow do I kill an 'access denied' process? Pin
sharma sanjeev19-Jun-07 22:48
sharma sanjeev19-Jun-07 22:48 
AnswerRe: How do I kill an 'access denied' process? Pin
vimal_yet20-Jun-07 0:34
vimal_yet20-Jun-07 0:34 
GeneralRe: How do I kill an 'access denied' process? Pin
sharma sanjeev20-Jun-07 2:57
sharma sanjeev20-Jun-07 2:57 
AnswerRe: How do I kill an 'access denied' process? Pin
Craster20-Jun-07 3:52
Craster20-Jun-07 3:52 
AnswerRe: How do I kill an 'access denied' process? Pin
Dave Kreskowiak20-Jun-07 5:13
mveDave Kreskowiak20-Jun-07 5:13 
Just because your an admin on the machine doesn't mean you have "God" rights to everything. These processes cannot be killed because they're running in a system security context, basically in Ring 0 in the kernel space. Even as an Admin, you have no rights to kill a Ring 0 process.


sharma sanjeev wrote:
Wouldn't it be possible to have a program that would act like a virus, it would just tell the hdd to overwrite those particular clusters, period.


No, because those blocks will be locked by the filesystem.


sharma sanjeev wrote:
Is there a service that protects files / processes?


No, it's built into the NTFS and Security subsystems. They are not services that you see in the Service Manager.


sharma sanjeev wrote:
can't I set the 'permissions' (or whatever they are called) to allow me to kill any process?


No. You can't kill, or even get permissions to kill, a process that's above your own security level.



sharma sanjeev wrote:
1. delete the process from memory, like a virus.


Can't be done. Did you think the Security Manager was just there for looks?


sharma sanjeev wrote:
2. reset the permissions for the process, so that I can kill it myself.


You cannot grant yourself permissions higher than your own account. Again, security is there for a reason.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How do I kill an 'access denied' process? Pin
quacks_a_lot28-Jun-07 16:44
quacks_a_lot28-Jun-07 16:44 
AnswerRe: How do I kill an 'access denied' process? Pin
Jeffrey Walton5-Jul-07 3:37
Jeffrey Walton5-Jul-07 3:37 
QuestionWhere is my Cookies Folder? Pin
chand1019-Jun-07 17:55
chand1019-Jun-07 17:55 
AnswerRe: Where is my Cookies Folder? Pin
WoutL19-Jun-07 20:40
WoutL19-Jun-07 20:40 
GeneralRe: Where is my Cookies Folder? Pin
chand1019-Jun-07 21:36
chand1019-Jun-07 21:36 
QuestionInaccessible folder Pin
Kevnar19-Jun-07 8:37
Kevnar19-Jun-07 8:37 
AnswerRe: Inaccessible folder Pin
MatrixCoder19-Jun-07 14:11
MatrixCoder19-Jun-07 14:11 
GeneralRe: Inaccessible folder Pin
Craster20-Jun-07 0:20
Craster20-Jun-07 0:20 
AnswerRe: Inaccessible folder Pin
Craster20-Jun-07 0:19
Craster20-Jun-07 0:19 
GeneralRe: Inaccessible folder [modified] Pin
Pawel Krakowiak17-Dec-07 6:10
Pawel Krakowiak17-Dec-07 6:10 
QuestionNeed article to setup ISA on windows server 2003 Pin
Mekong River19-Jun-07 0:21
Mekong River19-Jun-07 0:21 
Questionwindows hanging problem Pin
manni_n18-Jun-07 9:28
manni_n18-Jun-07 9:28 
AnswerRe: windows hanging problem Pin
Thisita10-Jul-07 14:54
Thisita10-Jul-07 14:54 
Questionrecover a deleted project file Pin
swissmiss8618-Jun-07 7:04
swissmiss8618-Jun-07 7:04 
AnswerRe: recover a deleted project file Pin
Dave Kreskowiak18-Jun-07 7:51
mveDave Kreskowiak18-Jun-07 7:51 
AnswerRe: recover a deleted project file Pin
vimal_yet18-Jun-07 18:58
vimal_yet18-Jun-07 18:58 
AnswerRe: recover a deleted project file Pin
Jonathan [Darka]21-Jun-07 5:23
professionalJonathan [Darka]21-Jun-07 5:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.