How to check if a program is working?

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #21

    Opera Launcher.exe?


    I know little of the desktop version of Opera. Is it possible to launch it via opera.exe or does Launcher.exe need to be used?

    I've just tried setting UAC to maximum and everything still works so that's not the issue.
      My Computer


  2. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #22

    Malware bypass UAC - is it possible?


    Tookeri said:
    That article is written for people who have Windows XP. For Vista and later there's UAC. With UAC enabled it will disable administrator permissions for all programs you start. If the program requires to be run as admin then you'll get an UAC prompt. So if you never get an UAC prompt it means the programs is running as standard user. If you get a UAC prompt and you answer Yes, only then will the program have admin rights.

    Think of it like this: UAC enabled = admin rights disabled (until UAC prompts and you answer Yes)

    A browser shouldn't run as admin at all. If a browser requires that, then I wouldn't use it.

    To be clear, I'm talking about an account type of administrator. Not the hidden/built-in administrator account.
    Point taken but as far as I can work out if I can run browsers on the "least privilege" principle when using an admin level account then it seems like a good idea. Here's a more recent example of a trojan that can apparently attempt to bypass UAC.

    Avast blog » Win32/64:Blackbeard & Pigeon: Stealthiness techniques in 64-bit Windows, Part 2

    I don't pretend to understand the entire article but do understand that browsers and browser plugins may have undisclosed weaknesses at some point.

    I'm not running any browser as admin (other than briefly for test purposes). As far as I can work out if malware gains access via a browser it's granted the same access rights as the current user. (Admin Level in my case). In theory that level of access if malware is ever encountered is reduced to Standard User level.

    Okay so maybe it will never happen. But what harm is there in attempting to boost security? I accept that maybe this approach is overkill!
    Last edited by Callender; 27 Oct 2014 at 20:24. Reason: add info
      My Computer


  3. Posts : 4,049
    W7 Ultimate SP1, LM19.2 MATE, W10 Home 1703, W10 Pro 1703 VM, #All 64 bit
       #23

    You could try adapting/converting these Firefox instructions:
    Enable Protected Mode for Firefox
    =================================

    You can enable Protected Mode for Firefox with these steps:

    1 - In order to change the Integrity Level for Firefox, execute:
    icacls firefox.exe /setintegritylevel low
    2 - You also have to change this for some folders in order to make them writable for Firefox by executing
    icacls [foldername] /setintegritylevel (oi) (ci) low
    Do this for the following folders:

    • C:\Users\Name\AppData\Local\Mozilla\Firefox
    • C:\Users\Name\AppData\Roaming\Mozilla\Firefox
    • C:\Users\Name\AppData\Local\Temp

    3 - Create a special download folder and apply step 2 for this folder.
    You should definitely create a backup HDD/SSD image before messing around with "icacls".

    I can't vouch for these instructions; use at your own risk.
      My Computer


  4. Posts : 10,485
    W7 Pro SP1 64bit
       #24

    Callender said:
    I know little of the desktop version of Opera. Is it possible to launch it via opera.exe or does Launcher.exe need to be used?

    I've just tried setting UAC to maximum and everything still works so that's not the issue.
    I don't use Opera. I just installed it in a VM for this thread. I did not see any thing about a launcher. That would seem to be a portable app thing.
      My Computer


  5. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #25

    Opera Launcher


    UsernameIssues said:
    Callender said:
    I know little of the desktop version of Opera. Is it possible to launch it via opera.exe or does Launcher.exe need to be used?

    I've just tried setting UAC to maximum and everything still works so that's not the issue.
    I don't use Opera. I just installed it in a VM for this thread. I did not see any thing about a launcher. That would seem to be a portable app thing.
    I spotted the command line in your command prompt window in your attachment here:

    https://www.sevenforums.com/attachmen...ing-opera3.png

    I thought it looked wrong!
      My Computer


  6. Posts : 10,485
    W7 Pro SP1 64bit
       #26

    Wow! How unobservant of me. I copy/pasted that from the shortcut without ever reading it.

    But the installed version still crashes when using this:

    How to check if a program is working?-opera-wo-launcher.png

    It is not a big deal. You have it working for you and this thread now clarifies that we are not talking about the installed version.

    You might want to spend more time understanding the info in post #3. It looks like StripMyRights strips away some of the protections put in place by the OS...

    Privilege Constants (Windows)

    ...or maybe I'm just reading MSDN wrong.
      My Computer


  7. Posts : 1,049
    Windows 7 Pro 32
       #27

    Callender said:
    Point taken but as far as I can work out if I can run browsers on the "least privilege" principle when using an admin level account then it seems like a good idea. Here's a more recent example of a trojan that can apparently attempt to bypass UAC.

    Avast blog » Win32/64:Blackbeard & Pigeon: Stealthiness techniques in 64-bit Windows, Part 2
    I don't fully understand the article either, it could've been more clear, but I think if you have UAC set to maximum and your OS is updated so there's no known vulnerability to exploit, you should be safe. The "problem" with Windows 7 is that the default UAC level is not the maximum one.

    Here's a quote from the author of DropMyRights after Vista was released that I think explains this:
    It's been a long time since I looked at DropMyRights, a little tool I wrote forever ago to lower a user's privilege level on versions of Windows prior to Windows Vista.
    ...
    Remember, this tool is not needed on Windows Vista or Windows Server 2008, because by default users are not administrators.
    from Update on DropMyRights - Michael Howard's Web Log - Site Home - MSDN Blogs
      My Computer


  8. Posts : 4,776
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #28

    UAC Maximum Level


    Tookeri said:
    I don't fully understand the article either, it could've been more clear, but I think if you have UAC set to maximum and your OS is updated so there's no known vulnerability to exploit, you should be safe. The "problem" with Windows 7 is that the default UAC level is not the maximum one.
    Thanks! I hadn't noticed until yesterday that UAC was set to default rather than maximum.
      My Computer


  9. Posts : 2,497
    Windows 7 Pro 64 bit
       #29

    Going to the screenshots in post #3:
    There are no practical differences between the two. Just different ways of accomplishing essentially the same thing. In the first image a security token is used with some specific rights disabled. In the second image a security token was created that never had these rights.

    DropMyRights and StripMyRights were designed for XP that didn't have UAC and an Admin account had elevated rights by default. This is not good for security. These programs create a new security token with limited rights and uses it to run the specified program.

    In Vista and later with UAC enabled the default security token has the rights equivalent to that of a limited user. In this case using DropMyRights or StripMyRights does nothing useful. UAC provides better security because the limited token is used by default for all programs. DropMyRights and StripMyRights only work in the specific cases where they have been configured.

    Edit: When UAC is disabled you have essentially the same situation as XP. In this case DropMyRights or StripMyRights can be used to advantage. I have done this in Windows 7.
      My Computer


  10. Posts : 1,049
    Windows 7 Pro 32
       #30

    That's what I've been trying to say, thanks! This was perhaps better explained :)
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:09.
Find Us