Skip to main content

How to Access Shared Windows Folders and Stream Videos Over Wi-Fi on Android

image
Want to play videos from your computer on your Android, without the hassle of copying them to your device’s internal storage? Share a folder over the network with Windows. You can copy files back and forth over Wi-Fi, too.

Android doesn’t include built-in functionality for connecting to Windows shared folders or HomeGroups, but it’s pretty easy to set up.

Sharing Folders on Windows 7

To share a folder and make it accessible from Android, you’ll need to share it with “Everyone.”
To do this, navigate to the folder you want to share, click the Share with menu, and select Specific people.


Enter “Everyone” in the box and click the Add button.



By default, Everyone will only have Read permissions – if you also want to copy files from your Android to the shared folder, you can change the permission level to Read/Write.
Click the Share button after configuring your permissions.



Next, go to the Network and Sharing Center. Click Start, type “Network and Sharing” and press Enter to quickly open it.



In the Advanced sharing settings, you may want to disable password-protected sharing. If you disable password-protected sharing, only folders you share with “Everyone” will be accessible without a password.
You can also try leaving password-protected sharing enabled, in which case you’ll need to enter user account credentials before connecting to your shared folder on Android. This may work, although I couldn’t get it to work, myself.


Accessing Shared Folders on Android

To access the shared folder on Android, we’ll use ES File Explorer. It’s high-quality, free, and supports Windows shared folders with the SMB protocol.

From ES File Explorer’s main screen, swipe from the right to the left to access the LAN section. You can also tap the Local option at the top left corner of the screen and select LAN in the list.


Tap the New button on the toolbar in the LAN Shares section and select Scan to scan your network for PCs sharing files. You can also tap New and select Server to enter your computer’s IP address manually.


After the scan is complete, tap a computer to view its shared files. If ES File Explorer finds your computer but continues scanning for more computers, tap the screen to stop the scan process.


Log in as Anonymous if you disabled password-protected sharing earlier. If you didn’t, try to log in with your Windows username and password – this never worked for me, however.


Browse to the folder you shared in your computer’s file system. I shared my user account’s Videos folder, so I’d tap Users, tap my user account’s name, and tap Videos.

While we can see other shares like C$ here, they aren’t accessible. We’d see an error message if we tried to access them anonymously.


Tap a video, music file, image, text file, or any other type of file to view it. You can also long-press a file to view a menu and optionally copy it to your device.



Comments

Popular posts from this blog

Linuxfx 10 : A Windows-Like Linux Distro

The idea of Linuxfx is to make it easier for people who are migrating from Windows 7. People who are dissatisfied with the lack of security and stability of Windows 10 are also fit for Linuxfx. LinuxFX Desktop : Apart from Windows-like looks, Linuxfx also has more to offer which a regular user will definitely admire. So, let’s get along with me to know more about Windows alternative Linuxfx. As usual, I started by downloading the ISO image of Linuxfx from the official site  here . Then, instead of dual-booting, I decided to install it on my VirtualBox to play safely. After finishing the basic configuration, as soon as I booted it, I noticed a Windows logo and system integrity check. That’s quite surprising because every Linux distro puts their own or OEM logo on that place. But I think Linuxfx wants to make migrating users feel like home from the beginning. Entering the boot menu, Linuxfx redirected and logged in to a live session. Whoah! it can also detect the system I’m using — a...

How To Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...

Share Registry Editor Favorite Keys Across Computers

if you spend a lot of time inside your registry editor, you might already know that you can use the Favorites feature to add in a bookmark to a specific key in the registry, saving you immense amounts of time when you need to check a bunch of different keys. But did you think about exporting that list so you can use it on any computer? Here’s the menu I’m talking about: For instance, here I’m adding in a favorite for the local machine’s Run key, used to launch applications across all users. Now when I use the menu item, it will navigate me instantly to that key in the registry, no matter where I currently am. As I added a few favorites, it occurred to me that I should figure out where those menu items are being stored… Now browse down to this registry key to find the favorites list: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites And there’s the favorite we just saved… so how does this help you? If you export this r...