Posts

Showing posts from 2016

How to View All Commands in Windows CMD (Complete Guide)

The Command Prompt (CMD) in Windows is a powerful tool that allows users to perform a wide range of operations using command-line instructions. Whether you're a beginner or an advanced user, knowing how to access all available CMD commands can significantly improve your productivity. In this guide, you’ll learn a simple method to display all commands along with their syntax directly within CMD. 🛠️ Steps to View All CMD Commands Follow these steps: Step 1: Open Command Prompt Press  Windows + R  to open the Run dialog box Type  cmd  and press  Enter Step 2: Display All Commands In the Command Prompt window, type: help Press  Enter ✅ Result Once you execute the command, a complete list of available CMD commands will be displayed on your screen along with a brief description of each. 💡 Additional Tips To get detailed information about a specific command, type: help command_name (Example:  help dir ) You can also use: command_name /? (Example:  dir ...

How to post Facebook Status UPSIDE Down

Image
Hey hi to all ..... Hope you all are good...... In this post i am sharing a nice Facebook trick to post the status upside down.... Step-1: Goto the Site  http://www.fliptext.org/ Step-2: Type your status or message. Step-3: Copy the Upside Down text and paste as status or message.... DONE ... :)

Facebook Keyboard Shortcut Trick

Hey hi to all... hope you all are good.... In this post i am sharing one of the cool and nice facebook trick. This trick will tell some cool keyboard shortcuts for facebook. For Mozilla Firefox: 1- Shift+Alt+1: View your New Feed 2- Shift+Alt+2: View your Own Profile 3- Shift+Alt+3: View pop-up of Friend Requests 4- Shift+Alt+4: View pop-up of Messages 5- Shift+Alt+5: View pop-up of Notifications 6- Shift+Alt+6: View Account Setting 7- Shift+Alt+7: View Privacy Settings 8- Shift+Alt+8: View Facebook’s Own Profile 9- Shift+Alt+9: Read latest Terms of Service Agreement 10- Shift+Alt+0: Open Facebook Help Center For Google Chrome: 1- Alt+1: View your News Feed 2- Alt+2: View your Own Profile 3- Alt+3: View pop-up of Friend Requests 4- Alt+4: View pop-up of Messages 5- Alt+5: View pop-up of Notifications 6- Alt+6: View Account Setting 7- Alt+7: View Privacy Settings 8- Alt+8: View Facebook’s Own Profile 9- Alt+9: Read latest Terms of Service Agreement

How to Ping a Website IP Address Using CMD (Step-by-Step Guide)

Every website on the internet is associated with a unique IP (Internet Protocol) address. Pinging a website helps you check its connectivity, response time, and whether it is reachable from your system. In this guide, you’ll learn how to ping a website and view its IP address using the Command Prompt (CMD) in Windows. 🔍 What is Ping? The  ping  command is a network utility used to test the reachability of a host (website/server) and measure the round-trip time for data packets. 🛠️ Steps to Ping a Website Follow these simple steps: Step 1: Open Command Prompt Press  Windows + R  to open the Run dialog box Type  cmd  and press  Enter Step 2: Enter the Ping Command In the Command Prompt window, type the following command: ping websiteURL Example: ping www.facebook.com Step 3: Execute the Command Press  Enter Wait for the results to display ✅ Result After executing the command, CMD will display: The website’s IP address Response time (latency) Packe...

How to Access Blocked Websites (Safe & Practical Methods)

📌 Introduction At times, you may encounter situations where certain websites are blocked due to network restrictions, regional limitations, or organizational policies. This can happen in schools, offices, or even specific countries. In this guide, we’ll explore simple and commonly used methods to access such websites responsibly. ⚠️ Important Note Before proceeding, ensure that accessing blocked websites does not violate your organization’s policies or local regulations. Always use these methods ethically and responsibly. 🔍 Why Websites Get Blocked Websites may be restricted due to: Network-level filters (school/office Wi-Fi) Geographic restrictions (geo-blocking) Government regulations Security or content policies 🛠️ Method: Using Web Proxies One of the simplest ways to access a blocked website is by using a  web proxy . A proxy acts as an intermediary between your device and the target website, allowing you to browse indirectly. 🌐 Popular Web Proxy Services Here are some comm...

How to Set a Pattern Lock on PC or Laptop (Step-by-Step Guide)

📌 Introduction Securing your computer is essential to protect personal data and prevent unauthorized access. While Windows does not natively support pattern locks like smartphones, you can achieve similar functionality using trusted third-party tools. In this guide, we’ll show you how to set up a pattern-based lock on your PC or laptop safely and legally. ⚠️ Important Note Always download software from official or trusted sources. Avoid using cracked versions or unauthorized license keys, as they may pose security risks and violate software policies. 🛠️ Method: Using Pattern Lock Software One popular tool for enabling pattern lock functionality on Windows is  XUS PC Lock . 🔽 Step 1: Download the Software Visit the official website to download the application: XUS PC Lock Official Site ⚙️ Step 2: Install the Application Run the downloaded setup file Follow the on-screen installation instructions 🔐 Step 3: Configure Pattern Lock Launch the application Set your desired unlock patt...

How to Remove Write Protection from a Memory Card or USB Drive (Complete Guide)

📌 Introduction Write protection is a common issue that prevents you from modifying, deleting, or adding files to a memory card or USB drive. This can be frustrating, especially when you need to transfer or update data. In this guide, you’ll learn a simple and effective method to remove write protection using the Command Prompt in Windows. ⚠️ Important Note Before proceeding, ensure you select the correct disk during this process. Choosing the wrong disk may affect other storage devices connected to your system. 🛠️ Method: Using DiskPart (Command Prompt) Follow these steps carefully: Step 1: Open Command Prompt as Administrator Press  Windows key Search for  Command Prompt Right-click and select  Run as administrator Step 2: Launch DiskPart Utility Type the following command and press  Enter : diskpart Step 3: List Available Disks list disk This will display all storage devices connected to your system. Step 4: Select the Write-Protected Disk select disk X (Replace...