ide rather just get rid of some files, plz tell me how to this
and no wonder i didnt see it in nlite before, you know how that box pops up saying to check the stuff you use? well thats why.
i dont want programs not to work and stuff, i just want IE to not be able to work
big popup problems
#22
Posted 30 August 2005 - 09:29 PM
rip - oh, you had IE selected in the compatibility options - hehe. i don't have nLite installed right now, but you'll find the IE options in the "components" section i think. with IE selected (and NOT the core) it removes a few files and access to IE (no shortcuts, can't run "iexplore.exe", etc.), but IE is still there and functioning -- you can open an explorer window and key in an internet address and it will display the page. also, you still have access to "internet options" in the control panel.
then, to UNhide the "local" computer zone in internet options, i use this script (something tells me you can use gpedit.msc to do the same thing though). just stick it in notepad and save it with a VBS extension. this way i can configure security for stuff running locally...
then, to UNhide the "local" computer zone in internet options, i use this script (something tells me you can use gpedit.msc to do the same thing though). just stick it in notepad and save it with a VBS extension. this way i can configure security for stuff running locally...
Dim sReg, SH, Ret, iVal, sType, s
s = "Click YES to make IE Local Zone settings visible"
s = s & " in IE. Click NO to hide them."
Ret = MsgBox(s, 36)
Set SH = CreateObject("WScript.Shell")
If (Ret = 6) Then
iVal = 1
Else
iVal = 33
End If
sReg = "Software\Microsoft\Windows\CurrentVersion\"
sReg = sReg & "Internet Settings\Zones\0\Flags"
SH.RegWrite "HKLM\" & sReg, iVal, "REG_DWORD"
SH.RegWrite "HKCU\" & sReg, iVal, "REG_DWORD"
Set SH = Nothing
If (Ret = 6) Then
s = "The Local Zone should now be visible in IE"
s = s & " security window as My Computer."
MsgBox s, 64
Else
s = "Local Zone settings have been hidden."
MsgBox s, 64
End if
#23
Posted 31 August 2005 - 06:59 PM
well i think that im going to just be removing IE, but not the core,thx
#24
Posted 01 September 2005 - 06:08 PM
don't blame ya. you'll keep a lot of other functionality that isn't internet related by keeping the core. plus, you could still use a 3rd party IE shell, like maxathon, if you wanted to.
#25
Posted 03 September 2005 - 04:21 PM
dman, on Aug 30 2005, 07:31 PM, said:
Advantage of limited account is that it doesn't have the authority to install programs... this includes virus. Unfortunately it also means other programs. Most people find limited account too restrictive to be usable. A better approach is to start internet, IM and email through dropmyrights.exe. This will strip admin rights out of process as it is launched giving advantage of limited account, but otherwise computer will behave as expected with admin rights.
http://msdn.microsoft.com/library/default....ure11152004.asp
<{POST_SNAPBACK}>
http://msdn.microsoft.com/library/default....ure11152004.asp
<{POST_SNAPBACK}>
why wouldnt i want to use a limited account tho if i want to restrict her from all but 3 things? and no viruses/adaware/spyware can be installed?
#26
Posted 10 September 2005 - 05:41 PM
limited accounts still allow you to install programs but not all programs. although you can still install a whole lot.
basically i just want her to only use a few programs and to not be able to install anything. that other method rly sucks b/c u need to do it for every program that you have.
basically i just want her to only use a few programs and to not be able to install anything. that other method rly sucks b/c u need to do it for every program that you have.
This post has been edited by ripken204: 10 September 2005 - 05:56 PM
#27
Posted 11 September 2005 - 07:52 AM
has anyone thought that maybe the adware/spyware is using the filename iexplore.exe to put the user of and other programs?



Help


Back to top









