Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. So what's wrong with a new look?

So what's wrong with a new look?

Scheduled Pinned Locked Moved The Lounge
cssquestion
39 Posts 25 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Mike Poz

    Anna-Jayne Metcalfe wrote:

    Other than that, I suspect the bane of our lives is going to be User Account Control (UAC).

    According to Microsoft that can be disabled, just go here Windows Vista User Account Control Step by Step Guide[^] and find the area "Disable Admin Approval Mode". The instructions are fairly straightforward. This will give you XP style administrator level ability for such things.

    Mike Poz

    D Offline
    D Offline
    Dan Neely
    wrote on last edited by
    #30

    Mike Poz wrote:

    Anna-Jayne Metcalfe wrote: Other than that, I suspect the bane of our lives is going to be User Account Control (UAC). According to Microsoft that can be disabled, just go here Windows Vista User Account Control Step by Step Guide[^] and find the area "Disable Admin Approval Mode". The instructions are fairly straightforward. This will give you XP style administrator level ability for such things.

    And just as instead of making the code work as a limited user, the standard developer solution to security hassles in NT/2K/XP has been 'run as an administrator', the vista solution will be 'turn off UAC'. Actual development practice will remain unchanged, and wide open user permissions will result in plenty of room for malware writers to hide.

    M 1 Reply Last reply
    0
    • E Edbert P

      I've read that several people - including my colleagues at work - complained about Vista's new look, Aero. I'm using Windows XP at the moment and I find the new XP skin much less of an eyesore compared to the 'classic' look. I like Vista's glassy look and I'm pretty sure many home users would love it too (that is if their PCs can run it). What I hate is that XP and Vista rearranged the furnitures, or so to speak, by moving the buttons/shortcuts/items around, grouping and presenting them in "smarter" way (e.g. Control Panel, File Search) - or so they think. So, let me ask you guys, what's wrong with Vista on the basis of new look only?

      "A democracy is nothing more than mob rule, where fifty-one percent of the people may take away the rights of the other forty-nine." - Thomas Jefferson "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." - Benjamin Franklin Edbert Sydney, Australia

      T Offline
      T Offline
      Thomas Eyde
      wrote on last edited by
      #31

      My showstopper are all the nag screens. I have never seen so many message dialogs per minute in my life! Almost whenever I do something I am told Windows need permission to continue. Can I turn this madness off somewhere?

      E 1 Reply Last reply
      0
      • D Dan Neely

        Mike Poz wrote:

        Anna-Jayne Metcalfe wrote: Other than that, I suspect the bane of our lives is going to be User Account Control (UAC). According to Microsoft that can be disabled, just go here Windows Vista User Account Control Step by Step Guide[^] and find the area "Disable Admin Approval Mode". The instructions are fairly straightforward. This will give you XP style administrator level ability for such things.

        And just as instead of making the code work as a limited user, the standard developer solution to security hassles in NT/2K/XP has been 'run as an administrator', the vista solution will be 'turn off UAC'. Actual development practice will remain unchanged, and wide open user permissions will result in plenty of room for malware writers to hide.

        M Offline
        M Offline
        Mike Poz
        wrote on last edited by
        #32

        dan neely wrote:

        And just as instead of making the code work as a limited user, the standard developer solution to security hassles in NT/2K/XP has been 'run as an administrator', the vista solution will be 'turn off UAC'. Actual development practice will remain unchanged, and wide open user permissions will result in plenty of room for malware writers to hide.

        Okay perhaps I'm not clear on what you're saying but if I have it right you think that by disabling UAC you open up the computer for all user levels (administrator through user level)? If that's what you are concerned about then you're mistaken. By disabling UAC on the system, in an administrator level account you get XP style administrator level ability. This doesn't give limited users full administrator level ability, it just gives them XP style limited user level ability. So in addition to disabling on UAC, in a limited user account, you'll still have to do the "run as..." if you want to do any system level changes while logged in as limited user. UAC is sort of a "are you sure you want to do this" kind of thing for Administrators where they're installing something they believe to be harmless and, basically user level, but then what they're installing is trying to alter things at the system level. You know, altering, adding, and deleting HKLM values, overwriting system level files, etc. Because of the way bad guys have been attacking windows left and right and kind hearted but not educated enough developers do things with system level files and settings, due Windows XP and before's architecture, it's just a new system level way of trying to prevent the accidental install of something REALLY bad without direct administrator confirmation. If you need to register a DLL consistantly as a developer, then you keep an elevated CMD window open and do it there. Then use that DLL in the non-elevated arena to make sure it works properly there. As with all things, once you understand how it works, you figure out the angles and work around them. -- modified at 17:32 Wednesday 20th September, 2006 Just clarified some things...

        Mike Poz

        T 1 Reply Last reply
        0
        • A Anna Jayne Metcalfe

          I generally like it, although I'm finding the new start menu to be a pain. Having said that, the "type a few characters and I'll find the command" thingy is useful. Other than that, I suspect the bane of our lives is going to be User Account Control (UAC). Unless Visual Studio is running with elevated privileges, registering an ATL DLL will result in E_ACCESSDENIED... X| I imagine that as more devs move over to Vista this is going to become one hot topic!

          Anna :rose: Currently working mostly on: Visual Lint :cool: Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.

          E Offline
          E Offline
          Edbert P
          wrote on last edited by
          #33

          Anna-Jayne Metcalfe wrote:

          the bane of our lives is going to be User Account Control (UAC)

          I can imagine home users and network admins at some companies giving users full privilege already...

          "A democracy is nothing more than mob rule, where fifty-one percent of the people may take away the rights of the other forty-nine." - Thomas Jefferson "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." - Benjamin Franklin Edbert Sydney, Australia

          1 Reply Last reply
          0
          • T Thomas Eyde

            My showstopper are all the nag screens. I have never seen so many message dialogs per minute in my life! Almost whenever I do something I am told Windows need permission to continue. Can I turn this madness off somewhere?

            E Offline
            E Offline
            Edbert P
            wrote on last edited by
            #34

            I think Anna-Jayne and Mike has the answer[^] for that already.

            "A democracy is nothing more than mob rule, where fifty-one percent of the people may take away the rights of the other forty-nine." - Thomas Jefferson "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." - Benjamin Franklin Edbert Sydney, Australia

            1 Reply Last reply
            0
            • B Brian Delahunty

              Christian Graus wrote:

              I also hate the way they move stuff around, I still use the classic start menu in XP.

              You'll hate the control panel in vista so! I must say, the new start menu is one of my favourite things about vista. In particular, the run/search box at the end of the start menu is simply amazing. I don't think I've click on the all programs link in months and I never open the classic run box any more. Regading the hardware, see my reply to below: http://www.codeproject.com/lounge.asp?msg=1676889#xx1676889xx

              Regards, Brian Dela :-)

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #35

              I dont like the new start menu in Vista. The new program listing is awfull. Alot of stuff in the control panel and "panels" have been changed. Some thing were extracted from a panel and moved to the root of the control panel:doh:, lol.

              static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

              1 Reply Last reply
              0
              • E Ed Poore

                It requires a new computer plain and simple.  I like my trusty Athlon XP 1800+ :->


                As of how to accomplish this, have you ever tried Google?
                Failing that try :badger::badger::badger:

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #36

                I ran beta 2 on my Athlon XP 1800(overclocked to 2.1ghz) it seems to run fine. I do need more memory, a raid hard-drive setup would help alot too.

                static int Sqrt(int x) { if (x<0) throw new ArgumentOutOfRangeException(); int temp, y=0, b=0x8000, bshft=15, v=x; do { if (v>=(temp=(y<<1)+b<>=1)>0); return y; :omg:

                1 Reply Last reply
                0
                • M Mike Poz

                  dan neely wrote:

                  And just as instead of making the code work as a limited user, the standard developer solution to security hassles in NT/2K/XP has been 'run as an administrator', the vista solution will be 'turn off UAC'. Actual development practice will remain unchanged, and wide open user permissions will result in plenty of room for malware writers to hide.

                  Okay perhaps I'm not clear on what you're saying but if I have it right you think that by disabling UAC you open up the computer for all user levels (administrator through user level)? If that's what you are concerned about then you're mistaken. By disabling UAC on the system, in an administrator level account you get XP style administrator level ability. This doesn't give limited users full administrator level ability, it just gives them XP style limited user level ability. So in addition to disabling on UAC, in a limited user account, you'll still have to do the "run as..." if you want to do any system level changes while logged in as limited user. UAC is sort of a "are you sure you want to do this" kind of thing for Administrators where they're installing something they believe to be harmless and, basically user level, but then what they're installing is trying to alter things at the system level. You know, altering, adding, and deleting HKLM values, overwriting system level files, etc. Because of the way bad guys have been attacking windows left and right and kind hearted but not educated enough developers do things with system level files and settings, due Windows XP and before's architecture, it's just a new system level way of trying to prevent the accidental install of something REALLY bad without direct administrator confirmation. If you need to register a DLL consistantly as a developer, then you keep an elevated CMD window open and do it there. Then use that DLL in the non-elevated arena to make sure it works properly there. As with all things, once you understand how it works, you figure out the angles and work around them. -- modified at 17:32 Wednesday 20th September, 2006 Just clarified some things...

                  Mike Poz

                  T Offline
                  T Offline
                  Thomas Eyde
                  wrote on last edited by
                  #37

                  The problem with this approach, which the folks at Microsoft should be very well aware of, is that on too many similar looking dialogs we will start to automatically click OK without checking. That's what I did after the 3rd dialog, anyway. It also disappointed me that I was offered no options to turn off this feature. -- Thomas

                  1 Reply Last reply
                  0
                  • R Ryan Binns

                    Edbert P wrote:

                    So what's wrong with a new look?

                    Absolutely nothing. I like it :). I don't understand why people don't like it.

                    Ryan

                    "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                    N Offline
                    N Offline
                    nicknotyet
                    wrote on last edited by
                    #38

                    Some people don't like change. Some people love to complain. Some people embrace change and prefer to be positive. :cool:

                    1 Reply Last reply
                    0
                    • E Edbert P

                      I've read that several people - including my colleagues at work - complained about Vista's new look, Aero. I'm using Windows XP at the moment and I find the new XP skin much less of an eyesore compared to the 'classic' look. I like Vista's glassy look and I'm pretty sure many home users would love it too (that is if their PCs can run it). What I hate is that XP and Vista rearranged the furnitures, or so to speak, by moving the buttons/shortcuts/items around, grouping and presenting them in "smarter" way (e.g. Control Panel, File Search) - or so they think. So, let me ask you guys, what's wrong with Vista on the basis of new look only?

                      "A democracy is nothing more than mob rule, where fifty-one percent of the people may take away the rights of the other forty-nine." - Thomas Jefferson "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." - Benjamin Franklin Edbert Sydney, Australia

                      D Offline
                      D Offline
                      derry755
                      wrote on last edited by
                      #39

                      That's depends on the favor of the specific person..:|

                      Doing is better than saying.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups