Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 04-11-2007, 11:30 AM
chuck.streb@gm.com
Newsgroup Contributor
 
Posts: n/a
Multiple Connections to a server or shared resource by the same user - BUG

Apparently there is a bug in the XP system.
I try to log on to a share drive and can not because of the message in
the subject.
When I check to see if there is a network drive attached there are
non.
I use the command "net use" nothing shows up.

BUT BUT BUT

if I log onto the drive using Map Network Drive (Drive none) and
folder the drive name, it lets me in without having to use a user ID
and password. I pick up the last users permissions.

No matter what I try I cannot reset this. The only way to resolve at
the moment is by rebooting the computer.

This is a serious bug because it gives the next user of a machine the
access to the previous users shared drives and permissions.

Anyone know how to fix this ....

Dont tell me Net Use * /delete. It isnt that ... It seems to be a bug
and it happens allot here ...

Thank For You Time

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 04-11-2007, 11:30 AM
  #2 (permalink)  
Old 04-11-2007, 12:30 PM
chuck.streb@gm.com
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Connections to a server or shared resource by the same user - BUG

The last command before the problem was a VB command
RemoveNetworkDrive

WshNetwork.RemoveNetworkDrive "g:", True

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-11-2007, 12:45 PM
Gordon
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Connections to a server or shared resource by the same user - BUG

chuck.streb@gm.com wrote:

> The last command before the problem was a VB command
> RemoveNetworkDrive
>
> WshNetwork.RemoveNetworkDrive "g:", True


Who are you talking to? Please QUOTE the post you are replying to.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-11-2007, 01:45 PM
chuck.streb@gm.com
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Connections to a server or shared resource by the same user - BUG

I have also tried this with no success



'
' RemNetDrivebForce.vbs - Windows Logon Script
' VBScript to Remove Drive H: with bForce
' Author Guy Thomas http://computerperformance.co.uk/
' Version 1.3- April 24th 2005
' -----------------------------------------------------'
Option Explicit
Dim objNetwork, objShell, strDriveLetter
Dim bForce, bUpdateProfile
strDriveLetter = "H:"
bForce = "True"
bUpdateProfile = "True"
err.number = vbempty
Set objNetwork = CreateObject("WScript.Network")
' Removes strDriveLetter, with bForce, pUpdate Profile
On Error Resume Next
objNetwork.RemoveNetworkDrive strDriveLetter, _
bforce, bUpdateProfile

' Error correcting code
If err.number = vbEmpty then
Set objShell = CreateObject("WScript.Shell")
objShell.run ("Explorer")
ElseIf err.number = -2147022646 then
Wscript.Echo "You must create " & strDriveLetter
Else Wscript.echo "Unknown " & err.number
End If


WScript.Quit

' End of Guy's Script

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 08-09-2009, 09:20 PM
henrykuong
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Connections to a server or shared resource by the same user - BUG


Really great! This is I need. thank all eveyone 4 shared !
'_calcul_pret_assurance_simulation_taux_emprunt_
immobilier_' (http://simulationempruntimmobilier.com/) - Taux emprunt
immobilier. Comparez les offres d’emprunt immobilier, simulation emprunt
immobilier, taux emprunt
immobilier'_calcul_pret_assurance_simulation_taux_ emprunt_immobilier_'
(http://simulationempruntimmobilier.com/)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
i have multiple connections!dont know why! c3029376 Windows Vista 3 05-11-2008 05:20 AM
System error 1219. Multiple connections to a server per.seitzberg@gmail.com Windows XP 2 12-17-2007 09:40 PM
Multiple LAN connections jbaum75 Windows Vista 11 09-19-2007 01:21 AM
Multiple Remote Desktop Connections? Alan Windows Vista 6 05-19-2007 06:11 AM
Random Disconnects (Multiple Connections) James Windows Vista 2 05-05-2007 01:09 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 04:58 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0