badge
Latest Posts

How to chat with friends by Command Prompt

- Saturday, April 19, 2014 No Comments
Chat_With_Friends_By_CMD_XpertPCzHi Friends, Have you ever wanted to do something useful with command prompt like chat through a school's network or talk to your friend without having to download any fancy chat software? in your school or college where all the social Networking websites are block. Now you can with a few simple steps!, today we are gona tell you how to can stretch the limits of Command Prompt and use it as a messenger.


Required:

1. All you need is know your friend's IP Address.

Here we Go :-

1. Open Notepad and Copy the Code Below and Paste.

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

2. Now Save this Notepad File as "Messenger.Bat".

Chat_With_Friends_By_CMD_XpertPCz

3. Then Open Run (win+r) and Type Cmd i.e Open Command Prompt.

4. Drag the file (*.bat File) over to Command Prompt and press enter.

5. Now Type the IP address Of your Friend's Computer and Press Enter. You will see like this below.

Chat_With_Friends_By_CMD_XpertPCz

6. Now all you need to do is type your message and press Enter and Start Chatting.......!

Enable God mode in Windows 7, 8/8.1 & 10

- Friday, April 18, 2014 No Comments
Enable_God_mode_in_Windows_XpertPCz

What is God Mode?

Windows God Mode is a folder that brings together a long list of customization settings allowing you to change all your settings from one place. Neat huh? It's very easy to enable and damn useful if you tweak things around a lot.

Here We Go...
  • Right click on your desktop ->New and select "Folder".
Enable_God_mode_in_Windows_XpertPCz

  • You have to name this folder with string as " GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" (without quotes).
  • Your new folder will look like.
Enable_God_mode_in_Windows_XpertPCz
  • Double click your new icon and you can pretty much unmissable options to change settings in Windows 7, 8/8.1 & 10
Enable_God_mode_in_Windows_XpertPCz