If you accidentally hit “Caps Lock” instead of “Shift”, it might be worth disabling it. This is how you disable it: 1⃣ Press “Win + R”, type “regedit” and press “OK”. 2⃣ Go to “ComputerHKEYLOCALMACHINESYSTEM CurrentControlSetControlKeyboard Layout” 3⃣ Press PCM and create a “Binary parameter” named “ScanCode Map” 4⃣ Change the binary parameter to “00 00 00 00 00 00… Read more →
Category: Mobile & Devices
Split the Screen with Hotkeys on Windows
Windows includes the Snap feature, which allows you to pin a window to a specific area of the screen. The width and height of the window are determined automatically. For example, suppose you have two windows open at the same time: a browser and a Word document that you want to see on the screen at the same time. Navigate… Read more →
Remove Pre-Installed Apps
By default, Windows features “very helpful” programs you never use: “People”, “Xbox”, “Maps”, useless “Mail” and “Tips”. Here is how you remove remove them: 1️⃣ Open PowerShell as an administrator. 2️⃣ Enter the command “Get-AppxPackage | Select Name, PackageFullName” to get a list of all installed programs. 3️⃣ Enter the command “Get-AppxPackage *people* | Remove-AppxPackage”. People are just an example,… Read more →
About Mobile Phone in my Words
Mobile phone has slowly become the main internet device that is owned by majority of individual. So the first and foremost role that mobile phones play in our lives is that they provide us an easy and fast way of communication. Go wherever you want, whenever you want; your mobile phone will stay you connected with all. It also as… Read more →
Linux Vs Windows
OPERATING SYSTEM An operating system is powerful, and a usually main program that controls and manages the hardware, resources manager, and other software on a computer (OUM, 2014). An operating system is a fundamental component of any computer system. Application programs need and operating system to function accordingly. Objectives of an operating system are: Execute user programs and make solving… Read more →
Take Android screenshots without root on Mac/Linux
Download the correct Android SDK for your platform at http://developer.android.com/sdk/index.html Update Java – Mac users: Update this from the Apple menu, Ubuntu users sudo apt-get install sun-java6-jre. Plug your phone into your computer and start up the ddms tool. Open your terminal in the sdk/tools and enter ./ddms Make sure you select your device from the list in the right… Read more →
Force empty your MacOSX Trash Bin
These are instructions on how to force empty your Mac OS X Trash Bin if some items won’t delete. You may run into instances when an item in your Trash Bin prevents it from being emptied. For example, you might see a message like, The operation can’t be completed because the item “” is in use. In this situation first… Read more →
Remove GPT Protective Partitions in Windows XP
EASY!!! use the ‘DiskPart’ tool on the XP command line. Use ‘list disk’ to find the volume number of the GPT volume, then use ’select’ to choose itthen use the ‘clean’ function and then exit the tool You also can use ‘create partition’ command to create a new partition. Updates: Worked on Windows 8.1 & 10 but not tested… Read more →