Archive for December, 2015

2 Options to Delete $WINDOWS.~BT Folder After Windows 10 Update

December 25th, 2015 by Admin

There is a folder named $WINDOWS.~BT on the root of my C:\ drive. It is a hidden folder and is 2 GB in size. What is its purpose? Is it safe to delete it?

The $WINDOWS.~BT folder is a temporary folder created by Windows Update, which contains update logs and files downloaded by the Windows update process. By default, the $WINDOWS.~BT folder is hidden. It exists at the root of your system drive. To see it, enable viewing hidden folders in Windows 10.

$windows-bt

The $WINDOWS.~BT folder can be safely deleted. However, you can’t delete that folder the normal way. In this article we’ll show you 2 ways to delete the $WINDOWS.~BT folder to reclaim your hard disk space.

Option 1: Delete $WINDOWS.~BT Folder Using TakeOwnershipPro

  1. Download and install the freeware TakeOwnershipPro on your computer. After installing, it will add the take ownership shortcut to right-click context menu.
  2. Browse to the root path of your system drive. Right-click on the $WINDOWS.~BT folder and select TakeOwnershipPro. This will grant you full permissions to access the $WINDOWS.~BT folder.

    take-ownership

  3. Now you can delete the $WINDOWS.~BT folder the normal way.

Option 2: Delete $WINDOWS.~BT Folder Using Disk Cleanup

  1. To clean the $WINDOWS.~BT Folder folder, open This PC, right-click your local C: drive and then select Properties from the context menu.

    disk-properties

  2. Click on Disk Cleanup.

    disk-cleanup

  3. Next click on Clean up system files. It will perform a scan of your computer’s hard drives to determine what files can be cleaned up and how much storage space they use.

    clean-up-system-files

  4. When it is finished scanning the Disk Cleanup program will open again, but this time with some extra options that you can select as shown in the image below. To delete the $WINDOWS.~BT folder you have to check the option labeled “Temporary Windows installation files” or “Previous Windows installation(s)“.

    windows-install-temp-files

  5. Click OK and the Disk Cleanup wizard will clean out everything in the $Windows.~BT folder. If there is a lot of data to delete, please be patient while they are removed from your hard drive.

2 Options to Change / Customize Date & Time Format in Windows 10

December 18th, 2015 by Admin

Have you inherited a computer with the date in the wrong format? How can I change the date & time format displayed in Windows 10 taskbar? Depending on your personal needs, you may wish that Windows displays the full date instead of the short date format. In this tutorial we’ll show you 2 methods to change date & time format in Windows 10, customize the format to match your specific needs.

Method 1: Change Date and Time Format Through PC Settings

  1. To get started, right-click the bottom-right corner of the screen where the time and date are displayed in the system tray. After that select Adjust date/time.
  2. adjust-date-time

  3. It will open the PC Settings charm that displays the pre-defined date/time formats.

    change-data-time-formats

    Click the drop-down button and select the date/time format you want. If your format is not included in the drop-down list, you have to use the method below to customize the date/time format through Control Panel.

Method 2: Change Date and Time Format Through Control Panel

  1. Press the Windows key + X and you’ll be presented within the Quick Access window. Click Control Panel.
  2. When the Control Panel opens, set the View by option to Large icon. Click Date and Time.

    control-panel

  3. The Date and Time box should open. Click on the “Change date and time…” button.

    date-and-time

  4. After the Date and Time settings window opens, click on the “Change calendar settings” link.

    date-and-time-settings

  5. Now you can see the pre-defined date formats. Click the drop-down button and check whether the format you wish to change is available or not. If it is not included in the drop down list, you can customize the format by entering required date format (for example, DD-MM-YYYY). Make sure that you are entering in a right format with proper notations. You can find the meaning of notations below the date format. Click on Apply and save your settings.

    customize-format

  6. Now you can see the date/time on your taskbar at the bottom-right corner in your own desired format.

How to Install / Uninstall OneDrive in Windows 10

December 15th, 2015 by Admin

In previous post we’ve already explained how you can disable OneDrive from File Explorer in Windows 10. But what if you don’t want the OneDrive service in your system at all? To save system resources, you might consider to uninstall OneDrive completely instead disabling it only.

Unfortunately there is no option in the graphical user interface to uninstall OneDrive in Windows 10. So here we’ll show you how to install / uninstall OneDrive from Command Prompt.

Part 1: Uninstall OneDrive in Windows 10

  1. Press the Windows + X key combinations to open the Quick Access menu. Select Command Prompt (Admin).
  2. At the Command Prompt, type the following command and hit Enter to terminate any process of OneDrive:
    taskkill /f /im OneDrive.exe
  3. To uninstall the OneDrive from Windows 10 64-bit, issue the following commands:
    %systemroot%\SysWOW64\OneDriveSetup.exe /uninstall

    If you’re running the 32-bit version of Windows 10, type this command instead:
    %systemroot%\System32\OneDriveSetup.exe /uninstall

    uninstall-onedrive

Part 2: Install OneDrive in Windows 10

If at any time later you want to use OneDrive again, you can install it from Command Prompt. Here’s how:

  1. Press the Windows + X key combinations to open the Quick Access menu. Select Command Prompt (Admin).
  2. To install the OneDrive in Windows 10 64-bit, issue the following commands:
    %systemroot%\SysWOW64\OneDriveSetup.exe

    If you’re running the 32-bit version of Windows 10, type this command instead:
    %systemroot%\System32\OneDriveSetup.exe

    install-onedrive

  3. Upon completing the installation, restart the computer and you can then use OneDrive again.

2 Options to Disable or Remove OneDrive in Windows 10

December 15th, 2015 by Admin

OneDrive (previously known as SkyDrive) is Microsoft’s cloud based storage service and it is tightly integrated into Windows 10. Once you launch File Explorer, you can access the OneDrive app from the left navigation pane. However, not everyone likes OneDrive. Some may prefer other similar cloud storage services such as Dropbox, Google Drive, Apple iCloud Drive. In this post we’ll show you how to disable / remove OneDrive in Windows 10, using either group policy or registry trick.

Method 1: Disable OneDrive Using Group Policy

  1. Press the Windows + R key combinations to open the Run box. Type gpedit.msc and press Enter.
  2. After the Local Group Policy Editor opens, browse to:
    Computer Configuration -> Administrative Templates -> Windows Components -> OneDrive
  3. In the right pane, double click on policy named Prevent the usage of OneDrive for file storage and set it to Enabled.

    prevent-usage-onedrive

    If you decide to re-enable OneDrive functionality in future, double-click on this policy and set it back to Not Configured.

  4. Restart your computer and now you’ve completely disabled OneDrive functionality in Windows 10/8.

Method 2: Disable OneDrive Using Registry Trick

However, Windows Home edition doesn’t contain Local Group Policy Editor. If you are using Home edition of Windows 10, you can take help of Registry Editor for the same task. Just follow these simple steps to disable OneDrive:

  1. Press the Windows + R key combinations to open the Run box. Type regedit and press Enter.
  2. In the left side of Registry Editor, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  3. Right-click the “Windows” Key and then select New -> Key, name it OneDrive.
  4. Now in right-side pane, create a new DWORD entry DisableFileSyncNGSC and set its value to 1.

    disable-onedrive

    To re-enable OneDrive functionality in future, just delete the DisableFileSyncNGSC entry.

  5. Close Registry Editor and restart your computer to take effect. That’s it!