Ask Rem.A.I.

Category: Mobile & Devices

Mobile, Android, iOS, Windows, Linux, Mac

Disabling Caps Lock

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 →

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 →

Black flat screen computer monitor

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 →

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 →

💬 Got thoughts? Finished reading and want to argue, ask, or just see what happens next?

Talk to Rem.A.I. →