Reg: Prompts

I want to display a report based on the selections in prompt. I dont want to display report by default without selecting any values in prompt. How can I do this?
Thanks in advance

Check this
http://bischool.wordpress.com/2009/08/26/avoid-running-report-for-all-values-on-dashboard-when-using-multi-select-prompt/

Similar Messages

  • Reg: Prompt as Report Header

    Hi Friends.
    If I select a year 2003 from 2003, 2004, 2005, 2006 ...2010.
    Please let me know.. How do I get the Page Heading or the Report Header as the Financial report of Year 2003 ..
    please suggest me solution for this..
    Regards
    L K Vepuri

    if you're adding promit "Enter Year:"
    add a free standing celll in the report title
    and add this formula there
    =UserResponse("Enter Year:")
    the text "Enter Year:" has to be the same one in your prompt in your query filter.
    good luck

  • Merging reg files as a standard User without UAC prompt ?

    I need to merge reg files as a standard user.
    When I run regedit.exe as a standard user, I get an UAC prompt, thanks to the manifest file embedded in the .exe which requires privilieges elevation.
    I would like to run regedit.exe as a standard user, without UAC prompt, to merge some .reg files in the HKEY_CURRENT_USER path (standard user has permissions to do so).
    How could I do it ?
    (I tried a dirty way to do so : I copied regedit.exe from Windows XP to an user folder on my Vista machine, and it works. It runs silently (after setting the compatibility mode to "Windows XP SP2") and merge correctely my reg file.)
    Thanks in advance,
    Thomas.
    More info about manifest files :
    http://channel9.msdn.com/Showpost.aspx?postid=209647
    http://blogs.msdn.com/uac/
    You can easily check this by viewing regedit.exe with notepad for example. Near the end of the exe, you will see this XML part :
    <!-- Copyright (c) Microsoft Corporation -->
    <assembly xmlns="urnchemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
     processorArchitecture="x86"
     version="1.0.0.0"
     name="Microsoft.Windows.Regedit" type="win32" />
    <description>Registry Editor</description>
    <dependency>
        <dependentAssembly>
            <assemblyIdentity
                type="win32"
                name="Microsoft.Windows.Common-Controls"
                version="6.0.0.0"
                publicKeyToken="6595b64144ccf1df"
                processorArchitecture="x86"
            />
        </dependentAssembly>
    </dependency>
    <trustInfo xmlns="urnchemas-microsoft-com:asm.v3">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="highestAvailable"
                    uiAccess="false"
                />
            </requestedPrivileges>
        </security>
    </trustInfo>
    </assembly>

    And I've had another thought
    Edit the registry and change
    HKEY_CLASSES_ROOT\regfile\shell\open\command
    to
    reg import "%1"
    Reg will import regfiles.
    HKEY_CLASSES_ROOT is a registry key that is composed of merging the
    following two keys.
    HKEY_CURRENT_USER\Software\Classes
    and
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes
    with entries in HKEY_CURRENT_USER overriding entries in HKEY_LOCAL_MACHINE.
    So to specifically edit for the current user only edit HKEY_CURRENT_USER and
    for all users (that don't have a user entry) HKEY_LOCAL_MACHINE.
    EG
    HKEY_CURRENT_USER\Software\Classes\regfile\shell\open\command and
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\regfile\shell\open\command
    "DavidMCandy" wrote in message news:4d9feb10-65cb-4b9b-ab3b-627692973523...
    > You could edit the application manifest (they are known by the number 24)
    > embedded in the application. You use ResHacker
    > (http://www.angusj.com/resourcehacker/) to export the manifest, edit it,
    > and
    > then replace the embedded manifest with the edited one.
    >
    > But on Vista the manifest seemsto allow execution by nonadmins. It's
    > listed
    > as
    > <requestedExecutionLevel
    >
    > level="highestAvailable"
    >
    > uiAccess="false"
    >
    > />
    >
    > and according to http://msdn.microsoft.com/en-us/library/bb756929.aspx it
    > means
    >
    > highestAvailable
    > The application runs with the highest privileges the current user can
    > obtain.
    >
    > Experiment and see what happens if you change it to AsInvoker.
    >
    > To edit Regedit you'll need to give yourself permission to change
    > c:\windows\regedit.exe
    >
    > Click Start - All Programs - Accessories - Right click
    > Command Prompt and choose Run As Administrator. Type
    >
    > takeown /f c:\windows\regedit.exe /a
    > icacls c:\windows\regedit.exe /grant Administrators:f
    >
    >
    > --
    > ..
    > --
    > "DavidMCandy" wrote in message
    > news:58f05c55-c6ac-4762-aad2-011ff129ec24...
    >> Convert them to a VBSscript or a batfile (it appears Reg.exe doesn't
    >> honour
    >> this setting).
    >>
    >> VBS
    >>
    >> Dim Sh
    >> Set Sh = WScript.CreateObject("WScript.Shell")
    >> Sh.RegDelete "HKCU\Software\ACME\"
    >> WshShell.RegWrite "HKCU\Software\ACME\FortuneTeller\", 1, "REG_BINARY"
    >>
    >>
    >> Batch
    >>
    >> Forhelp and examples type
    >> reg add /?
    >> --
    >> ..
    >> --
    >> "bjohnrini" wrote in message news:cbf09759-a94f-44ee-88de-0bc762fcc5f8...
    >>> Is there anyway to run regedit.exe as a standar user?
    >>>
    >>> I have my group policy set to • Automatically deny elevation
    >>> requests
    >>> for
    >>> User Account Control: Behavior of the elevation prompt for standard
    >>> users.
    >>>
    >>> This simply gives me "This program is blocked by group policy"
    >>>
    >>> On Windows 7.
    >>>
    >>
    >>
    >
    >

  • Reg-Direct database request Prompt

    Hi
    I have a direct database request I kept this report on dashboard with request date as a prompt
    the filter on the report is
    TRUNC(FCR.request_date) = TO_DATE('@{Date1}{07/23/2012}','mm/dd/YYYY').(Data is coming fine)
    but
    I wanted to show the data for the current_date on the dashboard "default"
    When I try to do
    TRUNC(FCR.request_date) = TO_DATE('@{Date1}{Sysdate}','mm/dd/YYYY') Its throwing an error.
    I am not sure whether we have to use Sysdate or Current_date.Please let me know how to achieve this.
    Thanks
    Edited by: user13545914 on Jul 23, 2012 2:27 PM

    Prompt should like this:
    1) Column->Date [IF you do any formula here, you have to do every place, in this case I'm not doing any formula]
    2) Operator-> is equals to is in
    3) Control-> Calendar
    4)Default to ->SQL Results
    use query like
    SELECT Time.Date FROM "Service - CRM Service Requests" where Time.Date=current_date
    This would show default value select as todays date
    5) Set Variable -> PS
    Call the PS variable in the report without any default value. this should work fine, once you get confidence and this approach start doing what ever you want.
    if you want you can try same scenario with couple of columns.
    Just relax and read all threads and do it.

  • Reg Date Prompts

    Hi All,
    can any one help me...pls
    I have 2 prompts year and quarter.
    Eg.. if i select 2011 and q1
    it should display the begining month of the first quarter (that should be 'JAN') like wise if i select 2011 and q2 then it should display begining month of second quarter (that should be 'Mar')..
    can any one help me

    Hi Bhargav,
    Two Changes to be done.
    1. Prompt: for the Qtr column set a presentation variable like v_qtr.
    2. Report: Add a calculated column with the below formula
    case @{v_qtr} when 1 then 'Jan' when 2 then 'Apr' when 3 then 'Jul' when 4 then 'Oct' end
    Let me know if this helped.
    Regards,
    Jay
    Edited by: Voltaire on Nov 18, 2012 11:26 PM

  • Windows 7: ssvagent.exe prompt constantly with IE...

    Hi, all! Just installed latest JRE (1.7.0_02-b13) and I'm getting constant prompts to run ssvagent.exe, whether admin or restricted use users. Any way to fix/prevent this? And no, logging in every user possible and shutting off the plug-in in IE is not an option.
    Other threads going back quite a while report this as a bug: any resolution? This hasn't happened before in recent history, and has only started for me on the latest build installation.
    Thanks.
    SteveB

    This bug should be addressed via the fix for 7092290 in the upcoming 7u4 release.
    As a workaround, you can set the following registry keys on the machine.
    Just save the following in a .reg file and then run it on the machine.
    Note: the path in the InprocServer32 reg key is pointing to the default install location of 7u2 (or 7 and its update releases in general). If 7u2 is installed in a different location, you'll need to adjust the path accordingly. There should be 2 backslashes (\) after "C:" and after "bin" - somehow it doesn't show in the form correctly.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBA}]
    @="Java Plug-in 1.6.0_30"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBA}\InprocServer32]
    @="C:\\Program Files\\Java\\jre7\\bin\\jp2iexp.dll"
    "ThreadingModel"="Apartment"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBB}]
    @="Java Plug-in 1.6.0_30"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBB}\InprocServer32]
    @="C:\\Program Files\\Java\\jre7\\bin\\jp2iexp.dll"
    "ThreadingModel"="Apartment"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBC}]
    @="Java Plug-in 1.6.0_30"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{CAFEEFAC-0016-0000-0030-ABCDEFFEDCBC}\InprocServer32]
    @="C:\\Program Files\\Java\\jre7\\bin\\jp2iexp.dll"
    "ThreadingModel"="Apartment"
    Edited by: calvinc on Feb 1, 2012 4:57 PM

  • Please help - Adobe Acrobat 9 Professional Registration Prompt

    I have deployed Adobe Acrobat 9 Professional to a few workstations using the Custom Installation Wizard and I randomly get prompted to complete the Registration. I have added the following to my installation but continue to get prompted randomly:
    1. Disabled Registration in the Custom Installation Wizard.
    2. Placed the registration file in c:\documents and settings\username\app data\adobe\
    3. Ran these two reg keys.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\9.0\AdobeViewer]
    "Registered"=dword:00000002
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\9.0\FeatureLockDown]
    "bRegisterProduct"=dword:00000000
    Any help would be appreciated.
    Thanks!
    Veronica

    This is the Reader forum; the Acrobat one is here:
    http://forums.adobe.com/community/acrobat
    In any case, any major edition in a PDF file is best done in the original file (the one from which the PDF was produced), creating a new PDF when finished.

  • HELP! Can't uninstall 8.1.2 Update - Keeps prompting for reboot

    I have Adobe Acrobat Standard. Version 8.1.0 came with the laptop. (Dell, XP, SP3)  So I updated to 8.1.2 and have no  ends of problems.  Though I have clicked on the "ok" to reboot to finish the update, it never connects that it has rebooted.
    So I tried to uninstall the 8.1.2 update.  Unfortunately the Control Panel says that the "original is not installed" and won't let me continue. So I can't uninstall from there.
    I then downloaded the Microsoft Install Clean Up utility which is recommended in other threads.  The original 8.1.0 is there and can be deleted. Unfortunately 8.1.2 is nowhere to be seen!!  So I can't remove it from there.I do also have Photoshop CS3 installed which seems to have a variety of other items listed for it.
    I have tried downloading the 8.1.2 update patch but when you try and run it, it says that there is no Adobe installed. Well that isn't true. I have 8.1.0 installed. You just can't update it or repair it because it keeps prompting for the never ending reboot.  I have tried uninstalling, reboot, re-installing 8.1.0 (via control panel AND MS install clean up) with no luck.
    So right now I'm trying to get rid of the 'computer needs to reboot' problem which I think might be tied to the failed install of 8.1.2.

    I asked on another site and actually got an answer that worked for me. Well... Sort of. This stopped the endless re-boot. Now I have to figure out why I can't manually update. It may be a result of the aborted 8.1.2 update. I'm going to try and uninstall again and start from scratch... again.
    The answers I got there I wanted to share here so others may use them.
    First Answer:
    The issue is seems to be with SP3 and Adobe Standard 8.1 update. The same issue I had experienced on Vista. Following are simple suggestion.
    1. Clean Install after reg clean -- may or may not work .Depends on SP3 and Adobe Standard compatibility.
    2. Remove Update from Start up and manually download the patches. 
            (note: Run; MSCONFIG; Startup Tab; deselect Adobe Updater; Ok; restart)
    3. Roll back to SP2 and check . Should work fine as it doing on one of my old PC.
    Second Answer: (Note:  Removing the "AdobeUpdater" from msconfig Startup tab worked for me.)
    Try the following: 
    - Click the Start button and select Run. 
    - Type in "msconfig" (without the double quotes) and click the OK button.
    - A new window will appear with several tabs near the top. Select the Startup tab.
    - Find an entry named AdobeUpdater (or similar) and remove the checkmark for it.
    - Click the OK button, which will close the window. Now restart your computer.
    I hope this will help. The drawback is that you will have to manually update Adobe Acrobat (which generally isn't a major issue).

  • Display top,middile,bottom in prompt selection

    Hi All,
    i have one requirement like
    I created a prompt values like top,middile,bottom
    When I select top I want to display top 10 rows
    if I select bottom display bottom 31st row to last row rows
    and when I select middile display between 11th row to 30th row
    I have total 30 rows in a column
    i want case stement for the above requirement
    can you please help on this issue
    reg,
    jel

    @Deep, my thoughts too!
    Okay, OP, assuming you really have more than 30 rows, here is a way to look at your data in a very simple format:
    1) Create a Pivot Table in the usual manner with all your attributes, facts, etc.
    2) In the design mode of the Request, select another column from the Selection Pane (it doesn’t matter which because the column will be a “dummy.”) Call the column "Pagination."
    3) Click on the Edit Formula icon. Type the following SQL:
    CASE WHEN RCOUNT(1) <11 THEN ‘1-10’
    WHEN RCOUNT(1) <31 THEN ’11-30
    WHEN RCOUNT(1) >30THEN ’31 - END'
    END
    4) Put the Pagination column in the Page section of the Pivot Table.
    Now your report is divided into the 3 sections. If you want, you could break the report into more sections and if you insist on calling the sections "Top," "Middle," and "Bottom," you can replace the labels above with those words.
    You don't even need a dashboard prompt at all!

  • MDT 2013 Windows 8.1 Deployment Starts Prompting For Administrator Login In Middle Of Task Sequence

    I have a 8.1 deployment task sequence that automatically logs into the administrator account until about half way through the deployment.
    It actually looks like it logs in for a second and then dumps back out to the login prompt.
    After this reboot, the problem starts.  When I log in manually, I see it is at the installing the Java application step.  What could cause this?

    Yes, it's possible that the scripts to boot to desktop or the script to remove apps are causing this, but other people use these settings in deployments and didn't mention this as a side effect.
    This reg file is supposed to set the Start Menu background to match the desktop wallpaper and set IE to use desktop version, but does not seem to work.
    regedit.exe /s 81settings.reg
    Windows Registry Editor Version 5.00
    [HKEY_USERS\CUSTOM\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    "MotionAccentId_v1.00"=dword:000000db
    [HKEY_USERS\CUSTOM\Software\Policies\Microsoft\Windows\EdgeUI]
    "DisableHelpSticker"=dword:00000001
    [HKEY_USERS\CUSTOM\Software\Microsoft\Internet Explorer\Main]
    "ApplicationTileImmersiveActivation"=dword:00000000
    "AssociationActivationMode"=dword:00000002
    ================================================
    powershell.exe -Command "set-ExecutionPolicy Unrestricted -Force; cpi '%DEPLOYROOT%\Applications\Remove Windows 8.1 Modern Applications\RemoveWindows8Apps.ps1' -destination c:\; c:\RemoveWindows8Apps.ps1; ri c:\*.ps1 -Force; set-ExecutionPolicy Restricted
    -Force"
    <#     
        Purpose:    Remove built in apps specified in list 
        Pre-Reqs:    Windows 8.1 
    #>
    # Main Routine 
    # Get log path. Will log to Task Sequence log folder if the script is running in a Task Sequence 
    # Otherwise log to \windows\temp
    try
    $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
    $logPath = $tsenv.Value("LogPath")
    catch
    Write-Host "This script is not running in a task sequence"
    $logPath = $env:windir + "\temp"
    $logFile = "$logPath\$($myInvocation.MyCommand).log"
    # Start logging
    Start-Transcript $logFile
    Write-Host "Logging to $logFile"
    # List of Applications that will be removed
    $AppsList = "microsoft.windowscommunicationsapps","Microsoft.BingFinance","Microsoft.BingMaps",`
    "Microsoft.BingWeather","Microsoft.ZuneVideo","Microsoft.ZuneMusic","Microsoft.Media.PlayReadyClient.2",`
    "Microsoft.XboxLIVEGames","Microsoft.HelpAndTips","Microsoft.BingSports",`
    "Microsoft.BingNews","Microsoft.BingFoodAndDrink","Microsoft.BingTravel","Microsoft.WindowsReadingList",`
    "Microsoft.BingHealthAndFitness","Microsoft.WindowsAlarms","Microsoft.Reader","Microsoft.WindowsCalculator",`
    "Microsoft.WindowsScan","Microsoft.WindowsSoundRecorder","Microsoft.SkypeApp"
    ForEach ($App in $AppsList)
    $Packages = Get-AppxPackage | Where-Object {$_.Name -eq $App}
    if ($Packages -ne $null)
          Write-Host "Removing Appx Package: $App"
          foreach ($Package in $Packages)
          Remove-AppxPackage -package $Package.PackageFullName
    else
          Write-Host "Unable to find package: $App"
    $ProvisionedPackage = Get-AppxProvisionedPackage -online | Where-Object {$_.displayName -eq $App}
    if ($ProvisionedPackage -ne $null)
          Write-Host "Removing Appx Provisioned Package: $App"
          remove-AppxProvisionedPackage -online -packagename $ProvisionedPackage.PackageName
    else
          Write-Host "Unable to find provisioned package: $App"
    # Stop logging
    ====================================================
    Install java and turn off updates.
    Start /wait jre-8u25-windows-i586.exe INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 REBOOT=0
    regedit.exe /s disableupdate.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
    "EnableJavaUpdate"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
    "EnableJavaUpdate"=dword:00000000

  • Prompt requirement in dashboard

    Hi Experts,
    I have one requirement,
    We have one dashboard page in that 6 reports are there and also we have one prompt ( in prompt values Y, N ). if we select Y then first 3 reports should display in dashboard page
    remaining should be disable, if we select N then second 3 reports should be display
    How will get this in dashboard please help me on this
    Thanks in advance
    Reg,
    jel

    Hi,
    Create a report selector prompt-
    Follow-
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-selecting-reports-from-dashboard-prompts-and-guided-navigation-sections/
    http://obiee101.blogspot.in/2010/07/obiee-using-prompt-as-report-selector.html
    http://www.obinotes.com/2010/03/select-views-through-dashboard-prompts.html
    Hope this helped/answered
    Regards
    MuRam

  • Reg. Views in BW

    Hi
    greetings.
    what are views in bw.
    thanks
    regards
    sridhar
    [email protected]

    Hi,
    Where it will get stored and how to retrieve back those views?
    As mentioned by Durairaj, the view would be available in the saved views of BW System. To have a look follow these steps:
    1) Go to Programs -> Business Explorer -> Analyser
    2) From the BW Toolbar -> Click on folder icon (open) -> Saved views
    3) This will prompt you to logon
    4) Search for the technical name you had given. You will find it there.
    How to retrive and view in portal.
    As mentioned above, you can retrieve it back from the BW System. Now, as to how to view it on Portal, this is exactly the same report which you had opened and saved with a different technical name. Which means, only the technical name has changed but the query string still remains the same and thereby the report is still the same.
    Once he saved the view, all other who login and view the report in portal, they should see only the view saved by the administator.
    But this report still remains the same. This view is no different from the report which you opened and then saved with a different technical name.
    I want to hide the save view option in the report
    Not sure if you can do this for a set of users.
    you have sso configured between portal and BW server, if yes the authentication pop up should not come.
    if you dont want to do sso between portal and bw server and still want to logon to BW query with anonymous user,
    in you bw server go to transaction sicf and navigate to DEFAULT_HOST->SAP->BW->BEX and double click on bex node in the resulting window, log on details section provide a default userid/password
    chech the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/df/85e7e0f629ba49924816a1ce1bfbbd/frameset.htm
    Reg
    Pra

  • Showing/Hiding Dashboard Prompts dynamically based on User logged on

    Hi
    I have query reg a showing/hiding dashboard prompts based on Users logged in.
    What is the best way???
    Please help
    And also anothe quick question
    Is there a way that we can change the Label of Dashboard prompt "ABC" for few users and "DEF" for other users
    Thanks in advance
    Cheers

    Hello,
    Using guided navigation properties for section, we can achieve your first requirement.
    How many prompts to be shown?
    depends on that number, you have to create those many reports in answers like,
    take one column to criteria and change functionaityt to case when 1=0 then Markets. Region else user() end
    apply filter on this equals to UserA (for userA), say ReportA
    for UserB filter has to change to UserB, say ReportB...etc
    Now, add all the prompts to dashboard, but each section (dashboard object) for each prompt.
    Go to section properties of each and select guided navigation property. The section which is holding the PromptA (should be shown to userA) then browse the reportA for guided navigation and click ok
    LIke this do for all prompts.
    Hope you understood...
    if any queries ask me..
    And for 2nd Q, in prompt, you have Select captio option which is the last option for all prompts,
    Write something there and check

  • PSE 10 annoying prompts

    I'm looking to 're-involve' myself with Photoshop by buying either PSE 9 or 10.
    Have PSE 4 as well as older versions of the full Photoshop (5.5, 7, & CS2).
    Am tired of the bulk of the full version so am trying to 'slim down'. Have an older MacBook Pro
    and it is a bit slow.
    The prob is I've downloaded the free trial of PSE 10 and am annoyed by all the 'nag' screens
    and having to, log-in each time, as it is loading. Does this annoying behavior still occur
    after obtaining the reg #? Does PSE 9 also have these annoying prompts?
    Thanx,
    Gene

    hog_2002 a écrit:
    PSE 10 organizer now displays SAMSUNG CAMERA PICTURES as the title for every imported image.  This is very annoying.   How to I prevent PSE from assigning this attribute to the title metadata upon import?   I have thousands of photos, and going through each one to delete the title isn't really an option.   Has anyone encountered this type of behavoir?
    Windows 7 pro, if that matters.
    Thanks,
    --Hoggie
    It's an old behaviour from some camera manufacturers (also Olympus...) which write their brand name in the exif field reserved to captions:
    Photoshop Elements 6/7/8 Frequently Asked Questions (FAQ)

  • Can't opened elevated prompt with ctrl-shift-enter

    Here's an odd one.  I've seen it several times over the last year on different computers - all Windows 7, but both Home Premium and Pro.  I believe all were 64 bit.
    When I type cmd in the Search Programs and Files box and hit ctrl-shift-enter, it opens an explorer window showing c:\windows\system32.
    The same thing happens if I type cmd.exe and and hit ctrl-shift-enter.
    If I type command and and hit ctrl-shift-enter, then I get the elevated prompt, as it should do.
    Anyone know how to fix this?  SFC comes up fine, the machine has been scanned for infections.

    Hi
    You can try the reg option in this article:
    http://superuser.com/questions/453409/how-can-i-always-run-the-command-prompt-as-administrator
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • How to find all the warning in the entire solution

    Hello, I wondering if there is a way to see all the warning in one place from the entire solution (I have solution with ~30 dtsx files) Thanks Daniel

  • MacPro (mid 2012) won't recognize keyboard/mouse on startup

    For the past month my magic mouse has repeatedly quit working. Fussing will get it back up and running, sometimes by shutting down. Today when booting up, I get the splash screen but neither magic mouse or bluetooth Logitech keyboard are recognized s

  • Nvidia driver doesn't recognize GTX 275

    I've followed the steps on the wiki for the nvidia driver, but when I start X it does not recognize my GTX 275 card.  I think the driver may simply not support this card yet (it doesn't according to nvidia).  Can anyone confirm this?  Does anyone kno

  • VM Persistence

    I created a couple of OL6-U3 PVM's on a SuSE-Xen host (using virt-install) and manually migrated the VM's to my OVS-Xen host. The migration was successful. However, the VM's aren't persistent. i.e., the VM's won't survive a reboot: [root@xen3 ~]# xm

  • Je désire obtenir la valeurs RMS d'un courant alternatif

    Je réalise un VI qui permet de caractériser un moteur électrique. Mais je rencontre un problème, mon courant étant alternatif, je récupère des valeurs positives et négatives du courant dans mon tableau alors que je voudrais avoir la valeurs RMS du co