Application that opens only with 'run as Admin '.

I recently got a new hard drive for my machine (WD VelociRaptor 10000 RPM 500gig). So far, I did 3 full formats and Win7 reinstals to try to resolve the problem. Whenever I try to open an application, it can be found in the section of the process from the Task Manager, but never starts the task. I've been testing different applications, Notepad ++ and a few other basic applications to try to resolve the problem.

I'm running off vanilla Windows7 Pro, with updates. Cannot afford to blow my limits given with my ISP. Already passed through an up-to-date full yesterday which did not fix problem befor reformatting again once.

There is only one user, my admin ACC.

At the moment I have not installed all the other apps until I have solve the problem.

My Spec:

Windows7 Pro,

ASUS P6T SE MB,.

Intel Core i7 920,

18gig Corsair DDR3 1600 mhz,

ASUS GTX780,

I have a gut that could be a problem with the .NET framework, but I couldn't say why I think this might be the slaughter.

Any help would be great. I have to get us back to work soon.

Got a fix, the clean boot settled my troubles.

1/RUN: MSCONFIG

2/general Tab

Selective startup

Check that the Load System Services

3 / go to Services TAB

check hide all Microsoft Services

Click Disable all

Restart the PC, windows will rebuild of .ini etc.

It was casued by a conflict in time to start. There are many hardware and software conflicts that could cause this. In my case, it's a 'Asus Xonar DS' sound card & a former pilot of Vista that came with it. An updated driver download windows 7 from the Asus site fixed.

Tags: Windows

