How to cut the upper and lower parts in PrE8?

Hey!

What is the best way to 'cut' capital letters and tiny pieces of the video screen and finalization that like a movie? I try to get a large "cinematic" with this look, but I'm not sure how well do things. I found, and that by adding adjustable black 'streaks' to the upper and lower part of the screen, but y at - it a way to film the last hand count only the pixels that really show us the picture?

If I use the effect, the film is always rendered at 1280 x 720 pixels, but I try to avoid making these 'blackened' top and bottom pixels on the screen.

Okay, I'm not sure if I make my self clear with this crappy description but I hope you understand. ;-)

Thank you

-Mike

Are you trying to turn a 4:3 video to 16:9?

There is a way to fake - although it is upscaling, if your video is not clear.

To do this:

(1) export your video filled with your current project to share/Personal Computer / AVI.

(2) open a new project. Go in your project settings and change them to widescreen.

(3) get media/PC files and folders to add the AVI file your created in step 1 to your project, and then add the item to your timeline.

(4) make a right click on your clip on the timeline, and then select view properties to open the properties panel.

(5) open the query property in the properties panel and set the scale to 133%.

Voila!

Tags: Premiere

Similar Questions

  • the Task Manager does not correctly load the upper and lower parts are cut off.

    the Task Manager loads at the top and bottom bars cut if you can't go to prosses or services

    Double-click on the empty area inside the border of the Task Manager window. Boulder computer Maven
    Most Microsoft Valuable Professional

  • How can I remove upper and lower filters in the registry

    1. I have a laptop HPG60_441, OS is Vista.  Whenever iTunes is updating their software, my CD player stopped working.  (TSST corp CDDVDW TS - L633M ATA device - "this device cannot start Code 10)  I think that I fixed it last time by removing the upper an lower filters in the registry, but I can't find the instructions that I used to do.  If I remember correctly, it was a very simple set of instructions and does not need to download anything.

    You asked if there is a guide on how to delete upper and lower filters which I've provided in the link above under the Let Me Fix it myself section.

    Windows 7 or Windows Vista

    1. Click Start , click all programs.
    2. Click Accessories, and then click run.
    3. Type regedit and then click OK.
      If you are prompted for an administrator password or a confirmation, type the password, or click allow.
  • Comparison operators - between the upper and lower - performance

    Hello

    I use instead of < and superior of the operators.

    Please let me know which works better for dates.

    I tried searching online, but couldn't manage to get and answer.

    to help between -.

    TRUNC (O_DT) BETWEEN

    (MAX_DT) + 1 TRUNC AND TRUNC (SYSDATE)

    using the < and >.

    TRUNC (RECORD_DT) > = TRUNC (MAX_DT) + 1 AND

    -TRUNC (RECORD_DT) < TRUNC (SYSDATE)

    Thanks in advance

    I use instead of< and="" greater="" than="" operators="">

    Please let me know which works better for dates.

    I tried searching online, but couldn't manage to get and answer.

    It's very strange. When I search "Oracle 11 g BETWEEN" I have tons of references and one of them is the language SQL Oracle doc for the BETWEEN operator that answers your question:

    http://docs.Oracle.com/CD/B28359_01/server.111/b28286/conditions011.htm

    And the value of

    expr1 BETWEEN expr2 AND expr3
    

    is the value of the Boolean expression:

    expr2 <= expr1 AND expr1 <= expr3
    

    If expr3 <> expr2 , then the range is empty. If expr1 is NULL , the result is NULL . If expr1 is not NULL , then the value is FALSE in the ordinary case and TRUE when the key word NOT is used.

    The Boolean operator AND can produce unexpected results. More specifically, in the expression x AND y , the condition x IS NULL is not sufficient to determine the value of the expression. The second operand must always be evaluated. The result is FALSE If the second operand has the value FALSE and NULL otherwise. See "Logical terms" for more information on AND .

    As others have pointed out the operator BETWEEN is included the two end points.

    But slightly differently that others have commented the above evaluation order:

    Expr2<= expr1="" and="" expr1=""><=>

    Note that 'expr2' is on the side left SIDE of the operator; It is different from that

    n between x and y, = , n > = x and n<=>

    Also note the VERY IMPORTANT NOTE about this AND operator. This is why the order just mentioned above (expr2 on the left side) is important and, if the null value, can affect the results.

    In practice, for the simple example date of your use cases generally useless to worry about using it.

    Using BETWEEN makes it easier to ensure that endpoints of the range are used (if it is your use case), but can generate errors if high endpoint is not supposed to be used. And, in my experience, using BETWEEN seems to be easier for new developers to code and maintain for two reasons:

    1. There is no chance to use the wrong accidental deletion of an equal sign ('=') operator. An accidental deletion would not often be noticed but can potentially cause data from weeks, months, or years later when happens to you just to have data with this exact endpoint. Bugs can be very long to find.

    2. it is easier, IMHO, to realize that you don't need a TRUNK or other function on the date column since when you use BETWEEN you NEVER check for a match on the exact date using equals. New developers, especially those from other DBs, may have a hard gripping as an Oracle DATE value ALWAYS includes a component "hour". So, if you code this:

    myDate = someValue

    This is ONLY true if the components of the date and time are equal. Which is exactly why you have the TRUNC function in your example. The only way to use an EQUAL sign like that if you want the data from "Today" is do TRUNCATES the two values. And if you do that allows you to disable the use of an index that might have been used before (as others warn you).

    If you are using BETWEEN you apply TRUNCATES the constant 'someValue' (or SYSDATE in your example). So, I find that when I teach/train use BETWEEN new developers, they have a lot less trouble knowing how to write such a condition correctly. They make fewer mistakes that can cause data problems or to disable the index.

  • How to create a component with SMD pads on the upper and lower layer

    I am trying to create a piece that is a printed antenna. This will contain a table of these so I'll try to create it in the context that I can place. The active element of the antenna is on the top layer and the portion of land is on the bottom layer. So I need a PIN SMD on top for the active element, and I need a SMD rod on the bottom to connect the Party on the ground. But I can't seem to be able to place a SMD pad on the bottom layer. How can I do this?

    You can change the layer for the SMD pin in the Publisher of the imprint. Right-click the PIN you want to change, and then select the Orientation > layer Swap. He is now on the bottom.

  • Datpump Export, Import in the upper and lower versions

    Versions involved : 10.2.0.4, 11.2.0.3
    Operating System  : AIX 6.1
    +++++++++++++++++++++++++++++++++
    Let's say I have export a schema in a database of 11.2 11.2 expdp.

    Can I import the dump above (11.2) to a base of 10.2 to 10.2 impdp?

    No, impdp version 10.2 will not recognize the file:

    [oracle@taurus ~]$ impdp system/******** dumpfile=teste.dmp
    
    Import: Release 10.2.0.5.0 - 64bit Production on Thursday, 06 June, 2013 13:55:06
    
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39142: incompatible version number 3.1 in dump file "/opt/oracle/product/Ora10gR2/rdbms/log/teste.dmp"
    
  • my dvd player doesn't read DVDs but reads cds, the upper and lower filters are gone and windows restart is not create new

    HL-dt-st dvd - ram gsa-h55n

    Hello

    • What were the changes made before the show?

    You can check these links:

    Your CD or DVD drive cannot read or write media

    http://support.Microsoft.com/GP/cd_dvd_drive_problems
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

  • my cd/dvd missing Mr fix not planned I also tried upper and lower in the regester not there to remove

    CD/dvd lack tried to delete the upper and lower part in the registry but were not there to remove. tried to delete the device manager that he should not delete and re-start

    Hello

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

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

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps and happy holidays!

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Lack of upper and lower filters

    My cd/dvd drive is missing.  I tried the resolution posted with disassembly of the upper and lower filters, but they are not there.  I can't find another solution anywhere!  Help! Student with upcoming finals and projects to complete.  Thanks in advance :)

    Hello

    Step 1: Please do all the below even if you did before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

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

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps and happy holidays!

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Upper and lower filters with Windows 7 (32 bit).

    My Medion compute'rs DVD/CD player continues to try to start when not used. (flashing on it and noise coming from it, but is not).

    Medion support sent me a fix on how to a install and re install upper and lower filters.

    I typed in REGEDIT and followed their instructions until I went into the registry editor and click 4D36E965-E325-11CE-BFC1-08002BE10318 to select this key, but I don't see the upper and lower filters listed, to remove via the keyboard in the right pane.

    They are listed under a different name. ??

    Thanks a lot guys, I'm a beginner and never went in the hidden depths of Windows before.


    emember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 Forum for questions on Windows 7.

    Windows 7 questions should be directed to the it.

    You are in the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • UPPER and LOWER functions

    I read on the UPPER and LOWER functions, and there is something that is not very clear in my mind.

    Is this affect function as compared to strings or one provided by the user?

    that is the GUITAR of table contains one row with the ACOUSTIC value.

    Select *.
    OF ' GUITAR
    where x UPPER SIMILAR (aCouSTic)

    Will be both the lines and the entry will be changed to UPPER case for comparison or only user input?

    Moreover, you don't need to use AS when there is no wildcard characters in your string.

    where x LIKE UPPER('aCouSTic');
    

    is the same as

    where x = UPPER('aCouSTic');
    

    Published by: hm on 20.10.2010 12:17

  • upper and lower filters in the registry how ca I get it back

    in the registry, how can upper and lower filters I get them back. CD and dvd not being recognized

    Hello

    You are not absent from these filters, you do not want in most cases.

    This is for Windows 7 and Vista is very similar.

    ------------------------------------------------------------------------------------------

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Start - type in the search box - find CMD top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    Then run checkdisk (chkdsk).

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

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

    After the foregoing:

    References to Vista also apply to Windows 7.

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The DVD player does not work after installing Windows 7
    http://support.Microsoft.com/kb/975270/

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error during Windows Vista
    Setup after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

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

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and the
    correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry settings for your
    CD/DVD drive someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays
    all devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Cut the top and buttom.

    Hello

    Anyone know how I cut the top of page 1/5, and the lower part of the 1/5 off the coast of a video, giving me the narrow Center 3/5 I want?

    / Preben

    You need to make a custom sequence with full width, but with only 3/5 of the number of pixels high. What is the size of your source material and how are you going to show the final cut?

  • How to use the capture and the print button

    I tried to figure out how to use the capture and the "print" button, or add or what you call. I press it and the whole page of a different color changes, so I try to cut the section I want but I don't know how to send it to the printer. Can someone help me with this. I'm not at savvy with tech stuff, but when I find a recipe or something and it doesn't have an option to print a certain area, I can't understand how to use it?

    Thank you

    Andi Starbuck

    That happens to me is, I click and drag to make a rectangle of yellow selection, and as soon as I raise my finger on the mouse button, the part I've selected is captured as an image, a new tab opens and preview before printing, the image display. I can use the installation of the Page or simply print. But if I close the preview, this temporary image vanishes and I'm back on the page where I started. You see something different?

  • How I change the fonts and colors of default return?

    I changed the font and the color of the text through the Tools button and the button options and the tab content. I can't find anything tell me how to change the fonts and colors to the colors and fonts by default. Can you advise me? I use Windows 7 Home Premium OS. Thank you.

    Hi Brenda19605,

    You can use this article to set the fonts and colors: https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use?esab=a & s = do & r = 0 & s = as

    The default settings for the police are in this article:
    https://support.Mozilla.org/en-us/KB/some%20text%20shows%20up%20bold%20after%20upgrade

    Unfortunately for the default color has no good reference. For the text, but it is black (most lower-left), the background is white (color above left). Unvisited links is blue (column 8, line 5) and the visited link is purple (column 9, line 5).

    Let me know if you need help more!

    Lordfreak

Maybe you are looking for

  • Cannot find the fade button on imovie 10.1.2

    I am trying to edit audio from a movie that I have a number of different clips - in a previous version of imovie, I could clearly edit the clip and choose the amount of time I wanted a clip to fail to make a good transition in the next video and not

  • AppCommon, AppRequest in the Application Support folder

    I see the AppCommon/AppRequest inside the Application Support folder and I have no idea what this is. He keeps trying to access a website onlineapplicationrequest. com Is this advertising or maybe connected software with java? Someone has seen or kno

  • Safari not responding after sleep

    Whenever I open my MacBook Pro after sleep, Safari unresponsive. It won't let me not normal quit, or even force them to leave. It just sits there with the colorful, beach ball until I have turn off, by pressing the power button. I tried clearing hist

  • Satellite Pro L650 - network driver Pb after re - install Win7

    Good afternoon. A laptop computer was infected with a virus, so I re - install Win 7.My problem is that all network devices don't have 'no driver for this device.I install the drivers I download, but the problem is the same.When I view the list of de

  • WiFi can not turn on in Z470 (8 32-bit Windows)

    I upgraded my laptop Z470 Windows 8 Enterpraise (32 bit). I downloaded all the drivers from the center of Support Lenovo Web site then I installed these drivers. I installed the new driver for Atheros AR9285, in Device Manager, I see that the adapter