Archive for the ‘Others’ category

Windows 10 Fix: This app has been blocked for your protection

December 14th, 2016 by Admin

When you try to install a driver or application in Windows 10, you might get the following UAC error message:

This app has been blocked for your protection. An administrator has blocked you from running this app. For more information, contact the administrator.

app-blocked-for-protection

Even if you run the application with administrative rights, you’ll get the exact same error. This problem happens when your application was digitally signed with a revoked or untrusted certificate. In this tutorial we’ll show you 2 ways to fix the issue “This app has been blocked for your protection” in Windows 10.

Method 1: Install the Application from Elevated Command Prompt

To get around the error “This app has been blocked for your protection”, you can run the application from an elevated Command Prompt. Follow these steps:

  1. Open File Explorer and locate the application (.exe) in question. Right-click on it and select Properties.
  2. When the Properties dialog box opens, note down the full path that you need later. In my example, the path is C:\Users\pcunlocker\Downloads\uTorrent_3.2_build_27568.

    application-full-path

  3. Now open an elevated Command Prompt. This can be done by pressing the Windows key + X and then selecting “Command Prompt (Admin)“.

    winx

  4. At the Command Prompt, type the full path of the application that you want to install and press Enter.

    install-app-from-command-prompt

Method 2: Tweak Local Security Policy

To fix the error “This app has been blocked for your protection” permanently in Windows 10, you have to tweak the local security policy:

  1. Press the Windows key + R to open the Run box. Type gpedit.msc and press Enter to open the Local Group Policy Editor.

    gpedit

  2. In the left pane, navigate to:
    Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options

    local-security-options

    Look at the right pane and double-click the policy “User Account Control: Run all administrators in Admin Approval Mode“.

  3. Change the security setting to Disabled and click OK.

    run-administrators-in-approval-mode

  4. Close Local Group Policy Editor and restart your computer. After logging in, you can install the application without encountering the error “This app has been blocked for your protection”.

Note: tweaking the policy above will also cause UAC to be turned off automatically. But just turning off UAC won’t fix the error “This app has been blocked for your protection”.

2 Ways to Hide or Unhide Worksheet in Excel 2016 / 2013 / 2010 / 2007

December 14th, 2016 by Admin

Is there a way to prevent others from viewing a sheet in an Excel workbook? If you don’t want people to change data or formula in a cell, you can hide the sheet. But this shouldn’t be used as a security measure. In this tutorial we’ll show you 2 ways to hide / unhide worksheet in Excel 2016 / 2013 / 2010 / 2007.

Note: Excel doesn’t let you hide all sheets in a workbook. At least one has to be displayed.

Method 1: Hide/Unhide Excel Worksheet with GUI

  1. Right-click on the worksheet you want to hide, select Hide from the pop-up menu. Your worksheet will no longer be visible, however, the data contained in a hidden worksheet can still be referenced on other worksheets.

    hide-sheet

  2. To unhide a worksheet, just right-click on any visible worksheet and select Unhide.

    unhide-sheet

  3. In the Unhide dialog box, you can see all of the currently hidden sheets in the list box. Select a sheet you want to unhide and click OK.

    excel-hidden-sheets

Method 2: Hide/Unhide Excel Worksheet with VBA

Excel has a more secure setting known as “Very Hidden”. A very hidden worksheet can’t be unhidden using the Excel user interface because it doesn’t appear in the Unhide dialog box. Here’s how to hide / unhide a worksheet with VBA editor:

  1. To open the VBA editor, press the Alt+F11 keyboard shortcut, or right-click on any worksheet and select View Code.

    excel-view-code

  2. From the Project window in the upper left pane, you can see all hidden and visible sheets in your workbook. Select a sheet you want to hide.
  3. In the lower left pane, you can see all properties of your selected worksheet. In the Visible drop-down list, select xlSheetVeryHidden.

    xlSheetVeryHidden

  4. Close the VBA editor. Your worksheet will no longer be visible. When the Very Hidden attribute is set on a worksheet, the Hide option is greyed out.

    excel-unhide-greyed

  5. Very hidden sheets can only be made visible through the VBA editor. If you want to unhide a very hidden sheet, open the VBA editor and change the Visible attribute back to xlSheetVisible.

2 Ways to Prevent Excel Sheet from Being Deleted

December 13th, 2016 by Admin

How can I protect an Excel worksheet from being deleted? Looking for a way to prevent sheets from being deleted while still allowing them to be hidden or rearranged? In this tutorial we’ll show you 2 ways to protect a particular or all sheets from being deleted in Excel 2016/2013/2010/2007.

Tips: If you want to protect an Excel file (.XLS, .XLSX) from being deleted accidentally, please try the Protect My Folders program which can lock any folders or files with password.

Method 1: Protect Entire Workbook Structure with Password

  1. Open your Excel workbook. Select “Review” Ribbon menu and click “Protect Workbook” from the changes group.

    protect-workbook

  2. A Protect Structure and Window dialog box opens. Make sure the Structure option is checked. Type your password and click OK.

  3. Reenter the password and click OK.
  4. Now all your sheets in the workbook are protected. You cannot insert, delete, rename, move, copy, hide or unhide worksheets anymore.

Method 2: Protect A Particular Sheet from Being Deleted Using VBA

If you just want to prevent users from deleting a particular sheet you designate, try this solution. This works flawlessly for me on a test workbook in Excel 2016.

  1. Right-click on any sheet tab and select View Code from the popup menu. This will open the Visual Basic Editor (ALT+F11).

    sheet-view-code

  2. You’ll see a list of worksheets on the left. Double-click on every sheet you want to protect from being deleted, copy and paste the following code into the large white area on the right.

    Private Sub Worksheet_Deactivate()
    ThisWorkbook.Protect , True
    Application.OnTime Now, "UnprotectBook"
    End Sub

    sheet-vba-code

  3. Right-click on Microsoft Excel Objects on the left, select Insert -> Module.

    insert-excel-module

  4. Double-click on the newly-created module on the left. Copy and paste the following code into the right pane.

    Sub UnprotectBook()
    ThisWorkbook.Unprotect
    End Sub

    module-vba-code

  5. Click Save and you’re done. If you’re using a macro-free workbook, you’ll get the warning message “The following features cannot be saved in macro-free workbook“. Click No.

    cannot-macro-free-workbook

  6. In the Save As dialog box, select “Excel-Macro Enabled Workbook (*.xlsm)” and click Save.

    macro-enabled-workbook

  7. When you see the popup message “Be careful! Parts of your document may include personal information that can’t be removed by the Document Inspector“, click OK.

    document-inspector-warn

  8. Close all of your opened windows. Open the .xlsm file in Excel, right-click your protected sheet tab and select Delete, next click Delete to confirm, you’ll see the failure message: Workbook is protected and cannot be changed.

    workbook-is-protected

  9. That’s all there is to it.

2 Ways to Repair Corrupted or Damaged RAR / ZIP Files

December 2nd, 2016 by Admin

When trying to extract files from RAR/ZIP archive, you might come across the error message like “CRC32 failed”, “Checksum error”, “Unexpected end of archive”, etc. How to fix and extract corrupted archive?

zip-archive-corrupted

It’s quite common to get a corrupted RAR/ZIP file when you download it from the Internet with low or unstable Internet connection. Try downloading the file again and it may resolve the issue. When a redownload is not possible, you have to look for ways to repair the RAR/ZIP file. In this tutorial we’ll show you 2 ways to repair a RAR or ZIP archive whether it’s damaged, corrupted or partially downloaded.

Method 1: Repair Corrupted or Damaged RAR/ZIP File Using WinRAR

Before get started, you need to download and install WinRAR on your computer. If you don’t have a licensed copy of WinRAR, you can download a free evaluation copy which gives you about 40 days to try it out.

  1. Right-click on your corrupted RAR or ZIP file and select “Open with WinRAR” from the context menu.
  2. When WinRAR opens, click the Tools menu and select Repair archive.

    repair-archive

  3. Click the Browse button to select the destination location where the repaired RAR/ZIP file has to be saved. Leave the archive type as what it was and click OK.

    save-repaired-archive

  4. After WinRAR has completed repairing the archive, click the Close button.

    rar-zip-archive-repaired

    You’ll see a repaired archive created in the same folder as the corrupted archive.

Method 2: Extract Broken RAR/ZIP Archive

Unfortunately, after repairing RAR/ZIP archive, WinRAR may still say the file is corrupt. Then you can attempt to extract the content in the RAR/ZIP archive. WinRAR has an option to extract broken files using which you can actually extract the broken or corrupt files – ignoring all the errors no matter what.

  1. Double-click your corrupted RAR or ZIP archive to open it in WinRAR. Click Extract to in the toolbar at the top.
  2. Choose the destination folder where you want to extract the files. But most importantly, you have to check the Keep broken files option under the Miscellaneous section.

    winrar-keep-broken-files

  3. Click OK and wait while the files are extracted. Eventually you’ll have all the files present in your RAR/ZIP archive.

Conclusion

So that is how you can repair corrupted or damaged RAR/ZIP files. Of course, there are also many third-party RAR/ZIP repairing utilities available on the net, but I won’t recommend them as most tools might have even lower recovery rate than WinRAR.

How to Fix “Cannot Start / Open Microsoft Outlook”

December 2nd, 2016 by Admin

Cannot start Microsoft Office Outlook, unable to open the Outlook window? Outlook stuck on the “Load Profile” window? This can happen when your Outlook profile or Outlook data files have become corrupted or damaged. In this tutorial we’ll show you how to fix these issues by making a copy of Outlook profile.

