How i Lock my Harddisk drive in c#.net
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
CodeProject does not mean we offer the code and project directly. X|
I Love KongFu~
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
john ramesh john wrote:
im developing driver lock project
Good
john ramesh john wrote:
i could not find the code in c#.net, could u do and sent me the source code and project.
So you're not really. You actually want someone else to do it for you. Suggestion. Get your wallet out and head to rentacoder.com
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
Do your own homework
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
-
hi......... im developing driver lock project. i could not find the code in c#.net, could u do and sent me the source code and project.
As i hav seen all previous reply's to "kabhi bhi is tarah se kahabhi kaise bhi sawal mat poocho " but i m interested to give the answer here is solution. Actually locking is not done by the code. What u hav to do is, first understand the Windows Registry basics. Once u hav understood the basic about windows registry u can lock any drive on hard disk. There is key in windows registry(refer it from documentations ). I m not sure but it contais 32 bits. the bit is either 1 or 0 Suppose u want ot lock c: then simply change 1 to 0 at appropriate position. 11111111111111111111111111111111 change it to 11011111111111111111111111111111 I hav written same program that changes this registry key.
-
I think the easiest way to do this is go to the keyboard. Press the Button with the "Window" on it + "L". That should lock your Hard Drive/PC. Good luck. :confused: :doh:
Excellence is doing ordinary things extraordinarily well.
perfect reply. :-D
-
As i hav seen all previous reply's to "kabhi bhi is tarah se kahabhi kaise bhi sawal mat poocho " but i m interested to give the answer here is solution. Actually locking is not done by the code. What u hav to do is, first understand the Windows Registry basics. Once u hav understood the basic about windows registry u can lock any drive on hard disk. There is key in windows registry(refer it from documentations ). I m not sure but it contais 32 bits. the bit is either 1 or 0 Suppose u want ot lock c: then simply change 1 to 0 at appropriate position. 11111111111111111111111111111111 change it to 11011111111111111111111111111111 I hav written same program that changes this registry key.
to lock C: drive the DWORD value would be 10bin(2dec) not 11011111111111111111111111111111bin. Following values lock the drive typed at right side. (1a : 1 locks A: drive, and 12cd: 12dec(1100bin) locks C: and D: drives. 1a 2b 3ab 4c 5ac 6bc 7abc 8d 9ad 10bd 11abd 12cd . . 16e . 32f . 64g