Re: Is it possible to completely recover VistaOS using only Recovery DVD?

Hidden WinRE partition was deleted by mistake but I still got the original Recovery DVD for my A200.
Is it possible to completely recover VistaOS without the WinRE partition, using only Recovery DVD?

Of course.
The Toshiba Recovery CD was designed to recover the notebook.
Using the recovery CD you will get the factory settings.
But note; the Toshiba recovery CD formats the whole HDD and erases the partitions from the HDD.
Greets

Similar Messages

  • Is it possible that my update stats used only correct tables?

    Whenever there is a schedule maintenance run I receive a error:
    Executing the query "UPDATE STATISTICS [Perf].[PerfHourly_F65954CD35A54..." failed with the following error: "Table 'PerfHourly_F65954CD35A549E886A48E53F148F277' does not exist.". Possible failure reasons: Problems with the query, "ResultSet"
    property not set correctly, parameters not set correctly, or connection not established correctly.
    Is it possible that my update stats used only correct  tables?
    Thanks

    Use below script ...(change if required)
    USE [dbname]
    go
    DECLARE @mytable_id INT
    DECLARE @mytable VARCHAR(100)
    DECLARE @owner VARCHAR(128)
    DECLARE @SQL VARCHAR(256)
    SELECT @mytable_id = MIN(object_id)
    FROM sys.tables WITH(NOLOCK)
    WHERE is_ms_shipped = 0
    WHILE @mytable_id IS NOT NULL
    BEGIN
     SELECT @owner = SCHEMA_NAME(schema_id), @mytable = name
     FROM sys.tables
     WHERE object_id = @mytable_id
     SELECT @SQL = 'UPDATE STATISTICS '+ QUOTENAME(@owner) +'.' + QUOTENAME(@mytable) +' WITH ALL, FULLSCAN;'
     Print @SQL
     EXEC (@SQL)
     SELECT @mytable_id = MIN(object_id)
     FROM sys.tables WITH(NOLOCK)
     WHERE object_id > @mytable_id
      AND is_ms_shipped = 0
    END
    Or use below for required table only but it will not execute only generate script, make change as per ur requirements:
    SELECT X.*,
      ISNULL(CASE
        WHEN X.[Total Rows]<=1000
        THEN
          CASE
            WHEN [Percent Modified] >=20.0
            THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name] + ' WITH ALL, FULLSCAN  --20% Small Table Rule'
          END
        WHEN [Percent Modified] = 100.00
        THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  --100% No real Stats Rule'
        --WHEN X.[Rows Modified] > 1000
        --THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  --1000 Rows Modified Rule'
        ELSE
          CASE
            WHEN X.[Total Rows] > 1000000000 --billion rows
            THEN CASE
                   WHEN [Percent Modified] > 0.1
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 1B Big Table Rule'
                 END
            WHEN X.[Total Rows] > 100000000  --hundred million rows
            THEN CASE
                   WHEN [Percent Modified] > 1.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 100M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 10000000   --ten million rows
            THEN CASE
                   WHEN [Percent Modified] > 2.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 10M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 1000000    --million rows
            THEN CASE
                   WHEN [Percent Modified] > 5.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 1M Big Table Rule'
                 END
            WHEN X.[Total Rows] > 100000     --hundred thousand rows
            THEN CASE
                   WHEN [Percent Modified] > 10.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 100K Big Table Rule'
                 END
            WHEN X.[Total Rows] > 10000      --ten thousand rows
            THEN CASE
                   WHEN [Percent Modified] > 20.0
                   THEN 'UPDATE STATISTICS ' + [Schema Name] + '.' + [Table Name]     + ' WITH ALL, FULLSCAN  -- 10K Big Table Rule'
                 END
            END
      END,'') AS [Statistics SQL]
    FROM (
    SELECT  DISTINCT
            DB_NAME()   AS [Database],
            S.name      AS [Schema Name],
            T.name      AS [Table Name],
            I.rowmodctr AS [Rows Modified],
            P.rows      AS [Total Rows],
            CASE
              WHEN I.rowmodctr > P.rows
              THEN 100
              ELSE CONVERT(decimal(8,2),((I.rowmodctr * 1.0) / P.rows * 1.) * 100.0)
            END AS [Percent Modified]
    FROM
            sys.partitions P
            INNER JOIN sys.tables  T ON P.object_Id = T.object_id
            INNER JOIN sys.schemas S ON T.schema_id = S.schema_id
            INNER JOIN sysindexes  I ON P.object_id = I.id
    WHERE P.index_id in (0,1)
      AND I.rowmodctr > 0
    ) X
    WHERE [Rows Modified] > 1000
    ORDER BY [Rows Modified] DESC
    Please click "Propose As Answer"
    if a post solves your problem, or "Vote As Helpful" if a post has been useful
    to you

  • How to recover IDS using CD recovery. and/or password recovery

    I'm getting the following error message:
    "No Hard drives has been found. You probably need to manually choose device drivers for the installation to succeed. Would you like to select drivers now?"
    IDS cd os 4.1(1)
    Choosing yes doesn’t lead to selecting drivers and I'm not sure how to install them. Choosing no doesn't help either.
    Also I'm trying to use this recovery CD on other unit that is password protected and I lost the password for it. i can't even boot from the CD. It boots immediately from the HD and it wont let me go for the CMOS setup to change boot order.
    Oren

    Okay...first things first. The IDS-4210 does have a power button. If the bezel is installed, there is a silver button on the front that controls power. If the bezel is removed, you will need to push on the plastic circuit cover where the power symbol is located. The symbol looks like a circle with a vertical line at the top. Press directly on that symbol. Typically the sensor will boot back up if you remove power the way you described if it was running at the time. This is because the power settings in CMOS are setup to return to the last state (running, off) after a power failure. It's possible that messing with the jumper on the board resets this setting causing it to lose state, and thereby requiring you to manually press the power button to get the system to come back up. This should get us back to the HDD issue....
    When you had the cover off, did you happen to check the power and IDE cables to the HDD? If not, try removing and reseating the connectors as a first step. You may also try moving the drive to the other bay and connecting it there (to rule out cable issues). This config should work, but it hasn't been tested. If you are still having problems, it is probably a HDD failure, and I would recommend RMAing the system. If you really want to make sure this is the problem before going through the hassle of an RMA, you can test the drive in a separate system (or swap with your second 4210). Just don't install two drives in the same 4210 at the same time.
    On the second system, you indicated that it was not booting to the CD, but would boot directly to the HDD. This may still be an issue with your CD copy, because not all IDS-4210s will behave the same way, even with the same CD. We have witnessed this in the lab ourselves. My only guess is that some of the CD-ROM drives are more sensitive than others. I would try to verify BIOS settings on this system before blaming the CD though, unless you have another CD to test with.
    Regarding breaking into CMOS, can you describe what you are seeing when the system boots? Are you connected through the serial port or with a keyboard and monitor? If you are connected through the serial port, you may not see anything if console redirection is not enabled in the BIOS. You will have to connect a keyboard and monitor to fix this. If you are on a monitor, you should see one of two things...either a Cisco splash screen, or standard text POST messages with a prompt to hit to run SETUP. Hit while either of these is displayed, and it should enter CMOS setup once the initial cpu and memory tests are completed.
    Let me know if you are still having problems after trying these suggestions. You can contact me directly if you want ([email protected]).
    -Rusty

  • Is it possible to make a slipstream using the recovery CD (SM30-154 WXP)?

    Is it possible to make an slipstream using the product recovery (satelite pro SM30-154 and windows XP home) and die windows XP sp 3 update?
    If so, how?
    grtz
    Bert

    Hi
    What you could do is to create a new image using a 3rd party application like Norton Ghost for example.
    You could firstly install the Windows XP using the Toshiba recovery CD.
    Then you could install the MS service pack 3 and then you could create the new image.
    Such image could be stored on the new CD or as file on the second partition.
    I did it too. Ive got two partitions on my HDD and have created a backup of C (system partition) using the Ghost. The file is stored on D (data partition) and if something will go wrong with my Windows I can restore it using this file.
    Easy ;)

  • Is it possible to refresh parent window using only JSP??

    If I open a up a new browser window using target="_blank" in the link. Is it possible for me to refresh the parent window using only JSP?
    I know it's possible using Javascript ( window.opener.location.reload(true) ), but my customer don't allow me to use Javascript.

    There is no problem Timo. I'm actually glad that you responded. You're a person that works with ADF for a long time so you know what can be or not easily done, so many thanks.
    I'm going to ask you another question so i don't have to open a new topic and cause a little spam on the forum.
    Is there any way to have more than 2 attributegroups working in my treemap, or in another words, more than 2 ifs in my treemap to color the elements by more than 2 colors or patterns?
    I have this:
    <dvt:treemapNode value="#{row.Store}" label="Store: #{row.Store},  amount: #{row.Amount}" id="tn2" drilling="replace">
         <dvt:attributeGroups value="#{row.Amount lt 10000000}" type="color" id="ag5" label="#{row.Amount lt 10000000 ? 'Abaixo dos 10.000.000' : 'Abaixo dos 20.000.000'}"/>
         <dvt:attributeGroups value="#{row.Amount lt 20000000}" type="color" id="ag7" label="Amount less than 20.000.000"/>
    </dvt:treemapNode>
    If i try to put another attributeGroups, it will not work, for example, for the tests, i've try to add a attributeGroup for an especific amount and all my elements got colored.
    Don't know if it is important but i have a hierarchy in my treemap.
    Any ideias Timo?
    Regards and many thanks.

  • How can recover database using only Full Export ?

    Hi,
    I have one query , i have only Full export is given database , after full export sucessfully
    database Crash by mistacally, how can recover it, i have only export is given no backup is taken (RMAN,COLD or HOT) statergy is use , How can recover it.

    You need to recreate the database from scratch as imp requires a working database.
    You could already do this by transforming the results from
    'alter database backup controlfile to trace', a trace file containing a 'create controlfile' statement, into a 'create database' script.
    After that step you apply your import. Everything after that import is lost forever.
    One would ask for a sanity check of management and personell of a company, which has no backup strategy in place.
    Sybrand Bakker
    Senior Oracle DBA

  • Possible to force X to use only user listed modes?

    Section "Screen"
    Identifier "amdcccle-Screen[1]-0"
    Device "amdcccle-Device[1]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1920x1080" "1280x960" "800x600" "960x540" "640x480"
    EndSubSection
    EndSection
    This is my screen section in xorg.conf file. I would like to only have these resolutions available and not the rest of the crap (built-in standard vesa modes, etc...). Is that possible somehow?

    That's not important. What is important is that I want to use exactly these modes and nothing else.

  • Is it possible to install Tiger using an external DVD drive?

    I have one the of the first iMacs and at the time I thought I didn't need a DVD Player. However, now I was thinking of buying an external DVD player/burner. Is it possible to upgrade to Tiger using the external DVD drive since I don't have an internal one?

    Hi Celticart,
    Welcome to the discussions.
    I have an old AGP PowerMac G4 to which I have hooked an external Firewire DVD Drive. I have installed Tiger without any problems, using this drive. I see no reason why it couldn't be done on an iMac as well, (provided it has Firewire).
    I don't think you could get it to work using an external drive hooked up via USB.
    Cheers!
    Karl

  • My documents on my iCloud storage got automatically deleted, is there any possible way to recover them? They're nearly 1GB and very important to me.

    On January 26th, I downloaded iCloud for Windows and logged in using my account which was the same with the one on my Mac. 2 days later, at 3:27 PM January 28th, my 1 GB of documents on my iCloud storage got deleted automatically. I'm saying this because at that time I was sleeping and both my Mac and my Windows PC are turned off, and I'm home alone, besides there was no suspicious login reported to me by Apple.
    So is there any possible way to recover these documents? I'm a teacher and they're very important to me. My Time Machine wasn't enabled so using it is useless.
    Thank you so much for any help.

    Please please help me, if you know how.

  • HT4993 Is there a way to recover deleted photos using itunes? I found software that allows me to preview the deleted photos but it costs to completely recover the files and downliad them to my laptop. Any advice would be great!

    Is there a way to recover deleted photos from my iphone 4?

    I found software that allows me to preview the deleted photos but it costs to completely recover the files and downliad them to my laptop. Any advice would be great!
    Purchase the software.
    Is there a way to recover deleted photos from my iphone 4?
    You have already found a way.
    Someone put some work into developing a program so if the photos are important, purchase the software.

  • Is it possible to completely disable duplicate and revert and restore "Save as ..."?

    Is it possible to completely disable duplicate and revert and restore "Save as ..."?

    I don't know about disabling duplicate but this TUAW article explains creating & changing the keyboard shortcuts.

  • Is there any possible way to recover photos/videos on an iPad even if it wasn't backed up?

    I recorded a video on my iPad Air and then my cousin deleted it like 5 minutes later, it wasn't backed up or anything but is there any possible way to recover it or no?

    Sorry, no.

  • I had my iPhone stolen and I wonder if I would be possible to completely lock the device, preventing the thief turned the phone again?

    I had my iPhone stolen and I wonder if I would be possible to completely lock the device, preventing the thief turned the phone again?

    You can lock the device to prevent them from getting to your personal information if you set up mobileme, but unfortunately all the theif has to do is a forced restore and set up as new, get a new SIM and use it.

  • I bought my iphone 5 a bit more than a month ago. Few days ago it is broken (not my fault). Is it possible to completely return it and get money back?

    I bought my iphone 5 a bit more than a month ago. Few days ago it is broken (not my fault). Is it possible to completely return it and get money back?

    No, you cannot get your money back.
    If you have tried the basics restart, reset, restore, then make an appointment at the genius bar.  If the iphone is defective then they will replace it.

  • Is it possible to completely disable Keychain Access in Tiger?

    Does anyone know if it is possible to completely disable keychain access in Tiger? As part of security policies handed down from our corporate office, I need to be able to totally disable the ability to save/store any kind of passwords for servers, email software, other software, etc. Thanks!
    Misc.   Mac OS X (10.4.3)  

    This might be away around it.
    Additional Notes on Protecting Keychains
    For laptops it may be advisable to store all keychains on a portable drive, such as a
    USB flash memory key or a portable FireWire drive, if allowed by organizational
    policy. The portable USB key can then be removed from the laptop and stored
    separately when the keychains are not in use. Anyone attempting to access data on
    the machine will need the laptop, the USB device, and the password for the keychain
    stored on the USB device, providing an extra layer of protection if the laptop is stolen
    or misplaced.
    To use this capability, move all keychain files to the USB storage device and
    configure the Keychain Access application to use the keychains in the new
    location. Remember that the default storage location for keychains is in each user’s
    Library/keychains directory, but that the user may have stored keychains
    elsewhere as well. To move a keychain to a portable USB drive (or to any new
    location):
    1. Start the Keychain Access application.
    2. If the drawer showing the user’s keychains is not open, click on the Show
    Keychains icon to open it.
    3. Click to select the keychain that is to be moved.
    4. Pull down the Edit menu and select Change password for keychain
    “X”..., where X is the keychain being moved.
    5. Click on the Details arrow to display more detail about the keychain.
    6. Note the Keychain Location and click Cancel.
    7. Pull down the File menu and select Delete keychain “X” where X is the
    keychain being moved.
    8. In the window that appears on the screen, select Delete References. Do not
    delete the files; only the references should be deleted here.
    9. Open the folder containing the keychain as noted in step 6.
    10. Copy this file to the new location, such as a USB keychain drive.
    11. Drag the original file to the Trash.
    12. Choose Secure Empty Trash from the Finder menu to delete the file.
    13. In the Keychain Access application, select Add keychain... from the File
    menu and open the keychain file that was moved.The keychain will appear in
    the list of keychains in the Keychain Access application.
    The system will now access the keychain file in its new location.
    While this is for Panther it should be the same for Tiger.
    You might also want to check out the Security Configuration Guide put out by NSA.
    For Client
    http://www.nsa.gov/snac/os/applemac/osxclient_final_v_11.pdf
    For Server
    http://www.nsa.gov/snac/os/applemac/I331-003R-2005.pdf