Tips: If Outlook cannot start because your Outlook PST file is corrupt, you can check this how to repair PST article . If Outlook prompts you to enter PST password but you’ve forgotten it, you can recover PST password with this method: Recover Forgotten Password for Outlook Data File (.PST).

How to Fix “Cannot Start / Open Microsoft Outlook”?

  1. Open the Control Panel and set the View by option to Large icons. Click Mail (32-bit).

    mail-applet

  2. This will open the Mail Setup window. Click the Show Profiles button.

    show-outlook-profiles

  3. You should see the default profile called Outlook. Highlight it in the list and click Copy. (If you are told to make a new profile because your profile is corrupt, click the Add button to proceed).

    copy-outlook-profile

  4. Type a name for the new profile and click OK.

    type-new-profile-name

  5. Under the option of “When starting Microsoft Office Outlook, use this profile“, choose the first option (or select the new profile from the drop-down list and make Outlook automatically open that profile). Click Apply and then OK.

    enable-outlook-profile-prompt

  6. Now restart Outlook application. When prompted for a profile to be used, choose your new profile and click OK.

    choose-profile-when-outlook-start

    Outlook will start with all your email, contacts and other data intact.

A Outlook profile is made up of email accounts, PST data files, contacts, calendars and preferences. If making a copy of your existing Outlook profile doesn’t fix your problem, you might need to create a new profile and set up your email accounts from scratch.

Display Full Path in Title Bar of Windows 10 File Explorer

November 26th, 2016 by Admin

By default, Windows 10 will display the folder name alone in the title bar of File Explorer. Sometimes you might need to know the absolute path of the location you are currently in. In this tutorial we’ll show you 2 ways to make Windows 10 display full path (file location) in the title bar of File Explorer.

Method 1: Make Windows 10 Display Full Path in Explorer Title Bar Using Folder Options

  1. Open File Explorer. Click the View tab on the ribbon. You’ll see the the Options button on the right-hand side. Click it to open the Folder Options dialog.

    open-folder-options

  2. Click the View tab. Locate and tick the checkbox named “Display the full path in the title bar“.

    display-full-path-in-the-title-bar

  3. Click Apply followed by OK. Log off your user or restart the computer. As you see, the File Explorer should now show the full file path instead of the folder name in the title bar.

    file-explorer-display-full-path

Method 2: Make Windows 10 Display Full Path in Explorer Title Bar Using Registry Editor

  1. Press the Windows key + R to open the Run dialog box, type regedit and hit Enter.

    regedit-via-run

  2. In the left pane of Registry Editor, navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState
  3. In the right pane, double-click the value entry FullPath and modify the value to 1.

    display-full-path-in-explorer-titlebar

    If FullPath doesn’t exist, you need to create it first. To do so, right-click on the empty space and select New -> DWORD (32-bit) Vaule, and name it FullPath.

  4. Close Registry Editor and reboot your computer. If you want to make Windows 10 not show full path in the title bar of File Explorer, just open Registry Editor and delete the FullPath value entry.

2 Options to Disable BitLocker on Surface Pro 4

November 22nd, 2016 by Admin

Surface Pro comes with BitLocker encryption enabled by default. Many Surface Pro users don’t realize that BitLocker was turned on until they get locked out of Windows 10, or be asked for a recovery key during advanced boot up. In this tutorial we’ll show you 2 simple methods to turn off / disable BitLocker on Surface Pro 4 running Windows 10.

Option 1: Disable BitLocker from Settings

  1. Press the Windows key + I to open the Settings screen, or click the Settings icon from Windows 10 Start Menu.

    open-settings-app

  2. Click on System.

    system-settings

  3. Click About on the left side. From the right side, scroll down to the Device encryption section and click Turn off button.

    turn-off-device-encryption

  4. A pop-up window will open, saying “If you turn off device encryption, your files won’t be protected, and decryption can take a long time“. Just click Turn off button to proceed.

    disable-device-encryption

Option 2: Disable BitLocker from Control Panel

  1. Open the Control Panel in Large icons view. Click BitLocker Drive Encryption.

    bitlocker-drive-encryption

  2. Click the Turn off BitLocker link where it appears next to your drive.

    turn-off-bitlocker

  3. Click Decrypt all drives to begin the decryption process.

    decrypt-bitlocker-drives

How to Know if Your Drive is Decrypted?

BitLocker decryption is running in the background and you won’t be informed when it’s complete. Depending on the amount of data on your drive, it can take several hours to get the job done. To check out the decryption progress, open an elevated Command Prompt and run the following command:

manage-bde -status

bitlocker-status

This will display the Bitlocker stauts for all disks. In this example, the conversion status shows my OS drive is fully decrypted. If the decryption is still in progress, the conversion status will shown as “Decrytpion in Progress”, and you need to wait for “Percentage Encrypted” reaches 100%.