• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Network passwords ...

coolVariable

Diamond Member
On my new laptop I have WinXP Home instead of Pro and it is driving me up the wall that I have to type the username and password every single time I want to access the network.

1. Can I force XP home to save the password (maybe via a regedit?)
2. How can I disable the password prompt on the server side (running some WinXP embedded OS which looks/acts like XP Pro)?
 
You have to provide a password to connect to an XP box over the network, this is by design (otherwise anyone could connect).

What you're looking for is a way to provide the credentials automatically (transparently) so that you dont have to enter them every time.

You could easily map a network drive and provide the credentials, the command could be stuck in a batch file for convinient use:
net use x: \\server\share /user:username password
 
Back
Top