Category Archives: Windows

Easy method to share files between 2 computer (copy-paste)

This is the easiest method to share files from one computer to another using a LAN cable. I use LAN cable connecting my modem and computer to share files between 2 PCs usually. Try these simple steps.

 

Note these: You want to access files from PC2 in your computer PC1. You have to set up a password for the user in PC2. You have to enter its username and password when asked. Windows doesn’t let you to access a computer with a blank password due to Account restriction.

 

1) In PC2, right click on the folder or drive you want to share and select Properties. Choose Sharing tab and go for Advanced sharing. Select Share this folder and then OK.
Here I’m sharing drive E.

 

file-share-1

 

2) Connect 2 PCs with LAN cable. Use a cable connecting with your router

3) Go to PC1 and open Computer. Select Network from Navigation pane as shown below

 

file-share-2

 

3) If you are getting a message saying network discovery and file sharing is off, right click on it and select Turn on network discovery and file sharing.

 

4) It will list the PC which is connected to it (PC2) shortly. Double-click on the name of the PC2 and you will get a message to enter username and password to connect with PC2. Enter the User name and Password of PC2 in the field and click Ok.

 

file-share-3

 

If you are getting a warning message related to certificate, just ignore it.

 

5) It will show the shared folder in computer! You can see shared drive E from PC2 below.

 
file-share-4


Simple trick to use web browsers as Text editor

We all use notepad as the simple text editor. Here is a simple and interesting trick to use your web browser as a text editor.  You can use Google Chrome or Mozilla Firefox as a simple text editor like notepad and this trick works on all web browsers.

Once your web browser changed to a text editor, you can bookmark the page just like any web pages. At anytime when you use web browser, you can simply open this bookmark in a new tab and start typing.

How To Do ?

1 Copy below code in browser Url Section

data:text/html, <html contenteditable>

2. Now Press Enter.
3. Now you can type anything as would do on any other text editor like Notepad.

4. To save your text file Press Ctrl + S and save it as anything.txt (.txt is must).

You are done!


Enable or Disable USB Devices on computer

Disabling USB devices is one of the effective methods to prevent confidential information leaks, data theft, and to protect computers from malicious files. USB devices are often used by perpetrators, and that is why it is important to protect the computer and the network from intrusion via USB ports.

METHOD 1: Using Registry editor

1. Press the Windows + R keys to open the Run dialog, type regedit, and press Enter.

2. If prompted by UAC, then click/tap on Continue (Vista) or Yes (Windows 7/8).

3. In regedit, navigate to the location below.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USBSTOR

4. To Enable USB Storage Devices in Windows

A) In the right pane of USBSTOR, double click/tap on Start to modify it.
B) Type in 3, click on OK, and go to step 6 below.

5. To Disable USB Storage Devices in Windows

A) In the right pane of USBSTOR, double click on Start to modify it.
B) Type in 4, click on OK, and go to step 6 below. (see screenshot below step 5B)

6. Close regedit.

METHOD 2: Using Device manager

DisableEnableUSB

1. Go to Device Manager (Right click My Computer, choose Manage, choose Device Manager in left pane).
2. Now look for USB Devices in the right pane, right click on the device and choose disable.