ERROR -2095 AND NOT ABLE TO OPEN REGEDIT!

I've tried many times to open "regedit", all to no avail. I have an administrator's accout. Whenever I try to install iTunes, it won't let me because it says "Please make sure Quicktime is properly installed on your computer". Now, I can't even reinstall and older version of either application. Someone please help me!

... i really don't like that. there is malware out there that does disable utilities like that, and malware infections can cause serious grief with itunes or QT installs.
so let's try doublechecking the malware situation. download fresh definitions and run vigorous virus and spyware scans. if your security software providers offer them, try running an online scan too. (they can sometimes pick up on infections when the security software on the PC has been compromised.)
if your security software providers don't offer online scans, try running the Symantec one. (apologies in advance, the Symantec virus scan takes an eternity to complete.) here's a link through:
Symantec Security Check

Similar Messages

  • I have updated my ipad yestarday sicne then i am not able to open any application on my ipad2. some of the application able to open in the page and not able to open all the applications in the second page. Does any one got this type of issue? any sugg?

    i have updated my ipad yestarday sicne then i am not able to open any application on my ipad2. some of the application able to open in the page and not able to open all the applications in the second page. Does any one got this type of issue? any suggestions?

    This problem has been reported a few times. The solution is to install any new App say a free one. This seems to fix whatever has gone wrong.

  • Mac got really slow after updation of os X and some application misbehaving and not able to open them.

    Mac got really slow after updation of os X and some application misbehaving and not able to open them.

    Apply the combo update
    http://support.apple.com/kb/DL1640

  • Recover tablespace is failing and not able to open database

    Hello All,
    I am using Oracle RAC 11g R2 on Linux. My database is running in NOARHIVELOG mode.
    I am testing some RMAN scenarios.
    After doing a the below scenario: I think the problem that I used switch log file!!!
    RMAN> backup tablespace 'USERS' TAG 'TestBkp_FRA';
    RMAN> backup backupset 10 format '/testasm/backup%U' delete input; -- here 10 is the backup set generated in the previous command
    RMAN> BACKUP INCREMENTAL LEVEL 1 tablespace users;
    alter system switch logfile;-- many times i am not able to recover my users tablespace because of the below :
    archived log for thread 1 with sequence 19 is already on disk as file +DATA/orcl/onlinelog/group_1.261.772044543
    archived log for thread 1 with sequence 20 is already on disk as file +DATA/orcl/onlinelog/group_2.262.772044547
    archived log for thread 2 with sequence 4 is already on disk as file +DATA/orcl/onlinelog/group_4.266.772044919
    RMAN-08187: WARNING: media recovery until SCN 1101381 complete
    Finished recover at 27-MAR-2012 17:21:36and I am unable to open my database:
    RMAN> alter database open;             
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 03/27/2012 17:26:18
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4: '+DATA/orcl/datafile/users.259.772044111'below is a list of my backups
    RMAN> list backup;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    9       Full    1.45M      DISK        00:00:02     27-MAR-2012 12:06:47
            BP Key: 11   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP
            Piece Name: /testasm/backup0an6tvil_1_2
      List of Datafiles in backup set 9
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1092418    27-MAR-2012 11:40:06 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    10      Full    1.45M      DISK        00:00:04     27-MAR-2012 15:58:54
            BP Key: 13   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP_FRA
            Piece Name: /testasm/backup0bn6ud5q_1_2
      List of Datafiles in backup set 10
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1100603    27-MAR-2012 15:53:40 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    11      Incr 0  1.45M      DISK        00:00:05     27-MAR-2012 16:16:59
            BP Key: 14   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T161652
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndn0_tag20120327t161652_0.261.779041015
      List of Datafiles in backup set 11
      File LV Type Ckp SCN    Ckp Time             Name
      4    0  Incr 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    12      Full    1.45M      DISK        00:00:02     27-MAR-2012 17:00:26
            BP Key: 15   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T170023
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndf0_tag20120327t170023_0.260.779043625
      List of Datafiles in backup set 12
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111My database is running in NOARCHIVELOG mode I have no Full database backup.
    How can I start my database. Please help!!

    NB wrote:
    What do you mean ?
    Now I am not able to open my database. it is mounted.
    What steps should i do ?If you try to backup database in NOARCHIVELOG mode, you will get below errors
    RMAN> backup database;
    Starting backup at 27-MAR-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=130 device type=DISK
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:26
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>
    RMAN> backup tablespace users;
    Starting backup at 27-MAR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:58
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>Can you tell me how you took backup? have you taken backup from MOUNT status when its in noarchivelog mode?
    If there is inconsistency of SCN, you cant recover it.
    Please describe how you took backup & why you want to perform recovery in noarchivelog mode?

  • When i forgot my password and made attempts to open IPAD it got disabled and not able to open even after i have changed my password.

    I am not able to open my ipad when forgot password and made several attempts to open it .The message " iPAD is disabled..Connect to itunes" appers.It is not opening even after i changed the password.Need support.

    Try and force iPad into Recovery Mode:
    1. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release the Sleep/Wake and Home buttons.
    2. Connect USB cable to computer, leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • Controlfile has corrupted and not able to open up the database. Very urgent

    Hi All,
    I am working on 11gR1 database on linux environment and suddenly the DB went down. I look at the alert log and i am following that guidelines, but i am not able to put the database in mount state and it is thronging error message. Please suggest me in correct way. This is very high priority for me.
    I have done below steps.
    1.set the environment through . oraenv
    2. export ORACLE_SID
    3. SQL>startup nomount
    ORACLE instance started.
    Total System Global Area 4943876096 bytes
    Fixed Size 2143944 bytes
    Variable Size 2617248056 bytes
    Database Buffers 2281701376 bytes
    Redo Buffers 42782720 bytes
    SQL>alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-00214: control file '/u02/oradata/beacondp/control02.ctl' version 390158 inconsistent with file '/u01/oradata/beacondp/control01.ctl' version 390097
    4. SQL>alter system set control_files='/u02/oradata/beacondp/control03.ctl' scope=spfile;
    System altered.
    SQL>startup restrict
    ORA-01081: cannot start already-running ORACLE - shut it down first
    5. SQL>alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-00214: control file '/u02/oradata/beacondp/control02.ctl' version 390158 inconsistent with file '/u01/oradata/beacondp/control01.ctl' version 390097
    alert log Information:
    Thread 1 advanced to log sequence 9261
    Current log# 3 seq# 9261 mem# 0: /u02/oradata/beacondp/redo03.log
    Tue Sep 13 15:00:14 2011
    ********************* ATTENTION: ********************
    The controlfile header block returned by the OS
    has a sequence number that is too old.
    The controlfile might be corrupted.
    PLEASE DO NOT ATTEMPT TO START UP THE INSTANCE
    without following the steps below.
    RE-STARTING THE INSTANCE CAN CAUSE SERIOUS DAMAGE
    TO THE DATABASE, if the controlfile is truly corrupted.
    In order to re-start the instance safely,
    please do the following:
    (1) Save all copies of the controlfile for later
    analysis and contact your OS vendor and Oracle support.
    (2) Mount the instance and issue:
    ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    (3) Unmount the instance.
    (4) Use the script in the trace file to
    RE-CREATE THE CONTROLFILE and open the database.
    Please let me know, how i need to proceed. Major problem is i am not able to put the db in mount state. I have both spfile and pfile.
    Thanks in advance.

    user13162661 wrote:
    Thanks Pavan for yoour response, but how can i find, which is good copy of the controlfile?
    Now i have 3 controlfiles in spfile or in pfile, Can i directly remove the 1 and 2 controlfiles from pfile and put the 3rd there itself and start the db.
    startup pfile='file_path';
    Is there any thing i am missing?
    Please helpout.
    control file '/u02/oradata/beacondp/control02.ctl' version 390158 inconsistent with file '/u01/oradata/beacondp/control01.ctl' version 390097I suspect that control02.ctl is the good one since it has the higher SCN

  • I am using firefox and I also have had my computer reimaged, I am getting an error message and not able to redownload my lightroom and photoshop

    I just had my computer reimaged and firefox is the internet proxy setting, I am not able to re-download lightroom and photoshop for my subscription

    Nobody can know. You have not provided any exact system info or other useful details.
    Mylenium

  • Ipod touch is flashing apple sign and not able to open.

    I clicked on an app and then screen locked up into a flashing apple and I am not able to fix it.  Does anyone know how to fix this problem. 
    thanks, Liz811

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer          
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Is there something to download to make videos? ..and not able to open videos

    This is probably a really stupid question, but I did a search and I can't find an answer. When I call CS they just tell me that the phone isn't set up to record videos and that they dont know why I cant open them either. Basically I have a few friends that also have curves and they can make videos and send/recieve them.  I have a video spot in my media section, its like a film roll, if I click on that I get no option to make a video, if I hit the bb button n go to options theres still no option to make videos.. I know its not a big deal.. but I miss that feature from the phone I had before. I have the whole package thing from At&T .. and I cant open messages that people send me that have a video.. I just get this message saying there is not enough space, I have a micro sd card in the phone. I'm at a loss of what to do, and CS is of no help at all... If its as simple as downloading some software thats awesome! Thanks in advance for any help or suggestions! ... oh I did find one thing about software to download but it would void the warrenty.. I'm on my fourth phone this year.. lol so if it voids it I dont care.. I get a different model next time around. =)

    Yes... copy the file to the other laptop via a flash drive or similar method.

  • My mobile not able to restore and not able to open

    hai ,
    my iphone is not working from esterday i tried to restore the mobile it show error when i tried to restore my iphone. please advise what i have to restore it ..

    Hello, shibli719. 
    Thank you for visiting Apple Support Communities.
    If your device displays a connect to iTunes graphic, try the steps in the article below.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    If you are unable to restore the device and receive an error code, try the steps in the articles below.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    If none of these steps resolve the issue, please reply back with the exact error message received and which operating system you are using.
    Cheers,
    Jason H.

  • Am running itunes 11.0.4 and not able to open either wav file or mp3 ?

    Ok, so as someone who has been using Macs for a very long time and making music and the rest, I have suddenly found that I can't open a file for a backing track that has been sent to me using .wav format and now .mp3 - the files wont open in itunes (or show up in itunes) after I have tried adding to library and have even tried adding to my drop box and listening but NOTHING! Have checked settings and preferences and have mp3 decoder in drop down menu and have also turned off 'itunes match' incase that caused a conflict of some sort.
    Am totally bemused.
    Any advice from anyone?

    user13162661 wrote:
    Thanks Pavan for yoour response, but how can i find, which is good copy of the controlfile?
    Now i have 3 controlfiles in spfile or in pfile, Can i directly remove the 1 and 2 controlfiles from pfile and put the 3rd there itself and start the db.
    startup pfile='file_path';
    Is there any thing i am missing?
    Please helpout.
    control file '/u02/oradata/beacondp/control02.ctl' version 390158 inconsistent with file '/u01/oradata/beacondp/control01.ctl' version 390097I suspect that control02.ctl is the good one since it has the higher SCN

  • Why have I suddenly got a lock on the icon, and not able to open Firefox?

    Logged on today and found a lock symbol on the Firefox icon. I cannot open the programme unless I do it out of the sandbox. Why is this? My system is Windows XP pro.

    For some reason my Avast malware killer had put Firefox in its sandbox. Sorted. thanks for the help.

  • Files downloading as .pkg and not able to open

    whenever I download a new application file it turns into a .pkg file and I am unable to open it.
    PowerPC G4 1.42 GHz. 1GB DDR SDRAM Mac Mini   Mac OS X (10.4.7)  

    Hi
    I can't find the Installer.app on my computer and I am therefore unable to open any downloads and install them. i went into your link to get it but it was no longer active.
    can you help?
    thanks
    i am new to macs and i am finding the whole experience terribly frustrating.
    hopefully this discussion forum is the answer.

  • Not able to open Citrix - java error

    Hi,
    When I try to open a citrix application i am getting below error and not able to open the application properly. Please help.
    OS : Ubuntu 11:04
    Firefox version : 6.0.2
    load: class com.citrix.JICA not found.
    java.lang.ClassNotFoundException: com.citrix.JICA
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:252)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Plugin2ClassLoader.java:250)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Plugin2ClassLoader.java:180)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Plugin2ClassLoader.java:161)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Plugin2ClassLoader.java:687)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Plugin2Manager.java:3025)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1498)
    at java.lang.Thread.run(Thread.java:662)
    Exception: java.lang.ClassNotFoundException: com.citrix.JICA
    Regards,
    Deena

    the Java Runtime is not able to open Mozilla browserHow exactly? Do you try to execute Mozilla from Java? Exactly how?

  • Not able to open secure web pages

    Hi Members,
    Their seems to be some problem with my internet. I hope i can get some answer to it. After i had my firmware update for my macbook (leopard 10.5.2 combo updated), it became very slow and gave me kernel panic. Last week i had to format my HDD and re-installed Mac OSX. Now i see some very serious problem. Neither i can use my macbook to log in to dicussion forum and not able to open any secure websites like facebook.com, hi5.com and microsoft.com and support.apple.com. Its pulling my nerves.
    Kindly Help.
    Regards
    Vikram

    Thank you so much for the helpful information. Let me tell you in brief...
    "Hi,
    It has been an ongoing problem with my mac book. I have to use a PC to log in to my discussion forum to know about my questions. I am using a macbook (leopard 10.5.2 combo updated) and i had done a complete re-installtion of the Mac OSX as i had a kenel panic after i had created another account to check the problem with safari (as on a telephone call with apple support). Then i am not able to log into my account even on .mac account too. I had firefox but i had to do too much of "forced quit" when i had to close. Even my "SENDING ERROR REPORTS" FAILS everytime.
    All this started when i had some software updates from the website. How can i get rid of this problem. Further, while using any pc on the same network, i have the same problem. Is it a hardware / Mac OS software related problem or the Network (ISP) related problem....
    Plzzzzzzzzzzzzzzz Help. "

Maybe you are looking for

  • How to display 'NO DATA FOUND' in etext template (BI Publisher)

    Hi, I want to display the message 'No Data found' when there are no records for a particular group. I know that 'DISPLAY CONDITION' should be used to conditionally display the message. But, it has not worked for me. Can anybody please give the exact

  • Can't sign into Folio Builder. CS6 Recent DPS update. OSX 10.8.6

    Can't sign into folio builder with Adobe ID within indesign 6. The sign in window won't even come up. I have updated the most previous DPS tools to no avail. I can access my folios and sign in to the folio builder through browser, but cannot access t

  • Variable in Text Caption in Html5

    I am trying to display the contents of a variable on a slide so I am using a text caption.  It works fine on my PC, but on the iPad, where it is using Html5, only the initial value of the variable is being displayed. I've tried delaying when the capt

  • Pdfs are not reading correctly

    I use indesign and illustrator CS6 and when I write a pdf my client says its showing up as funky black and white and not color. Is there something wrong with my software?

  • How to find the start and end sector index/physical address of any given file?

    I need to find the range of sectors that a file occupied. Then determine the slack space in that file and then analyze the slack space. This is a forensics project work. I am new to forensics and have no idea what Window API calls may help me accompl