Similar Questions

  • can I create a pdf file that opens only with adobe

    Can I create a pdf file that opens only with adobe

    To answer question you directly, no, you can't do nothing to prevent a valid PDF file opens in a non Adobe Reader, for better or worse.

    -Dov

  • CS6 Production Premium supports AMD graphics cards? Specifically over-pants M6100. If so, all the features work with the M6100, or are there features that work only with nVidia video cards?

    CS6 Production Premium supports AMD graphics cards? Specifically over-pants M6100. If so, all the features work with the M6100, or are there features that work only with nVidia video cards?

    CS6 does support OpenCL and OpenGL?

    Are all features that CS6 supports for NVidia Cuda available for the M6100 OpenCL?

    Bill supposed to first Pro CC (not CS6) response. Windows of Premiere Pro CS6 version does not support OpenCL for accelerating GPU of MPE. Therefore, there is no "opencl_supported_cards.txt" file in the folder of Premiere Pro, and the code to OpenCL is disabled permanently in all versions of Windows from Premiere Pro CS6. So, for your over-pants M6100 Premiere Pro CS6 will be permanently locked to only software MPE mode. (Acceleration GPU of MSES in the Windows of Premiere Pro CS6 version is limited to the CUDA only, which means that only NVIDIA for GPU - no AMD over-pants or GPU Radeon support CUDA at all.)

  • Displays the properties of all my .dll files are applications of unknon, which gives me an option to choose an application to open it with. I need help. thxs

    Here is an example of the properties of one of my .dll files: c:\windows\system32\microsoft.ManagementConsole.dll - file Type: unknown Application - opens with: unknown Application - (if I try to open it, it asks me to choose in my list, or search the Web for an application)

    My problem is, I don't know what the hell I do! Laughing out loud. I don't even know now why I even noticed it.  Anyway, I guess my question is 1) should I I even try to choose an application to open .dll files, or is it a security setting, so I won't be able to open the files that I have no business opening? (2) my properties should apply real knon, instead of saying we don't know? How do I find a list of file names that tell you what you should choose to open different applications or extensions?

    I appreciate all help. I fear I can screw up my laptop and I'm on League when it comes to such things.

    Thanks again for any useful information. :)

    Michelle

    What you see, it's normal.  It is not possible for a user to directly open a .dll (Dynamic Link Library) file.   The file contains functions that can use other programs, but it cannot open or run by itself.

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • Application that shows only the dialog boxes

    Hello

    I would like to write an application that typically runs in the background, but in certain conditions will need to display a dialog box. The dialog box is modal and on a separate thread.

    My question is whether it is possible to have this application that does not show a display main but just the dialog boxes when necessary.

    Is UiApplication the right approach? Can I have this app slot with invisible main screen or no screen at all but still be able to display dialogs?

    Best regards

    Orlin

    Apologies, one thing I forgot to say.  When you use GlobalScreens, you will notice that you can't push a Modal screen.  If you want to get feedback from the user and act accordingly, you will have to manage this feature using a DialogClosedListener.

  • To access the/sdcard-ext applications that allow only access /sdcard or/mnt/sdcard

    Hello...

    I use a few applications that are their resources in the SD card, but I like to store my files in the external SD card. I am a user coming from the Samsung Captivate, so he has never been a problem for me, because the Samsung phones access the external sdcard using a symbolic link from the inside of the internal sdcard, do something like

    / sdcard/external_sd

    But with the Atrix is completely different since the mount points are

    / mnt/sdcard and it is a symbolic link to /sdcard

    And the external SD card is

    / mnt/sdcard-ext with a symbolic link to/sdcard-ext

    Is there a workaround to achieve what I have to do? In my view, it is not possible to create a symbolic link because of the file system used in the SD card, but I could be wrong.

    Am I missing something here?

    Thank you very much


  • new development of BB. Try to build an application that opens a Web page. Error on BrowserField

    Hello

    I'm new to the development of BB. I am trying to create a container application that will open a Web page that is hosted on the internet.

    Grabbing the BrowserPushDemo, here is where I am:

    /*

    * AWAPP.java

    */

    Net.rim.device.api.browser.field2 import. *;

    Net.rim.device.api.system import. *;

    Net.rim.device.api.ui import. *;

    Net.rim.device.api.ui.container import. *;

    SerializableAttribute public class AWAPP extends UiApplication

    {

    Public Shared Sub main (String [] args)

    {

    BrowserField app = new BrowserField();

    app.enterEventDispatcher ();

    }

    Public Sub BrowserField()

    {

    pushScreen (new BrowserFieldScreen());

    }

    }

    class BrowserFieldScreen extends screen

    {

    public BrowserFieldScreen()

    {

    BrowserField myBrowserField = new BrowserField();

    Add (myBrowserField);

    myBrowserField.requestContent ("http://www.google.com");

    }

    }

    I am getting an error on the "app.enterEventDispatcher ()"; on the point...

    ERROR:

    Thus you use? The code is as follows:

    import net.rim.device.api.browser.field2.BrowserField;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.container.MainScreen;
    
    public class AWAPP extends UiApplication {
    
        public static void main(String[] args) {
            AWAPP app = new AWAPP();
            app.enterEventDispatcher();
        }
    
        public AWAPP() {
            pushScreen(new BrowserFieldScreen());
        }
    
    }
    
    class BrowserFieldScreen extends MainScreen {
        public BrowserFieldScreen() {
            BrowserField myBrowserField = new BrowserField();
            add(myBrowserField);
            myBrowserField.requestContent("http://www.google.com");
        }
    }
    
  • BlackBerry smartphones can not find any application that opens saved contacts

    I backed up my contacts from blackberry "BOLD" from my mac. They are saved in the folder my documents, although when I try to open the file I get an error message saying that I don't have an app to open the file. When I try to find an application to open the file such as Word doc, I got another message tells me that the file is corrupted and cannot be opened. What can I do to make sure that the contacts on the phone are actually in my mac?

    Yes, it's a backup file, in its own format, not something that you can open in your Mac. It is for the restoration of your contacts to your BlackBerry.

    If you want to view your contacts on the Mac, you have to 'sync' of your contact data to some Mac Organizer app like Entourage.

  • can I run an application that I bought with my pc windows 8 on a pc windows 7?

    I upgraded my pc w7 w8 PC. I bought a game app of the windows store. Can I run this app on my other pc w7 in my house? What about the PC I have XP?

    Hello

    I understand that you would like to know if the app downloaded from Windows Store game runs on Windows 7, or Windows XP.

    The store is related to Windows 8 PC. If you wanted to play the game on another PC it will have Windows 8 on it and you will need to connect to this computer by using the Microsoft Account that was used to purchase the game.

    It will be useful. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

    Kind regards!

     

  • I have Vista Home Premium. When I receive attachments to e-mail that the sender has sent as anything other than pdf or ppt, I can't open it. It seems that the .doc files will open only with works while I'm using Microsoft Office Word.

    I uninstalled works which was part of the DELL laptop.

    Office repair using detection/repair or Office Diagnostics according to the version of Microsoft Office.
    Your file associations are damaged/incorrect for .doc files

  • How to remove a user name of unwanted e-mails that appears only with firefox and not with chrome or internet explorer.

    This problem is to go to a Comcast email address wandering through the homepage of Comcast - Comcast records do not appear this username exists anywhere within their system and says it's a firefox issue. The unwanted name appears that when you use firefox to access the homepage of Comcast and drop sign-in window. When you click on the wrong user name, the message indicates the address is not recognized. Bad user name does not appear when the homepage of Comcast is implemented using chrome or internet explore. Would appreciate advice on how to remove this unwanted user name which seems to lie somewhere in the system of firefox. Grateful to all those who would try to help.

    You can use the following steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list with the mouse or the cursor key
      do not click with the mouse or press the Enter key
    3. Press the DELETE key (on a Mac: shift + del) to delete the highlighted entry
  • HOW TO EDIT A PAGE THAT OPENS AUTOMATICALLY WITH A NEW TAB?

    whenever I open a tab, a web page which is not my home page how to change?

    There are many people who think you want something other than a blank page to a new tab. It would be useful that you could give a url or describe the page hijacking which appears instead. This is probably an extension. The problem occurs in 'Safe Mode' which you can test via

    • ALT + H (Help) > restart with disabled modules...

    Enter about: config in the location bar and then filter on the url you see

  • My PDF documents will open only with Microsoft Word Web App, not ADOBE.

    They used to open with Adobe, but I had to reinstall windows.  How to change this setting so that they will open with Adobe reader again.  I've been in internet options and the Protocol associated to a PDF is Adobe.

    Thanks Jack, however when right click it wouldn't even give me this option.

    I fixed it by removing Internet Explorer and Google Chrome.  Now it is not a problem, so it was a problem to explore not an Outlook problem.
  • I have the family share in Itunes, but I can't share an application that I bought with another Member of the family help!

    We have all two IOS 9.2 and I can't share an app that I buy on my 6 IPhone via the app store on my phone. In ITunes on my phone under purchased, it shows that music, movies and television shoes under my purchases.  How can I configure the Apps?

    What is the application? Not all applications are 'shareable '...

    See you soon,.

    GB

  • Adobe Application Manager works only with my creative cloud Apps. Who is wrong?

    When I check the updates or an update is necessary, the MAO launches, checks the updates, but never displays anything. Finally, it times out and an error. How can I fix this (if all goes well, without having to uninstall all my applications).

    Try using another browser to download

Maybe you are looking for