[help] no user/pass prompt please

biatche

New member
Local time
12:08 PM
Messages
9
Here's what I'm trying to do

in short: win7client is trying to access win7server without any user/pass prompt.

in details:
On my win7client, I have AutoUnattend.xml that has firstlogon.cmd stored in \\win7server\share\firstlogon.cmd. Previously, win7server was winxpserver. There were no login prompts. After migrating to win7server, things became rather difficult.

I have done the following:
1. "[o] Turn off password protected sharing"
2. net user Guest /active:yes (on both win7client and win7server for testing sakes)
3. tried various combination under "control panel\network and sharing center\advanced sharing settings" on both win7client and win7server

I can log in as guest on win7server, by entering "Guest". Closest I get to what I need accomplished is entering ' net use \\win7server /user:Guest "" '. parameter /persistent:yes does not work in this case. I will need to script this to startup to do what I need. It is ugly and I have not tested and I don't like it. There has to be a better way.

I've considered using a powershell script to join win7server homegroup but I can't find any such scripts.

Any suggestions?
 

My Computer

OS
7
Are you using Windows 7 as a server or are you really using Windows Server 2008 R2 = Windows 7 Server?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
How is the Windows 7 machine going to be used? Are you just using it as a server or are you using it as a pseudo server? In other words it will be someone’s workstation but will be a server at the same time. If it is going to just be a server and that is all it will be used for it is much easier to configure everything. If you are going to use it as a workstation/server then you will need a balance between security and access.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Actually, win7server is just a computername so which i thought people would understand here. i just want to have an open share, \\win7server\share... that requires no password from a win7client or actually better yet any windows client.. to access the machine. i do not need security at all. its my own network.

shrug, googling i found that others had the same issue too. and kinda no answers.
 

My Computer

OS
7
Turn off the Firewall Completely. Turn on File and Printer Sharing. Then there is a registry hack to make Windows take a network share without a password, however that was in Windows XP, I don't know if it exists in Windows 7. I will look at my notes.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
I think this will do it for Windows 7:

Turn off Password Protected Sharing:

1. Click Start, enter "Network and Sharing Center" in the Start Search box .
2. Click "Change advanced sharing settings" in the left pane.
3. Make sure that "Password protected sharing" is turned off.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Of course I've done that. Read post #1.

Urgh this issue gets on my nerves
 

My Computer

OS
7
And entering

' net use /p:yes ' <enter>
' net use \\win7server\sharename /u:<Username> "" ' <enter>

does not work?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Back
Top