Maybe you are looking for

  • NWDS 7.11 ceclt nwcetool is missing

    Hi! After installing NWDS 7.1 EhP1 I now urgently miss the ceclt tool which was formerly (in NWDS 7.10) located under ...SAP\IDE\CE\eclipse\tools\nwcetool\ I need this tool urgently to convert my EAR project to an SDA file using the ceclt function cr

  • Send and reply suddenly are very slow

    When I hit reply or send new message I get a spinning ball for several minutes before the new window to reply appears. Mail used to work rapidly and well for me, but in the last few days it has slowed to an unusable crawl. Any fixes?

  • Photoshop Elements 4 will not launch

    I have installed Photoshop Elements 4 on my MacBook. Photoshop Elements 4 is a PowerPC app. (not Universal). From what I've read, it should open with Rosetta. But every time I try to open it, I get an error message: "The application Photoshop Element

  • Error executing ./agent.sh

    Hi, Executing ./agent.sh im gettin the following error message: [root@redhat01 bin]# ./agent.sh './bin/odiparams.sh: line 124: syntax error near unexpected token `do './bin/odiparams.sh: line 124: `for i in $ODI_HOME/lib/*.zip; do ./agent.sh: line 26

  • Mac Pro and Final Cut Studio 5.1.2

    I've had problems trying to export mpeg files from final cut pro using compressor after having updated all applications to their current versions (FCP 5.1.2, Compressor 2.3, Qmaster 2.3, QT 7.1.3...) including firmware, OS and security updates. Since