#56303 - 2001-06-06 03:33 PM
Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
Please somebody let me know how to disable folppy drive for NTWKS without Admin PrivilageItried REGINI, FlOPPYLOCK, all this need Local Admin Privilage,I havent seen any solutin on preevious archives also. Any other way???
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56304 - 2001-06-06 04:06 PM
Re: Help!!!!!!!!!!!!!!!
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Hi Saleem,You're caught in the classic "Windows NT Security Catch-22" You're trying to perform an administrative task - using a user's context (logon script). When you really think about it - anything that can be done in the login script can also (by default) be un-done by the user. I think you might only have one option here - and that is to build an "administrative" KiXtart script that scans a list of hostnames (in a flatfile), then copies floplock out to each workstation, then uses something like XNET and SC to remotely install and activate it... The other benefit of doing it remotely is that once it's installed on all your workstations - you can discard the script - as opposed to having to leave it in the logon script (forever) to support future workstation deployment (assuming that you'll be rolling FLOPLOCK into your new "workstation images") I mean - the only other thing you can do is to "hide" the A: drive - and we all know what a "joke" that is... It's too bad Microsoft didn't design the logon process to run at an "elevated" security level (eg, at local admin level). If properly implemented, I don't think this would have introduced many serious security holes. Oh well ! How many workstations are we talking about here ? -Shawn
|
Top
|
|
|
|
#56306 - 2001-06-06 04:30 PM
Re: Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
Thanx for ur immediate response..Shawan-- I think ur suggetion is bit complex way, I 'll see it as a last option. jpols-- I have more than 200 WKS scatered diffrent locations it's very hard to go induviduel pc's and work on BIO's setup. I wish if I could get any Utility.
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56310 - 2001-06-06 07:42 PM
Re: Help!!!!!!!!!!!!!!!
|
Anonymous
Anonymous
Unregistered
|
Well ... why not let Winlogon run the file in system context? See http://www.winguides.com/registry/display.php/210/ Hope it'll help you. [This message has been edited by Strøm (edited 06 June 2001).]
|
Top
|
|
|
|
#56311 - 2001-06-06 08:57 PM
Re: Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
Stromcould u specify a bit more?? Like which file and how ??
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56314 - 2001-06-07 09:46 AM
Re: Help!!!!!!!!!!!!!!!
|
Anonymous
Anonymous
Unregistered
|
- ShawnWell ... start Scheduler Service in system account ... have AT open a CMD, then the key should be editable (sorry, I can't get to test right now.). Roll-out by using system policy.
|
Top
|
|
|
|
#56316 - 2001-06-07 05:58 PM
Re: Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
I am testing SU now and I found out SU has to be installed as a service, which again required admin privilage !!!!! Any way ??
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56317 - 2001-06-07 06:27 PM
Re: Help!!!!!!!!!!!!!!!
|
Bryce
KiX Supporter
   
Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
|
|
Top
|
|
|
|
#56320 - 2001-06-09 12:41 AM
Re: Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
Guys I am very close to victory……. See my code $flokey="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Floppy\" $flokeyval="Start" $Flodata="4" $flotype="REG_DWORD" $rkey=readvalue($flokey,$flokeyval) if (ingroup ("ITD Global Group") or INGROUP("ENABLEDA"))= 0 if ($rkey <> $Flodata) shell "call \\server\hideshare$\log1.bat" $wr=WRITEVALUE($flokey,$flokeyval,$flodata,$flotype) endif endif Log1.bat \\fileprintho\ssaver$\su 000182 < c:\pass.txt “\\sever\hideshare$\regini \\server\hideshare$\reg.txt” Now my only concern is about reg.txt which is a plain text , A high security breech !!! How can I tackle this ?? Hey …….. Thanks very much for ur valuable suggestion guys…. Really it helped me a lot..
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56321 - 2001-06-09 12:44 AM
Re: Help!!!!!!!!!!!!!!!
|
Saleem
Hey THIS is FUN
Registered: 2001-04-11
Posts: 280
Loc: UAE
|
SORRY.............. NOT REG.TXTPASS.TXT WHERE I AM WRITING ADMIN PASSWORED
_________________________
“I’ll not change you unless you don’t have intention to change yourself”
--H:Quran
|
Top
|
|
|
|
#56322 - 2001-07-19 11:22 AM
Re: Help!!!!!!!!!!!!!!!
|
Anonymous
Anonymous
Unregistered
|
Take a look at Microsoft KB article "How to Restrict Floppy Disk Drive Access Using Floplock Service [Q185704]"
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 1574 anonymous users online.
|
|
|