Page 3 of 4 FirstFirst 1234 LastLast
Results 33 to 48 of 50

Thread: Windows 7 next year?

  1. #33
    Splash
    Guest

    Re: Windows 7 next year?

    Quote Originally Posted by TheAnimus View Post
    I think UAC does that on its own.
    Or rather would, if only Microsoft made a compelling reason for Joe User not to just disable it. I run it on all the time, my Dad would probably disable it and then cry when he got hit by a drive-by installer from his browser which trashed his machine and start a rant about how poor an OS is because he thought it was the most secure version yet.

    Unfortunately until people (and this goes for developers as much as users: why should an application require full administrative access in order to run?) get out of this "I know what I'm doing, I run everything as root" mentality then UAC is pretty much useless.

  2. #34
    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 next year?

    Quote Originally Posted by Splash View Post
    Unfortunately until people (and this goes for developers as much as users: why should an application require full administrative access in order to run?) get out of this "I know what I'm doing, I run everything as root" mentality then UAC is pretty much useless.
    But that's chicken and egg - MS have to make the first move to force developers to conform. Of course that doesn't absolve users from needing to change attitudes - you can't add security without restriction after all - but most of the problem is that they're used to be able to do anything, anytime on Windows without encumberance. The other part of the problem is they read lots of people saying it's crap and then turn it off thinking they know best. Whilst that might be true for a narrow band of users - what about the average punter? Absolutely not.

    Windows is held back (like a lot of software) by people's inability to accept change (note: for good reasons). MS have taken a lot of flak over Vista due to solid technical decisions - the new driver model, encouraging you not to run as admin and introducing UAC. All of those things are there to tackle the serious flaws in it's predecessor.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  3. #35
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Windows 7 next year?

    Quote Originally Posted by Splash View Post
    Or rather would, if only Microsoft made a compelling reason for Joe User not to just disable it. I run it on all the time, my Dad would probably disable it and then cry when he got hit by a drive-by installer from his browser which trashed his machine and start a rant about how poor an OS is because he thought it was the most secure version yet.

    Unfortunately until people (and this goes for developers as much as users: why should an application require full administrative access in order to run?) get out of this "I know what I'm doing, I run everything as root" mentality then UAC is pretty much useless.
    the big problem with UAC in my mind is the assumption that trust should only be granted instantaneously - if i'm doing five "root" actions within a minute, i should not need to agree to a UAC prompt for all of them. by all means keep normal confirm prompts, but asking again and again and again and again to agree to UAC prompts is silly

    on a linux system with "sudo", there's a short grace period after you show yourself to be wearing your "system administrator hat" whereby it's assumed that you don't want to be bugged again about it.

    the administrator needs greater powers than they have - it's maddening that even when you use "run as administrator", explorer will still tell you to bugger off when trying to explore certain folders, as you lack permissions. STOP. do not pass go. the administrator knows all. if the administrator wants in, let him in.

    those are my grievances with UAC. i was hoping SP1 would address some of them.

  4. #36
    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 next year?

    Quote Originally Posted by directhex View Post
    the big problem with UAC in my mind is the assumption that trust should only be granted instantaneously - if i'm doing five "root" actions within a minute, i should not need to agree to a UAC prompt for all of them. by all means keep normal confirm prompts, but asking again and again and again and again to agree to UAC prompts is silly
    Explorer did this for certain file actions - but they did improve it. Interestingly Directory Opus got it right from the get-go demonstrating that it was possible to write software that fitted into the model.
    The noise has decreased but I think many users won't accept even one prompt.

    Quote Originally Posted by directhex View Post
    the administrator needs greater powers than they have - it's maddening that even when you use "run as administrator", explorer will still tell you to bugger off when trying to explore certain folders, as you lack permissions. STOP. do not pass go. the administrator knows all. if the administrator wants in, let him in.
    That's ownership though, surely? Whilst it is a murky, complicated world - taking ownership isn't toooooo hard.. I find this quite handy - add the following to a text file and save it as ownership.reg or similar:

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_CLASSES_ROOT\*\shell\runas]
    @="Take Ownership"
    "NoWorkingDirectory"=""
    
    [HKEY_CLASSES_ROOT\*\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas]
    @="Take Ownership"
    "NoWorkingDirectory"=""
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    When you right click you'll see a new option "Take Ownership"


    GUI version:



    TakeControlb2.zip - Windows Live SkyDrive
    Last edited by dangel; 08-04-2008 at 02:40 PM.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  5. #37
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Windows 7 next year?

    Quote Originally Posted by dangel View Post
    Explorer did this for certain file actions - but they did improve it. Interestingly Directory Opus got it right from the get-go demonstrating that it was possible to write software that fitted into the model.
    The noise has decreased but I think many users won't accept even one prompt.
    explorer will show you a "be administrator for as many actions as you have selected" window, which will apply for (say) dragging 3 files at once to somewhere naughty. it doesn't handle, say, dragging one file at a time to three naughty locations. that's the complaint. i want a sudo-style "caching" of the fact that i'm being an admin.

    That's ownership though, surely? Whilst it is a murky, complicated world - taking ownership isn't toooooo hard.. I find this quite handy - add the following to a text file and save it as ownership.reg or similar:
    but it happens on system folders like (say) Application Data

    and i don't want to mess with those.

    i just think Administrator should be able to implicitly ignore all permissions if he wants to - otherwise, what's the point?

  6. #38
    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 next year?

    Quote Originally Posted by directhex View Post
    explorer will show you a "be administrator for as many actions as you have selected" window, which will apply for (say) dragging 3 files at once to somewhere naughty. it doesn't handle, say, dragging one file at a time to three naughty locations. that's the complaint. i want a sudo-style "caching" of the fact that i'm being an admin.
    So you want explorer to allow you to do 3 unrelated actions with the same elevations? I might try turning UAC on to see what Opus does.. but i'd expect the same.

    Quote Originally Posted by directhex View Post
    but it happens on system folders like (say) Application Data

    and i don't want to mess with those.

    i just think Administrator should be able to implicitly ignore all permissions if he wants to - otherwise, what's the point?
    You can take ownership of Application Data (or ProgramData - App Data is just a junction on Vista) without causing mass destruction - multiple owners are allowed after all. I see what you mean though, and I've always felt that permissions and ownership are far too complicated at both file system and registry level, but it's outside the scope of UAC full stop. I guess the thing you're looking for is to be system - he who can (really) do anything.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  7. #39
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Windows 7 next year?

    Quote Originally Posted by dangel View Post
    I guess the thing you're looking for is to be system - he who can (really) do anything.
    I think that is it - with 'rootly powers' comes 'rootly responsibility' - unfortunately I don't think the average Windows user understands that. In a *nix environment root can do rm -rf * and the system will obey. In Windows you would get loads of dire warnings - and probably correctly so. It is almost as if there should be a hierarchy of administration rights - from novice to expert - but then everyone would select expert - with appropriate consequences.

    This is a chicken/egg situation. MS have insdvertently made a rod for their own back. Early consumer products had little security to speak of, the professional products rolled out to corporate bodies had system admins that understood their rights and responsibilities.

    Rolling out the professional products to the average user meant that security had to be relaxed - it had to work out of the box. Tightening up (correctly) on security now is going to cause pain, grief and irritation to users who don't understand the concepts or requirements.

    As Directhex says, the ability to run with limited admin powers while logged on as an ordinary user would be useful (although sudo itself needs setting up/administering - so it would have to built in out of the box).
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  8. #40
    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 next year?

    if UAC had a grace peroid, before asking people again, how many would get drive by download infections during that peroid?

    I think the valid complaint is with explorer. Again. (see my many ramblings on the ****tieness of explorer)

    But this time because UAC has been bolted onto it as if it where a XP app.

    The vista explorer should build a queue of all the actions your trying to do, and allow you to have a quiet option.
    throw new ArgumentException (String, String, Exception)

  9. #41
    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 next year?

    Quote Originally Posted by TheAnimus View Post
    if UAC had a grace peroid, before asking people again, how many would get drive by download infections during that peroid?

    I think the valid complaint is with explorer. Again. (see my many ramblings on the ****tieness of explorer)

    But this time because UAC has been bolted onto it as if it where a XP app.

    The vista explorer should build a queue of all the actions your trying to do, and allow you to have a quiet option.
    I *hate* explorer - and that's not limited to Windows Vista. It's only when you use something better that you realise what a smacktard it is.
    Last edited by dangel; 08-04-2008 at 04:21 PM. Reason: vital wordage missed out coffee wearing off must stay awake aaaaaaaaaaaaaargghhh
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  10. #42
    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 next year?

    used the norton desktop with the pile of poo that was win 3.1

    that had a truely great file explorer!
    throw new ArgumentException (String, String, Exception)

  11. #43
    Splash
    Guest

    Re: Windows 7 next year?

    But... parent/child security token inheritance - start an application with administrative privileges (a command prompt, for instance) and anything launched from that session inherits the admin privileges. It's not something I've tried, but I would imagine running explorer.exe will allow you to do the things that you ask.

    People do have a point though: the poor security model that most people are used to is a bad thing, and the only way to change it is to get people to understand why it's needed. Anyone (and I mean anyone) that runs their browser with admin credentials because they "know about computers and so they can" deserves every infection that they get in my eyes.

  12. #44
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Windows 7 next year?

    Quote Originally Posted by TheAnimus View Post
    if UAC had a grace peroid, before asking people again, how many would get drive by download infections during that peroid?
    mmm... not many, i would hope, but maybe it IS just hope. but the wife has taken to shouting in annoyance whenever UAC gets in her way, since it's so ham-fisted with it. i haven't admitted UAC can be disabled.

    I think the valid complaint is with explorer. Again. (see my many ramblings on the ****tieness of explorer)

    But this time because UAC has been bolted onto it as if it where a XP app.

    The vista explorer should build a queue of all the actions your trying to do, and allow you to have a quiet option.
    i just wish UAC were configurable, so at least my desired scenario were possible - i.e. a middle ground between "off" and "click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue. click continue."

  13. #45
    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 next year?

    Do you mean the UAC (make the screen go dark) prompts which require password, or the "Are you sure you wish to do this?" ones?
    throw new ArgumentException (String, String, Exception)

  14. #46
    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 next year?

    You ought not to have to configure it though - explorer ought to work well with it given the explorer team can probably (via several layers of management) speak to the UAC team.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  15. #47
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Windows 7 next year?

    Quote Originally Posted by TheAnimus View Post
    Do you mean the UAC (make the screen go dark) prompts which require password, or the "Are you sure you wish to do this?" ones?
    the dark ones.

    i don't mind being asked "are you sure". sometimes i'm not. but damnit, i'm the Administrator! respect mah autoritah!

  16. #48
    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 next year?

    What are you constantly doing that provokes the prompts then?
    I'm interested to know the sequence that causes this barrage of prompting and the necessity of doing it..
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


Page 3 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. TV Tuner, Windows Media Centre and Windows Vista Home Premium.
    By oimi in forum Help! Quick Relief From Tech Headaches
    Replies: 5
    Last Post: 17-11-2008, 05:16 PM
  2. Windows security probs? You WILL have to pay to fix 'em!
    By Bob Crabtree in forum HEXUS News
    Replies: 18
    Last Post: 20-02-2006, 10:38 PM
  3. Replies: 7
    Last Post: 14-07-2005, 11:09 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
  •