How to move code 39?

After the upgrade of virus protection, I had no DVD driives. Are there drivers more recent Manager sayss of devices, but code 39 won't allow Vista to install.

Here is an article on how to fix a Code 30 in Vista. http://www.pchell.com/hardware/cd_drive_error_code_39.shtml  It is to change the registry, so you must create a restore point http://www.howtogeek.com/howto/windows-vista/create-a-restore-point-for-windows-vistas-system-restore/ AND backup the registry http://www.adamsdvds.co.uk/tutorials/vista/regedit/backup.php until you just start being on the good side because I don't really know much about this procedure or if it will work because it says it does (or what else he can do - maybe something dangerous).

This is perhaps a better article on how to repair Code 30 errors in Vista http://pcsupport.about.com/od/findbyerrormessage/a/code-39-error.htmI would like to try this one first.  The same rules apply to do the restore point and backup before playing with the registry.

I hope this helps.

Good luck!

Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Tags: Windows

Similar Questions

  • How to move code from one class to another?

    I have a .fla file.

    Here, I have a few keyframes with labels.

    On the .fla file in the property in the field of the class I have adde class MyMatching.

    I also have the main code:

    package 
    {
         import flash.display.MovieClip;
         import flash.events.MouseEvent;
         import flash.text.TextField;
         
         public class MyMatching extends MovieClip 
         {
              var play_btn:MyButton = new MyButton();
              var kyky:MyTimer;
              
              public function MyMatching():void
              {
                   welcomeScreen();
              }
              
              public function welcomeScreen():void 
              {
                   stop();
                   trace("working");
                   play_btn.x = 210;
                   play_btn.y = 300;
                   addChild(play_btn);
                   play_btn.addEventListener(MouseEvent.CLICK, goToLevel_1);
              }          
                   
              public function goToLevel_1(event:MouseEvent)
              {
                   trace("level 1");
                   play_btn.visible = false;
                   gotoAndStop('Level1Screen');               
                   if (kyky==undefined) {
                        kyky = new MyTimer();
                   }
              }
         }
         
    }
    

    And I have another class:

    package 
    {
         import flash.display.MovieClip;
         import flash.display.Stage;
         import flash.utils.getTimer;
         import flash.text.TextField;
    
         public class MyTimer extends Stage
         {
              import flash.utils.getTimer;
              var gameStartTime:uint;
              var gameTime:uint;
              var gameTimeField:TextField;
              function mainFunction():void
              {
                   gameTimeField = new TextField();
                   addChild(gameTimeField);
                   gameStartTime=getTimer();
                   gameTime=0;
                   addEventListener(Event.ENTER_FRAME,showTime);
              }
              function showTime(event:Event)
              {
                   gameTime=getTimer()-gameStartTime;
                   gameTimeField.text="You plaing: "+clockTime(gameTime);
              }
              function clockTime(ms:int)
              {
                   var seconds:int=Math.floor(ms/1000);
                   var minutes:int=Math.floor(seconds/60);
                   seconds-=minutes*60;
                   var timeString:String=minutes+":"+String(seconds+100).substr(1,2);
                   return timeString;
              }
         }
         
    }
    

    Ho can I play MyTimer class code in the function goToLevel_1 (this furnished function in my main class MyMatching)?

    Thank you.

    First your class MyTimer is sloppy and poorly written.

    Why does go on stage? The more compact class to extend the circumstances is Sprite.

    In addition, it is very important to get the habit of data type declarations. Not only it is advisable, in your case the good compiler will throw error because even if you return the string, function returns nothing.

    In addition, it is important to declare namespaces as public private and protected within the classes. No function clickTime (): String but private function clockTime (): String or publicfunction clickTime (): String.

    How to show your time elsewhere - you just create instnace of it and add it to the list of disaply:

    var myTimer:MyTimer = new MyTimer();

    addChild (myTimer);

    That said, your class should look like this:

    package
    {
         import flash.display.Sprite;
         import flash.events.Event;
         import flash.display.MovieClip;
         import flash.utils.getTimer;
         import flash.text.TextField;
    
         public class MyTimer extends Sprite
         {
              private var gameStartTime:uint;
              private var gameTime:uint;
              private var gameTimeField:TextField;
    
              public function MyTimer()
              {
                   gameTimeField = new TextField();
                   addChild(gameTimeField);
                   gameStartTime = getTimer();
                   gameTime = 0;
                   addEventListener(Event.ENTER_FRAME,showTime);
              }
    
              private function showTime(event:Event):void
              {
                   gameTime = getTimer() - gameStartTime;
                   gameTimeField.text = "You playing: " + clockTime(gameTime);
              }
    
              private function clockTime(ms:int):String
              {
                   var seconds:int = Math.floor(ms / 1000);
                   var minutes:int = Math.floor(seconds / 60);
                   var timeString:String = minutes + ":" + String(seconds + 100).substr(1, 2);
                   return timeString;
              }
         }
    }
    
  • How to move the code from right to left display panel

    How to move the code from right to left display panel

    You don't mention what version you have.  Go to view > uncheck the box design on the left.

    Nancy O.

  • Acer A1-810 - how to move applications to external SD card?

    For my Tablet owner's manual says to videos on the external sd card to free up space. It does not say how or where the videos are stored on the tablet. Please, can someone help me how to do this? During the last two weeks, I spent HOURS searching for this answer and the closest I ' ve come was a youtube video that said, "everyone knows how to move videos, so let's talk about something else". " Everyone knows, why anyone would say? I tried 6 different files managers and plug to my laptop but, so far, even impossible to find the files.

    It just shows the videos I put on the external sd card. The videos that I bought the game from Google and downloaded are on the internal card. But SUCCESS, I found them and now I know why the search does not find them. They are not stored using the title of the film in the name of file, not with a standard extension. The file names are the word framework followed by apparently just the characters of random (probably a code recognized but the player) and with the extension. WVM. In any case, now that I know that, by moving are the easy part. That they won't play the external card, however, because Android brings as a file type not recognized. If I want to play, it is necessary to move their back where they belong, but at least now I can do it. Thanks for the suggesstions.

  • How to move to the next component?

    Dear friends,

    Can someone tell me how to move the focus to the next item in the screen. In fact, I have a verticalmanager with verticalscroll this Manager of vertical field consists of the field with about 100 rows of data. Below this vertical field Manager, I have a single button. If I want to move this button means that I have to go through all these 100 lines in this edit field. It is in any case to move the focus to the button directly by clicking the single button. If you have an idea to solve this problem pls help if you can please give me some code snippet.

    Kind regards

    s.Kumaran.

    You can use setFocus to set focus on a certain area. How you trigger it is your choice, you could, for example, use enter or alt + key. Use keychar or keydown for the management of keys.

  • How to move the insertion point from editText ScriptUI?

    Hello.

    How to move the insertion point from editText ScriptUI?

    Please tell me the JS code.

    Thank you.

    I don't think you can. You can control the selection of text in an editText widget, but not the position of the insertion point.

  • Using CS4 Flach and action script 2.0 how to move a specific frame in the main timeline when a movie clip instance come at the end of his chronology?

    Using CS4 Flach and action script 2.0 how to move a specific frame in the main timeline when a movie clip instance come at the end of his chronology?

    code on the last frame of your movieclip instance:

    _root.gotoAndStop ('whatever_frame');  will work unless this swf is loaded into another swf.  in this case, you must use a relative path to the main timeline (for example, _parent or _parent._parent etc.).

  • How to move a symbol + reference guide

    Hello

    I am sorry to be a noob.  I installed Animate a week ago and have a prototype in 3 days, so I'll just ask:

    (1) how to move/transform/translate a code symbol?  The editing, the symbol itself, or another symbol would work.  Leave in the symbol, I thought I could do something like:

    SYM. CSS('left',100);

    but it does not work.

    (2) is there a reference guide listing everything you can do in a symbol?  I see examples such as:

    SYM. Play();

    SYM. Hide();

    SYM. Animate ({opacity: 0}, 500);

    but I can't find a list of all my options.

    Or is it something I can do with javascript or jQuery?

    Sorry again for giving and asking.

    Thank you

    -Sherry

    And Sherry to move the symbol to say click on symbol, you can use code like:

    sym.getSymbol("Symbol_1").getSymbolElement (true) .stop () .animate ({"left": "= 30px"});

    Add this to say the action of Symbol_1 click.

    Hope that helps!

    Kind regards

    Soline

  • How to move a virtual machine from one virtual switch to the other since the SDK / command line?

    How to move a virtual machine from one virtual switch to the other since the SDK / command line?

    Joshua Smith

    Are you referring to the evolution of the virtual machines network portgroup of one to the other and in your case potentially issue on to another vSwitch? If so, take a look at this script: updateVMPortgroup.pl everything you do really makes a call to ReconfigVM_Task() and passing in a specification change and put to day the network in which you want to change

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    VMware Code Central - Scripts/code samples for developers and administrators

    150 VMware developer

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    Twitter: @lamw

    If you find this information useful, please give points to "correct" or "useful".

  • How to move lines up and down?

    Have a simple html table.

    How it moves lines up and down? change of position?

    So easy with Excel, but I'm lost with DW. Thank you!

    Such a thing of simple dimple in excel up and down lines.

    HTML is not a worksheet.

    Not in the code, that's why I got DW, but I guess I'm open to anything then.

    If you want to use DW, that will have to change.  It is quite punishing to those who avoid the code.  The irony is that other than a mental barrier, it is really very simple.

  • I have a macbook pro 2009 environment. I can't upgrade to Sierra and I lion. How to move to el capitan since I can't upgrade to Sierra

    I have a macbook pro 2009 environment. I can't upgrade to Sierra and I lion. How to move to el capitan since I can't upgrade to Sierra

    You can go to El Capitan, as you would to Sierra. Download from the App Store. You should be able to do.

  • How to remove Code condition on iwatch after the last update

    How to remove Code condition on iWatch after the last update?

    Hello

    On your iPhone, in the application of the watch, go to: My Watch (tab) > password - tap on disable password.

  • How to move from the photo library?

    How to move from the photo library? How to use more than one library?  I would like one on a second partition for work stuff and hand over folder for personal stuff.

    Do the drag to another volume and launch Photos with down necessary option.

    (144134)

  • Can W7 \64 bit\FF42.0\How I move the profiles?

    Everything seems to work perfectly. But I realized that I should be able to find how to move my profile to another drive on my computer somewhere in the profile itself. I've looked everywhere I can think of and can't find this info. If you can tell me where it is, maybe I can manage. But if not, can you tell me how to move the profiles? My os is Windows 7 Pro 64 bit. I am running Firefox 42.0. Your guesses are all correct, except that I'm not sure about the plugin from Adobe. Thanks for any help.

    You can use the Profile Manager to create a new profile on a different hard drive folder by clicking on the button "choose a folder.
    Be sure to select a new empty file and not a folder that already contains files.

    You can transfer files from the current profile folder to this folder.

  • How to move the button refresh?

    I would switch the Refresh button to the left of the URL size. However, when I go to the 3-bar menu and choose Customize, it seems to be set up as part of the URL bar, and there is nothing I can do to move.

    Please tell me how to move.

    I use Firefox on OS X Yosemite 40.0.3.

    This module will allow you to make a difference.

    Restorer Classic theme (Customize Australis) {web link}
    Restore the tabs squared, appmenu, modules, small display bar icons and more on Australis UI (Windows/MacOSX/Linux + Fx 29 +).

    This will restore a lot of things the latest updates brought.

    http://forums.mozillazine.org/viewtopic.php?f=48 & t = 2827985
    Restorer of classic theme - thread (v2)

    [email protected] Classic theme restaurateur - Support E-mail

Maybe you are looking for

  • Why the pop-up windows by adding modules mean and how to get rid of

    This forum must be able to accept an image with the request. This is so I'll do a work around images because the forum is defective

  • 2016 Excel is very slow

    I have a new MacBook Pro 3.1 GHz i7 with 16 GB 1876 MHz DDR3. I'm working with an excel file which contains 91 000 lines and making calculations requiring all ranks to calculate, excel moves very slowly. Is there something I can do to speed up the pr

  • Tecra S2: Definition of external monitor like main display

    Hi all last week I got a new laptop Tecra S2 and I have the problem to my external monitor like main screen in dual display mode. The section in the window is grayed out. Anyone know how can I enable this feature? On my old laptop (Tecra S1 with ATI

  • Photos do not accept the Facebook password

    I recently spent using Photos, instead of iPhoto, but now I find that I can't share my photos directly on Facebook.  When I try to do, it constantly says that I need to fill my Facebook password, what I did, but he never accepts the password.  I even

  • iCloud backup restore

    I find that in iTunes 'Restore backup' is disabled. (Under backups manually-> the backup and restore-> restore from backup). I supported my phone regularly. And there the last IOS. And his iphone 5. Any suggestions / recommendations. A stupid Outlook