Page 2 of 4 FirstFirst 1234 LastLast
Results 17 to 32 of 52

Thread: Windows 7 UAC replacer

  1. #17
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by rushholme View Post
    At the moment, I am running CPU-Z constantly as I am testing an overclock. Ditto realtemp.
    Then the solution is simple. Disable UAC while you are OCing your rig. Pointless to have UAC on if all you doing is: change bios setting --> boot up --> benchmark using whatever --> monitor temps/load.

    Rinse and repeat x times.

    Just turn it off for the duration of however long it takes you to reach you final and stable OC and then just turn it back on once you have finished.

  2. #18
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by Haiku32 View Post
    I find UAC most annoying when opening large exe files. I hate when you download, for example, a demo for a game and it comes as a 2gb exe file. It takes about 20 minutes for it to actually open because the UAC is checking it over or something. Very frustrating, especially when you can't tell if there's something up with it or if it's just the UAC.
    Totally agree with this.

    I was disapointed that in win7 they don't throw up some kind of 'waiting....' box, mabye with a progress bar.
    throw new ArgumentException (String, String, Exception)

  3. #19
    Senior Member this_is_gav's Avatar
    Join Date
    Dec 2005
    Posts
    4,854
    Thanks
    175
    Thanked
    255 times in 217 posts

    Re: Windows 7 UAC replacer

    It's not UAC that though, is it? It's the 'are you sure you want to open this file' type box thing that started in XP. It only affects files downloaded in IE as I remember, and can be disabled with a registry edit anyway.

    I certainly don't get any hesitation now anyway.

    Agreed that there should be some indication of activity though.

  4. #20
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Windows 7 UAC replacer

    No, part of UAC is inspecting each proccess before you actually create it.

    it has some simple huristics to see if it should be run as administrator. Running those takes a little time.

    then there is windows defender which has to scan all 2gb of the file.

    I think that is where the wait comes from, but am not certain.

    The XP style prompt is the cross zone warning, which is a damn good idea and should certainly not be disabled with a registry edit. It requires user intervention when running code which originated outside of the trusted zones. Its a total must. One of the exploited flaws in Safari wouldn't of happened if apple knew how to program, and hadn't circumvented this measure.
    throw new ArgumentException (String, String, Exception)

  5. #21
    Member
    Join Date
    Aug 2009
    Posts
    165
    Thanks
    1
    Thanked
    11 times in 11 posts
    • rushholme's system
      • Motherboard:
      • Asus Sabertooth 55i
      • CPU:
      • i5 760 @ 4ghz
      • Memory:
      • 4GB 1600mhz DDR3
      • Storage:
      • OCZ Vertex 2
      • Graphics card(s):
      • GTX 460 1gb
      • PSU:
      • 650W Coolermaster
      • Operating System:
      • Win7 64
      • Internet:
      • 20MB

    Re: Windows 7 UAC replacer

    Comodo Firewall/HIPS on paranoid mode is a better solution. At least it remembers my choices.

    I think I'll disable UAC and the cross zone warning as Win7 will not remember anything.

  6. #22
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by rushholme View Post
    Comodo Firewall/HIPS on paranoid mode is a better solution. At least it remembers my choices.

    I think I'll disable UAC and the cross zone warning as Win7 will not remember anything.
    What part of that requires UAC and virtualization to be turned off?
    throw new ArgumentException (String, String, Exception)

  7. #23
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: Windows 7 UAC replacer

    Remembering stuff isn't that good an idea for UAC anyway - it's sort of "yeah, remember my choice and open this security hole in my system forever" for system changes - it's quite different from having a firewall only prompt if the binary has changed (a far easier gate to impose in such a way). Remember this for n minutes might make sense in certain circumstances but at the end of the day you can't have security without some obstruction - it's a tradeoff.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  8. #24
    Senior Member
    Join Date
    May 2009
    Location
    Norfolk
    Posts
    474
    Thanks
    3
    Thanked
    26 times in 26 posts
    • pipTheGeek's system
      • Motherboard:
      • Asus P6T Deluxe
      • CPU:
      • Core i7 920 @ 3.6GHz
      • Memory:
      • 3 * 2Gb Corsair XMS @ DDR3 1800
      • Storage:
      • 300GB 15K SAS + 500Gb
      • Graphics card(s):
      • GTX570
      • PSU:
      • corsair 760i
      • Case:
      • Corsair 550d
      • Operating System:
      • Windows 7
      • Monitor(s):
      • Dell Alienware 23"
      • Internet:
      • VM 50Mb

    Re: Windows 7 UAC replacer

    Quote Originally Posted by TheAnimus View Post
    No, part of UAC is inspecting each proccess before you actually create it.

    it has some simple huristics to see if it should be run as administrator. Running those takes a little time.

    then there is windows defender which has to scan all 2gb of the file.

    I think that is where the wait comes from, but am not certain.

    The XP style prompt is the cross zone warning, which is a damn good idea and should certainly not be disabled with a registry edit. It requires user intervention when running code which originated outside of the trusted zones. Its a total must. One of the exploited flaws in Safari wouldn't of happened if apple knew how to program, and hadn't circumvented this measure.
    I have no idea if this is actually true, I had never heard of it before though, I don't belive UAC is that intelligent and this delay exists on XP as well.
    It is becuase the OS is loading the file to validate its signature. Normally your on-access virus scanner is also scanning the file while the OS is loading it. This all takes time. Although I agree, some sort of indication of activity would be really nice.

    I do think it would be nice if you could not only set a shortcut to always run as Admin, but also not to prompt when running it. For instance, at work I have Visual Studio 2005 and various mmc consoles, all of which must run as admin, it would be nice to make the prompts go away. It's not enough of an annoyance to make me want to turn UAC off though.

  9. #25
    Banned
    Join Date
    Aug 2009
    Posts
    165
    Thanks
    0
    Thanked
    7 times in 7 posts

    Re: Windows 7 UAC replacer

    Just turn UAC off. I have. No regrets.

  10. #26
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by Dragonclaw View Post
    Just turn UAC off. I have. No regrets.
    Said the man who built his house on the sand.

    Seriously this rock keeps away tigers, I don't see any tigers, wanna buy my rock?

    Don't comment on things based on constrained observation, it makes you look very stupid.
    Quote Originally Posted by pipTheGeek View Post
    I have no idea if this is actually true, I had never heard of it before though, I don't belive UAC is that intelligent and this delay exists on XP as well.
    Well it is, and its easy to observe, whilst for security via obsecurity sakes UAC dosen't detail these heuristics, they exist. Open notepad, it won't prompt for UAC, open installer.exe it will prompt before it tries to do anything if its worked.
    Quote Originally Posted by Dragonclaw View Post
    It is becuase the OS is loading the file to validate its signature. Normally your on-access virus scanner is also scanning the file while the OS is loading it. This all takes time. Although I agree, some sort of indication of activity would be really nice.
    Signature, what signature. These aren't .Net.

    My home on access virus scanner this week is Kapersky and it shows you a dialogue box.
    Quote Originally Posted by Dragonclaw View Post
    I do think it would be nice if you could not only set a shortcut to always run as Admin, but also not to prompt when running it. For instance, at work I have Visual Studio 2005 and various mmc consoles, all of which must run as admin, it would be nice to make the prompts go away. It's not enough of an annoyance to make me want to turn UAC off though.
    But if you've set the shortcut to always be admin, isn't it a tiny bit of a flaw in security?

    There is nothing stopping you making one shortcut which launches them all!
    throw new ArgumentException (String, String, Exception)

  11. #27
    Banned
    Join Date
    Aug 2009
    Posts
    165
    Thanks
    0
    Thanked
    7 times in 7 posts

    Re: Windows 7 UAC replacer

    constrained observation! lol

    UAC is a pain in the butt unless you haven't a clue how to use a PC. Then it should probably be left active.

    No need for me to activate it. Never did in Vista. Never had any issues. Maybe that isn't normal for you Ani but i even don't have an AV running. Been years since i installed one. Again, never had any issues. Even when i have run the odd scan, always comes up clean. Lucky? Not really. Just careful what i do with PC. Plus i only use it for a limited amount of surfing and work related stuff.

  12. #28
    Does he need a reason? Funkstar's Avatar
    Join Date
    Aug 2005
    Location
    Aberdeen
    Posts
    19,874
    Thanks
    630
    Thanked
    965 times in 816 posts
    • Funkstar's system
      • Motherboard:
      • Gigabyte EG45M-DS2H
      • CPU:
      • Intel Core2Quad Q9550 (2.83GHz)
      • Memory:
      • 8GB OCZ PC2-6400C5 800MHz Quad Channel
      • Storage:
      • 650GB Western Digital Caviar Blue
      • Graphics card(s):
      • 512MB ATI Radeon HD4550
      • PSU:
      • Antec 350W 80+ Efficient PSU
      • Case:
      • Antec NSK1480 Slim Mini Desktop Case
      • Operating System:
      • Vista Ultimate 64bit
      • Monitor(s):
      • Dell 2407 + 2408 monitors
      • Internet:
      • Zen 8mb

    Re: Windows 7 UAC replacer

    Quote Originally Posted by Dragonclaw View Post
    UAC is a pain in the butt unless you haven't a clue how to use a PC. Then it should probably be left active.

    No need for me to activate it. Never did in Vista. Never had any issues. Maybe that isn't normal for you Ani but i even don't have an AV running. Been years since i installed one. Again, never had any issues. Even when i have run the odd scan, always comes up clean. Lucky? Not really. Just careful what i do with PC. Plus i only use it for a limited amount of surfing and work related stuff.
    That may be, I still wouldn't recommend doing the same to others.

    you may be careful, but is the OP or anyone else you recommend the above to? Do they also "only use it for a limited amount of surfing and work"?

  13. #29
    Banned
    Join Date
    Aug 2009
    Posts
    165
    Thanks
    0
    Thanked
    7 times in 7 posts

    Re: Windows 7 UAC replacer

    If i help a family member (Not an arm or leg!!) with a pc i usually tell them to leave it on. Makes sense for them if they haven't a clue.

  14. #30
    Member
    Join Date
    Aug 2009
    Posts
    165
    Thanks
    1
    Thanked
    11 times in 11 posts
    • rushholme's system
      • Motherboard:
      • Asus Sabertooth 55i
      • CPU:
      • i5 760 @ 4ghz
      • Memory:
      • 4GB 1600mhz DDR3
      • Storage:
      • OCZ Vertex 2
      • Graphics card(s):
      • GTX 460 1gb
      • PSU:
      • 650W Coolermaster
      • Operating System:
      • Win7 64
      • Internet:
      • 20MB

    Re: Windows 7 UAC replacer

    Quote Originally Posted by Funkstar View Post
    That may be, I still wouldn't recommend doing the same to others.

    you may be careful, but is the OP or anyone else you recommend the above to? Do they also "only use it for a limited amount of surfing and work"?
    The OP has hardened his PC, runs antivir with a2 and comodo firewall/HIPS but uses the PC for a wide variety of uses.

    He has a good understanding of XP's security but no clue about UAC.

  15. #31
    Registered+
    Join Date
    Aug 2009
    Posts
    90
    Thanks
    5
    Thanked
    8 times in 8 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by Dragonclaw View Post
    constrained observation! lol

    UAC is a pain in the butt unless you haven't a clue how to use a PC. Then it should probably be left active.

    No need for me to activate it. Never did in Vista. Never had any issues. Maybe that isn't normal for you Ani but i even don't have an AV running. Been years since i installed one. Again, never had any issues. Even when i have run the odd scan, always comes up clean. Lucky? Not really. Just careful what i do with PC. Plus i only use it for a limited amount of surfing and work related stuff.

    Same story here. No UAC for me, no anti-virus, and when I have run a scanner (which I've usually only done to prove the point that AV is useless), my system's always come out clean. I did suffer the Blaster worm, although that was due to a security hole in Windows, and wasn't something I recall any of the AV apps of the time doing much to stop. And that's the thing with AV, isn't it? It's got about a 90% chance of catching existing and known problems, and is generally rather useless at catching the new stuff. So if you're sensible enough to be careful, there's just no point in AV.

    Besides, it seems to me that all AV does is promote viruses. How many times do you come across a PC with AV software that's crawling with them? People just seem to think that being "protected" means they can be negligent. Not quite how it works out for them, though.

  16. #32
    Senior Member this_is_gav's Avatar
    Join Date
    Dec 2005
    Posts
    4,854
    Thanks
    175
    Thanked
    255 times in 217 posts

    Re: Windows 7 UAC replacer

    Quote Originally Posted by blackbirds View Post
    I did suffer the Blaster worm, although that was due to a security hole in Windows
    UAC would have stopped that though.

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 15
    Last Post: 27-06-2010, 10:09 AM
  2. On Windows 7
    By Paul Adams in forum Software
    Replies: 1
    Last Post: 01-06-2009, 11:59 PM
  3. Windows 7 Product Editions
    By digit in forum Software
    Replies: 0
    Last Post: 04-02-2009, 09:33 AM
  4. Windows Installation Fatal Error
    By Weng in forum Software
    Replies: 23
    Last Post: 16-10-2004, 02:57 PM
  5. Windows XP Email?
    By joshwa in forum Software
    Replies: 9
    Last Post: 18-01-2004, 09:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •