Explorer crashes when you give the command cut/copy

When I select several files on the computer is ok but when I give the control computer cut or copy freezes and then explore crashes. After awhile, it restores but whith many programs of the bar closed tasks and the record that I was reviewing for the closed time...

In many other forums, I find that this problem happens to many people...

I hope someone can help me

Have you tried a disk cleanup and Defrag recently? Also, there may be several programs that run in the background, some you don't want. I also suggest that perform you a virus with a check update program antivirus.

Tags: Toshiba

Similar Questions

  • How can I solve very slow scrolling with the mouse when you press the command key? (MacBook Pro, Lion, no problem when using trackpad, no problem with other web browsers, other mice have the same problem)

    Scrolling speed is fine, but when you press the command key and then it becomes very slow.

    He does it with a mouse, but not with the trackpad.
    It does when the modules are disabled.
    No problem on Safari or Chrome.
    No problem on PC.

    I think it all started when I went form a MacBook with Snow Leopard on a MacBook Pro with Lion.

    Any help would be much appreciated.

    Thanks in advance!

    You use the mouse wheel to scroll?

    There are some prefs mousewheel, which control the behavior when you press the modifier keys.

    You can set the key to the action of each to 0 for normal scroll.

    See http://kb.mozillazine.org/About:config_entries #Mousewheel.

  • Tecra M5 - crashes when you use the docking station - fan at full power but no start the thread

    Hi all

    As I say, I have intermittent problems where the machine crashes when you use the docking station. Sometimes at the beginning of the startup of windows then stalls and powers of fan at full power. If I take off the base of the machine, it works fine.

    I bought this machine because I had one in my previous job and he had found great. However, my only previous also had this problem sometimes when lashing...

    Any assistance received very warmly.

    Thank you!

    Hello

    Stand by. You have noticed this behavior when the laptop is OFF, connect to the docking station and after doing this you turn. Am wrong me or have I misunderstood something?

    Maybe's external screen connected to the docking station?

  • Crash when you press the [...]

    I got various random crashes when you press the button [...] in the various 9.0.1, CVI function panels but I have not found a model so far.

    1. open Control Panel function for SetCtrlAttribute
    2. for "Attribute of control", press the button [...] and select the item of «Format"under «Format and precision...» "found under"control settings.
    3. press the button [...] to 'value of the attribute.  For me, he won every time CVI.

    Thanks in advance for any help!  If all goes well, there is a quick fix that I find this feature very useful.

    Hello

    It is a known issue with CVI 9.0.1.  This link should fix the problem for you.  Let me know if it does not work.

    NickB

    National Instruments

  • Dreamweaver CS5.5 mac crashes when you use the background color palette

    Dreamweaver CS5.5 mac crashes when you use the background color palette

    Mac OS 10.11.3 El Capitan

    Hi bibledoc

    You can try to reset the Dreamweaver preferences.

    Following the file and the folder are removed from your system:

    / Users / your User Name/Library/Application Support/Adobe/Dreamweaver

    Rename the folder of Dreamweaver preferences, for example, Dreamweaver CS5.5 Old_Dreamweaver CS5.5 folder.

    / Users / your user name/Library/Preferences

    Rename the folder of Dreamweaver preferences, for example, Dreamweaver CS5.5 Old_Dreamweaver CS5.5 folder.

    Restore preferences in Dreamweaver CS4 and CS5, CS5.5

    Access the hidden library files Mac OS

    When Dreamweaver starts, it creates a new preferences file and the folder.

    If it helps doesnot, maybe you can try to create a new admin user account and check. If this is useful, you can try to uninstall and reinstall in the new user account.

    OS X Yosemite: set up users on your Mac.

    Kind regards

    Nikhil Gupta

  • CC 2015 Illustrator crashes when you use the function "save for Web".

    CC 2015 Illustrator crashes when you use the function "save for Web".

    Hello

    We have published a 19.0.1 hotfix that resolves this problem in discussion on this topic. Please apply the patch to your creative cloud application. The creative cloud application checks the update once a day, so you may see the update immediately.  If you want to force the check for an update at the beginning please logout and log back into the creative Cloud application.

    Link to 19.0.1 release notes: https://helpx.adobe.com/illustrator/kb/illustrator-cc-2015-crash-bug-fixes-19-0-1.html

    Kind regards

    Ashutosh

    The name of the Illustrator team engineering

  • Adobe flash CS6 crashes when you use the text or Word of edition tool all the time... Please help!

    Adobe flash CS6 crashes when you use the text or Word of edition tool all the time... Please help!

    No one can tell you anything without the proper system or other technical details info. The standard answer with all the problems of text is quite simply, you have a "bad policy" on your system and need to get rid of him.

    Mylenium

  • Flash 11.8 beta crashes when you exit the full screen

    Flash 11.8 beta plugin crashes when you exit the full screen.

    * The crash of the plugin that brings in ComodoDragon 26.2.2.0 and Firefox21.0

    * The accident occurs in Flash 11.8 beta only

    * Flash Player 11.7.700.202 not crushed.

    * The accident happens on Wndows7x64 and WndowsXPx32 as well

    Steps to reproduce:

    1. install the Flash Player 11.8.800.50

    2. run ComodoDragon 26.2.2.0 or Firefox21.0

    3 open http://www.youtube.com/watch?v=55s3T7VRQSc

    4. click on the icon at the bottom right of the video fullscreen

    -observe the Flash video becomes fullscreen mode

    5. press ESC to exit full screen

    -observe the Flash pluin crashes

    Actual results:

    The Flash plugin crashes

    Expected results:

    The Flash plugin should not fall down.

    The video should play continue.

    Hi, it is already known.

    https://Bugzilla.Mozilla.org/show_bug.cgi?id=869838 = adbe 3556886

    https://Bugzilla.Mozilla.org/show_bug.cgi?id=772097 = adbe 3550712

  • ORA-00900 when you use the command COPY with dynamic SQL

    Helllo,
    I created the following procedure:

    create or replace procedure copyTable (pSourceTableOwner IN varchar2
    pSourceTableOwnerPasword IN varchar2
    pTargetTableOwner IN varchar2
    pTableName IN varchar2
    pDatabaseLink IN varchar2)
    as

    vStatement varchar2 (250): = null;

    Start

    vStatement: = "copy of". pSourceTableOwner | '/' || pSourceTableOwnerPasword | '@' || pDatabaseLink |
    "Insert" | pTargetTableOwner | '.' || pTableName | ' using select * from '. pTableName;

    immediately run vStatement;

    end;
    /

    The generated command (variable vStatement) looks like this:
    "Insert a copy of O_GLCEN/o_glcen@SELLENTW o_jh. "X_PLZ_CD_MERGED_CTIS using select * from X_PLZ_CD_MERGED_CTIS".

    When you call this procedure as "exec copyTable ('O_GLCEN', 'o_glcen', 'o_jh', 'X_PLZ_CD_MERGED_CTIS', 'SELLENTW');" the following lifts:

    FEHLER in line 1:
    ORA-00900: invalid SQL statement
    ORA-06512: at "SYSTEMTECHNIK". COPYTABLE", line 20
    ORA-06512: at line 1

    But when you call the command COPY directly from SQL prompt the statement runs without error.
    Is in general not possible to use the dynamic COPY with SQL command? If it is possible does anyone has an idea what I am doing wrong?

    Any help will be appreciated...

    Rgds
    JH

    I would like to use something like

    vStatement: = ' start in f (select * from ' | pSourceTableOwner |) '.' || pTableName | '@' || pDatabaseLink | Insert loop ') in ' | pTargetTableOwner | '.' || pTableName | "f-values; end loop; end; »
    immediately run vStatement;

  • Adobe acrobat reader for windows 8.1 x 64 crash when you use the search function

    Software Adobe acrobat reader crashes on windows 8.1 x 64 when you use the search function. Please help it is extremely annoying

    Hi rikusg98319732,

    I will suggest you to perform a clean reinstall of the reader.

    Delete using the cleaning tool: Download Adobe Reader and Acrobat tool - Adobe Labs

    Install from here: http://get.adobe.com/reader/enterprise/

    Thank you

    Abhishek

  • Crashes when you save the eps file

    Don't know how to solve this problem. Saw the comments on changing the time zone, but I can't seem to find where to change this setting (within AI? or are they referring to my computer settings?) Have also tried to install the new Adobe CC 2014, but even that one goes down. Also, I rebooted the computer, but it's always the same problem.

    Thanks for any help.

    Try to "Place" instead of "Import".psd files  When you place the images, you have the possibility to link the files and then again when you save as > EPS.  You have probably inadvertently incorporated the .psd files.  The right method of importing image files using the file > place command.

  • Reader 9.3.2 crashes when you use the bookmarks search & close pane

    I have some PDF files created using the Bookmarks pane left unresolved - that is to say the Bookmarks pane is open whenever I open the file. This means that the display of the actual page is too small to read.  I can close the Favorites bar and everything is OK.

    However, I use the index search function a lot - I have an .idx indexing file a bunch of PDF files, and I have search in PDF files with this index.

    If I search something, then select a search link, the file opens with the shutter open bookmarks.  If I close the Bookmarks pane after searching a something * kaboom *.  Player crashes.

    BTW, it also blocks if I resize the window - so I can't even increase the size of the page without closing the Bookmarks pane.

    I'll see if a co-worker can use his copy of Acrobat Pro to edit the files, close the Bookmarks pane and re-save the files.  But in the meantime, this is a very annoying bug.

    Works on Vista Home Premium SP2 32-bit.

    Open the drive, go to Edition-->--> Documents Preferences and select "Restore last display settings when reopening documents."

    So now when you reopen the PDF with bookmarks bar you have closed earlier after checking this option, you will see the bookmarks bar is closed.

  • Satellite L40 crashes when you use the product recovery disc

    When you use the product recovery disc to repair my laptop it hang after language page display.

    Select meaning when it displays the language, I select language and press next, no action more far there... I can move one pointer.

    Some may help how to solve the problem.
    Thank you

    > Select sense when it displays the language, I select language and press next, no action more far there

    Perhaps, your recovery disk is corrupt. What happens if you try with Windows disk copy?

  • TestStand crashes when you use the feature of LENGTH

    So I have a problem when you use the TERM built on stage.

    the first time I run my sequence everything goes normally...

    the second time I try to run the sequence it freezes teststand.

    I have notices that when I run my sequence. I can see on TRACK OR the following:

    niSE_opensession

    niSE_connect (routex)

    nise_disconnect.

    but after that the sequence is complete. It is not close to the niSE sesion. that this has something to do with the gel TestStand?

    If this isn't the case, have you had this question before?

    I contacted pickering... they got me new drivers

    Response of Pickering:

    It sounds like the problem which came first when NEITHER Visa has been changed, version 5.2 or higher, I think. In any case, I'll try first to install the latest version of the Pickering IVI driver.

    http://downloads.pickeringtest.info/downloads/drivers/IVI/pi40iv_4.10.1.exe

    I installed them and it works now...

  • How to disable the prompt 'more' when you run the command 'See logging' CLI

    Hello. I would like to know if there is a command that I can run to disable paging on my SF302 switch.

    Thus, for example, when I run the command 'See logging' on the CLI, I care about her return all results rather than ask me hit the SPACEBAR or enter.

    Is there a way to do this?

    Thanks in advance for your time and your consideration.

    J.L.

    command is

    terminal datadump

    -Tom
    Please evaluate the useful messages

Maybe you are looking for

  • How to add a page with a star "hollow"?

    I have no problem save bookmarks with a White Star completely filled in, but many web pages show a star that is not full (it appears 'hollow') that I can't save. When I select the "hollow" star to try to save him, a blue star hop on to the image in t

  • Norton 360 is ready with SafeWeb to get the latest version of firefox?

    Some time ago, I received a warning to wait with the installation of an update of firefox because some parts of Norton 360 - I think it was SafeWeb - would not work. I later received a notification from Norton Norton is now online with Firefox. I hav

  • remove the stickers of Yoga

    Anyone tried this? I hate "inspired by Intel", "Intel inside" and other crappy stickers. The last time when I was removing the laptop MSI, I stuck with dirty places after stickers. I wonder if Lenovo stickers can be removed without any problem?

  • Satellite C660D-1F2 - black screen after BIOS update

    Hello I have download the Bios Toshiba by writing my serial number for my laptop.First I checked my current bios and it is 1.5 I think. The news was 1.60. I flashed on WIN 7 64 bitFirst he checked, he erased and then he wrote after the writing proces

  • HP Pavilion dv7 will not play audio via HDMI

    Hi I noticed recently that my laptop Pavilion dv7 entertainment will not play sound through the TV. The image is on the tv but its is running through the speakers of the laptop? I never had a problem with it until now. When I open the sound options,