Good day to all.
I’ve been dabbling with my new Win 7 box for several months now but have not done any serious work with it. The main reason I’ve not put much time or effort into learning the new way of doing things is because I have not been able to get my other computers to access shares on my new Win 7 box.
That is: the Win 7 box can access drives on all of my other computers, However, none of my other computers can access drives on my Win 7 box.
After much searching via Google and much more playing around, I found that the only way to allow my other computers to be able to access my Win 7 box was to create accounts that have passwords. Yep – up til now, not one of my computers has passwords associated with any accounts. Sorry – I just can’t be bothered.
That discovery put a real damper on my Win 7 learning. Part of the problem associated with this notion of requiring the accounts to have identical usernames and passwords is that I need my computers to be easily accessed by everyone in my company. That means that I would have to create identical accounts having identical passwords on everyone’s computer. Sorry – that just doesn’t make any sense. Why have a password if everyone knows it?
However, along my travels, I saw an oblique reference to a group policy that enforces that requirement. Hmm, sez me, Group Policy. I’ve spent some quality time with the Windows Group Policy Editor in the past – it has helped me make some useful changes to machines. So I went searching. And . . . I struck pay dirt.
The following is a copy of the file I created to keep in my records. It repeats some of what I’ve written above but I’ve left that stuff intact so that others can simply copy that part of this post and save it as a text file on their machines if they want.
Note: our network is a workgroup (peer-to-peer networking), not a domain. The following instructions probably won’t help in a domain situation.
Copy begins:
Title: How to configure Windows 7 Pro to allow file sharing
to other computers that have accounts without passwords.
Windows 7 is configured by default to NOT allow other
computers having accounts without passwords to access
shares. That is: other computers having accounts without
passwords cannot remotely access Win 7 shares
Eg: None of my computers have accounts with passwords. My
Windows XP box gets an “Access Denied” message whenever it
tries to access a share on the Win 7 box.
This can be fixed two ways:
1) Create the same account name and password on all machines
that will be using file sharing. Yuck!
2) Use the Windows Group Policy Editor to modify the security
settings in the Win 7 computer so as to allow other computers
having accounts without passwords to access file shares on
Win 7 computers.
Unfortunately, this works only with Windows 7 Pro and higher
because Win 7 Premium and lower does not come with the Group
Policy Editor. Some other smart person might be able to come
up with the registry changes needed instead of using GPE.
This tip comes from
http://www.windowsnetworking.com/articles_tutorials/winxpgpe.html
and is courtesy of Johannes Helmig of Gerber Technology.
a) In the Windows 7 search box (Start button), type GPEDIT.MSC
and click the result that shows up at the top of the results box.
b) Expand the following key: Computer Configuration -> Windows
Settings -> Security Settings -> Local Policies -> Security Options
3rd entry down from top called
Accounts: Limit local account use of blank passwords to console logon only
Default is ENABLED
Right-click on the Enabled and select Properties. Read the help
description if you wish, then click Disabled.
That’s it!
I rebooted my computer after doing this but that may not have been
necessary – I didn’t bother to try it.
End of copy.
I hope this helps others out of the same predicament that I was in.
dwayne