Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access to shared drives/pc.s now needs password?

Status
Not open for further replies.

ZOR

Technical User
Joined
Jan 30, 2002
Messages
2,963
Location
GB
I'm going to stop getting MS updates, I'm sure they waltz in and just leave a mess. If I try to share a drive on my main pc from my laptop, I am asked for a password. I never instigated it, I am the administrator/owner of the two, whats caused this? Now spending hours tring to find why. Thanks
 
In fact even with the password it is not going to permit a remote creation of a new share that is to the root of any hard disk drive. (This is the reasoning that underlies the need for "hidden" Administration shares on each disk.)

I believe you can workaround the issue by using the Computer Management MMC add-in; accessible with a right click on My Computer, Manage, Computer Management, or as an MMC snap-in. Even then to be consistent I would make some permissions changes in WMI:

pc #1 = Machine that will control pc#2
pc #2 = Machine that will be controlled by pc#1
* Both computers will be using the original default "Administrator" account. For simplification, make sure the password is the same for each Administrator account on each machine.

1. Login to XP Pro (pc#1) using the original Administrator account.
2. Go to Administrative Tools/Services. Make sure that the services referenced below are started and set to startup Automatically.

COM+ Event System
Remote Access Auto Connection Manager
Remote Access Connection Manager
Remote Procedure Call (RPC)
Remote Procedure Call (RPC) Locator
Remote Registry
Server
Windows Management Instrumentation
Windows Management Instrumentation Driver Extensions
WMI Performance Adapter
Workstation

Close the Services window.

3. Go to Start/Run and paste in wmimgmt.msc and click OK. Right click on WMI Control (local) and select Properties.
Click the Security tab and then click on Root.
Click the Security button. Make sure the Administrator account is added and that the Allow column has checkmarks in all the options. click ok twice.

* If any changes were made above, reboot the machine.

4. Login to pc #2 using the original Administrator account. Complete the same steps outlined directly above.

5. Go back to pc #1 and login using the original Administrator account.

6. Go to Administrative Tools.
Right click on the Computer Management (local) entry and select Connect to another computer... Type in the name of pc #2 (example: pc2).

You are now connected to pc2 and can manage many settings/options/functions, including services/creating shares/user accounts/shutting down the machine/viewing event viewer/viewing device manager settings/changing the swap file size etc...
To shut down/restart/logoff the current user of the remote computer, right click on Computer Management (pc2) and select Properties from the menu then the Advanced Tab. Click the Shutdown button to access the options.

*Tip

Right click on many of the entries in computer management. You will see additional options to select from based on the applicable entry.

7. Finalizing....

Go to Start/Search and type in mmc and click search. Locate and open the mmc.exe file.
Click File on the Menu then Add/Remove Snap-in... Click the Add button. Click Computer Management. Click Add. Change the radio button to the Another Computer: option. Type in the computer name pc2. click Finish/Close and OK. Click File on the menu then Save As... name the console pc2 and save it in your desired location. Anytime, you need to manage pc2 launch the pc2.msc file.

**Additional tips

Make sure to complete the above logged into the actual Administrator account. I use a seperate account named Admin for my Administrator account. So in the future, when I need to manage the other pc remotely, I right click on the pc2.msc file and select Run As... I then login with the original Administrator account. This method is faster than logging out and logging in to the Administrator account and then accessing the pc2.msc file.

pc2 does not have to have the Administrator logged in when managing it from pc1. pc2 just needs to be started up.

 
Many thanks, however I have never used/entered administator passwords. I don't know for what reason this has all started. For two machines to have all this suddenly inflicted when I am the only one using both is crazy. Microsoft drives me up the wall. I have another issue now, each time I open old Excel files, I had to say whether I wanted them reconverted on close. I had to modify the reistry to stop it, but I still get a message do I want to save, even only having opened them. I think someone lives in another world. No more updates are going to come in here in future. Many thanks for your help/time, I will wade throgh it to see where to go. I might even save what I want and reload my drives image and tell MS where to go. Thanks again
 
The problems you are having more than likely are due to your lack of knowledge with respect to using and configuring the software you have purchased and installed, rather than any inherent fault with the software itself.

I would strongly recommend that you continue to use windows update, or you will be running an unnecessarily insecure network

If you need assistance, continue to post at tek-tips, we will try to hel you out !
 
What is the exact message that refers to asking for a password? Does it contain any reference to IPC$ ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top