Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Help for Windows Vista.

Reply
Thread Tools Display Modes

Help for Windows Vista.

 
 
SorenH
Guest
Posts: n/a

 
      07-16-2008
Hi All.

I have a problem with vista regards to script, in old days i installed XP on
my clients and the map drive script worked fine without any problems, but now
i have vista clients, when i run the script it keep asking me for a username
and password to every singel map drive, i don't get it why is it asking me
for a user and pass, and when im typing the user and pass it says it an
incorrect network pass, any one who can help me?


 
Reply With Quote
 
 
 
 
James
Guest
Posts: n/a

 
      07-16-2008
Hello Soren,

Did you run the Script as Administrator?
Click here to learn to automatically launch the script as administrator
in windows Vista.

http://unlockforus.blogspot.com/2008...trator-in.html

Reply to us if you find another solution. thanks.

"SorenH" wrote:

> Hi All.
>
> I have a problem with vista regards to script, in old days i installed XP on
> my clients and the map drive script worked fine without any problems, but now
> i have vista clients, when i run the script it keep asking me for a username
> and password to every singel map drive, i don't get it why is it asking me
> for a user and pass, and when im typing the user and pass it says it an
> incorrect network pass, any one who can help me?
>
>

 
Reply With Quote
 
SorenH
Guest
Posts: n/a

 
      07-16-2008
Hi James.

thanks for quickly reply, yes i am log on with administrative rights, and
have also tried to rigth click the batch fil, and make sure the i was running
as an administrator, (Run administrator).

The weird thing is that it ask for an username and password, to every singel
drive, when i writen down the admin/pass for that server the drive is on it
say incorrect network password, i really don't get it, could it be some
security issue, in vista or is it somthing on the server.

Btw the script is running on a w2k.

it is only with vista i have the problem if i take a XP pro client it work
no question ask, but the problems come when i try with vista. (

hope you understand my question )

regards Soren

"James" wrote:

> Hello Soren,
>
> Did you run the Script as Administrator?
> Click here to learn to automatically launch the script as administrator
> in windows Vista.
>
> http://unlockforus.blogspot.com/2008...trator-in.html
>
> Reply to us if you find another solution. thanks.
>
> "SorenH" wrote:
>
> > Hi All.
> >
> > I have a problem with vista regards to script, in old days i installed XP on
> > my clients and the map drive script worked fine without any problems, but now
> > i have vista clients, when i run the script it keep asking me for a username
> > and password to every singel map drive, i don't get it why is it asking me
> > for a user and pass, and when im typing the user and pass it says it an
> > incorrect network pass, any one who can help me?
> >
> >

 
Reply With Quote
 
James
Guest
Posts: n/a

 
      07-16-2008
Can you post the Script? Many people can help you here, I think.

"SorenH" wrote:

> Hi James.
>
> thanks for quickly reply, yes i am log on with administrative rights, and
> have also tried to rigth click the batch fil, and make sure the i was running
> as an administrator, (Run administrator).
>
> The weird thing is that it ask for an username and password, to every singel
> drive, when i writen down the admin/pass for that server the drive is on it
> say incorrect network password, i really don't get it, could it be some
> security issue, in vista or is it somthing on the server.
>
> Btw the script is running on a w2k.
>
> it is only with vista i have the problem if i take a XP pro client it work
> no question ask, but the problems come when i try with vista. (
>
> hope you understand my question )
>
> regards Soren
>
> "James" wrote:
>
> > Hello Soren,
> >
> > Did you run the Script as Administrator?
> > Click here to learn to automatically launch the script as administrator
> > in windows Vista.
> >
> > http://unlockforus.blogspot.com/2008...trator-in.html
> >
> > Reply to us if you find another solution. thanks.
> >
> > "SorenH" wrote:
> >
> > > Hi All.
> > >
> > > I have a problem with vista regards to script, in old days i installed XP on
> > > my clients and the map drive script worked fine without any problems, but now
> > > i have vista clients, when i run the script it keep asking me for a username
> > > and password to every singel map drive, i don't get it why is it asking me
> > > for a user and pass, and when im typing the user and pass it says it an
> > > incorrect network pass, any one who can help me?
> > >
> > >

 
Reply With Quote
 
SorenH
Guest
Posts: n/a

 
      07-16-2008
Here is the script we use again i work fine with XP but not on vista. )

@Echo off
color 1F
Echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
Echo.
Echo Loggin into our company
echo Welcome %username% ...
Echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
Echo.
Echo.
Echo.
cls
Echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
Echo.
Echo Removing Network Drives
Echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
rem net use j: /DELETE

REM *** drev w
REM net use w: /DELETE
REM ***

net use k: /DELETE
net use l: /DELETE
net use g: /DELETE
net use h: /DELETE
net use i: /DELETE
net use q: /DELETE
net use s: /DELETE
net use x: /DELETE
net use t: /DELETE
cls
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
echo.
echo Mapping Network Drives
echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
Net use K: \\server\folder ("this drive did not work" format "FAT")
Net use g: \\server\folder ("this drive did not work" format "FAT")
Net Use h: \\server\folder ("this drive did not work" format "FAT")
Net use x: \\server\folder ("this drive did not work" format "FAT")
Net use z: \\server\folder ("This drive worked" format"NTFS")
rem Net use t: \\server\folder


rem echo.
rem cls
rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
rem echo.
rem echo Mapping Network Printers
rem echo.
rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
rem net use lpt4: \\server\printer
rem net use lpt5: \\server\printer
rem net use lpt6: \\server\printer
rem echo.

cls
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
echo.
echo Copying company signatur
echo.
echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
xcopy \\server\folder\%username%\*.* c:\ /y

:END


"James" wrote:

> Can you post the Script? Many people can help you here, I think.
>
> "SorenH" wrote:
>
> > Hi James.
> >
> > thanks for quickly reply, yes i am log on with administrative rights, and
> > have also tried to rigth click the batch fil, and make sure the i was running
> > as an administrator, (Run administrator).
> >
> > The weird thing is that it ask for an username and password, to every singel
> > drive, when i writen down the admin/pass for that server the drive is on it
> > say incorrect network password, i really don't get it, could it be some
> > security issue, in vista or is it somthing on the server.
> >
> > Btw the script is running on a w2k.
> >
> > it is only with vista i have the problem if i take a XP pro client it work
> > no question ask, but the problems come when i try with vista. (
> >
> > hope you understand my question )
> >
> > regards Soren
> >
> > "James" wrote:
> >
> > > Hello Soren,
> > >
> > > Did you run the Script as Administrator?
> > > Click here to learn to automatically launch the script as administrator
> > > in windows Vista.
> > >
> > > http://unlockforus.blogspot.com/2008...trator-in.html
> > >
> > > Reply to us if you find another solution. thanks.
> > >
> > > "SorenH" wrote:
> > >
> > > > Hi All.
> > > >
> > > > I have a problem with vista regards to script, in old days i installed XP on
> > > > my clients and the map drive script worked fine without any problems, but now
> > > > i have vista clients, when i run the script it keep asking me for a username
> > > > and password to every singel map drive, i don't get it why is it asking me
> > > > for a user and pass, and when im typing the user and pass it says it an
> > > > incorrect network pass, any one who can help me?
> > > >
> > > >

 
Reply With Quote
 
James
Guest
Posts: n/a

 
      07-16-2008
open cmd
type: net use /?
to view the syntax
just add a username and password to your command.


"SorenH" wrote:

> Here is the script we use again i work fine with XP but not on vista. )
>
> @Echo off
> color 1F
> Echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> Echo.
> Echo Loggin into our company
> echo Welcome %username% ...
> Echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> Echo.
> Echo.
> Echo.
> cls
> Echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> Echo.
> Echo Removing Network Drives
> Echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> rem net use j: /DELETE
>
> REM *** drev w
> REM net use w: /DELETE
> REM ***
>
> net use k: /DELETE
> net use l: /DELETE
> net use g: /DELETE
> net use h: /DELETE
> net use i: /DELETE
> net use q: /DELETE
> net use s: /DELETE
> net use x: /DELETE
> net use t: /DELETE
> cls
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> echo.
> echo Mapping Network Drives
> echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> Net use K: \\server\folder ("this drive did not work" format "FAT")
> Net use g: \\server\folder ("this drive did not work" format "FAT")
> Net Use h: \\server\folder ("this drive did not work" format "FAT")
> Net use x: \\server\folder ("this drive did not work" format "FAT")
> Net use z: \\server\folder ("This drive worked" format"NTFS")
> rem Net use t: \\server\folder
>
>
> rem echo.
> rem cls
> rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> rem echo.
> rem echo Mapping Network Printers
> rem echo.
> rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> rem net use lpt4: \\server\printer
> rem net use lpt5: \\server\printer
> rem net use lpt6: \\server\printer
> rem echo.
>
> cls
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> echo.
> echo Copying company signatur
> echo.
> echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> xcopy \\server\folder\%username%\*.* c:\ /y
>
> :END
>
>
> "James" wrote:
>
> > Can you post the Script? Many people can help you here, I think.
> >
> > "SorenH" wrote:
> >
> > > Hi James.
> > >
> > > thanks for quickly reply, yes i am log on with administrative rights, and
> > > have also tried to rigth click the batch fil, and make sure the i was running
> > > as an administrator, (Run administrator).
> > >
> > > The weird thing is that it ask for an username and password, to every singel
> > > drive, when i writen down the admin/pass for that server the drive is on it
> > > say incorrect network password, i really don't get it, could it be some
> > > security issue, in vista or is it somthing on the server.
> > >
> > > Btw the script is running on a w2k.
> > >
> > > it is only with vista i have the problem if i take a XP pro client it work
> > > no question ask, but the problems come when i try with vista. (
> > >
> > > hope you understand my question )
> > >
> > > regards Soren
> > >
> > > "James" wrote:
> > >
> > > > Hello Soren,
> > > >
> > > > Did you run the Script as Administrator?
> > > > Click here to learn to automatically launch the script as administrator
> > > > in windows Vista.
> > > >
> > > > http://unlockforus.blogspot.com/2008...trator-in.html
> > > >
> > > > Reply to us if you find another solution. thanks.
> > > >
> > > > "SorenH" wrote:
> > > >
> > > > > Hi All.
> > > > >
> > > > > I have a problem with vista regards to script, in old days i installed XP on
> > > > > my clients and the map drive script worked fine without any problems, but now
> > > > > i have vista clients, when i run the script it keep asking me for a username
> > > > > and password to every singel map drive, i don't get it why is it asking me
> > > > > for a user and pass, and when im typing the user and pass it says it an
> > > > > incorrect network pass, any one who can help me?
> > > > >
> > > > >

 
Reply With Quote
 
SorenH
Guest
Posts: n/a

 
      07-17-2008
Hi James.

Can you please show what you mean?

Net use drive letter:\\server\folder <--is it in this syntax you want me to
add an username and password?

"James" wrote:

> open cmd
> type: net use /?
> to view the syntax
> just add a username and password to your command.
>
>
> "SorenH" wrote:
>
> > Here is the script we use again i work fine with XP but not on vista. )
> >
> > @Echo off
> > color 1F
> > Echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > Echo.
> > Echo Loggin into our company
> > echo Welcome %username% ...
> > Echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > Echo.
> > Echo.
> > Echo.
> > cls
> > Echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > Echo.
> > Echo Removing Network Drives
> > Echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > rem net use j: /DELETE
> >
> > REM *** drev w
> > REM net use w: /DELETE
> > REM ***
> >
> > net use k: /DELETE
> > net use l: /DELETE
> > net use g: /DELETE
> > net use h: /DELETE
> > net use i: /DELETE
> > net use q: /DELETE
> > net use s: /DELETE
> > net use x: /DELETE
> > net use t: /DELETE
> > cls
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > echo.
> > echo Mapping Network Drives
> > echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > Net use K: \\server\folder ("this drive did not work" format "FAT")
> > Net use g: \\server\folder ("this drive did not work" format "FAT")
> > Net Use h: \\server\folder ("this drive did not work" format "FAT")
> > Net use x: \\server\folder ("this drive did not work" format "FAT")
> > Net use z: \\server\folder ("This drive worked" format"NTFS")
> > rem Net use t: \\server\folder
> >
> >
> > rem echo.
> > rem cls
> > rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > rem echo.
> > rem echo Mapping Network Printers
> > rem echo.
> > rem echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > rem net use lpt4: \\server\printer
> > rem net use lpt5: \\server\printer
> > rem net use lpt6: \\server\printer
> > rem echo.
> >
> > cls
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > echo.
> > echo Copying company signatur
> > echo.
> > echo *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> > xcopy \\server\folder\%username%\*.* c:\ /y
> >
> > :END
> >
> >
> > "James" wrote:
> >
> > > Can you post the Script? Many people can help you here, I think.
> > >
> > > "SorenH" wrote:
> > >
> > > > Hi James.
> > > >
> > > > thanks for quickly reply, yes i am log on with administrative rights, and
> > > > have also tried to rigth click the batch fil, and make sure the i was running
> > > > as an administrator, (Run administrator).
> > > >
> > > > The weird thing is that it ask for an username and password, to every singel
> > > > drive, when i writen down the admin/pass for that server the drive is on it
> > > > say incorrect network password, i really don't get it, could it be some
> > > > security issue, in vista or is it somthing on the server.
> > > >
> > > > Btw the script is running on a w2k.
> > > >
> > > > it is only with vista i have the problem if i take a XP pro client it work
> > > > no question ask, but the problems come when i try with vista. (
> > > >
> > > > hope you understand my question )
> > > >
> > > > regards Soren
> > > >
> > > > "James" wrote:
> > > >
> > > > > Hello Soren,
> > > > >
> > > > > Did you run the Script as Administrator?
> > > > > Click here to learn to automatically launch the script as administrator
> > > > > in windows Vista.
> > > > >
> > > > > http://unlockforus.blogspot.com/2008...trator-in.html
> > > > >
> > > > > Reply to us if you find another solution. thanks.
> > > > >
> > > > > "SorenH" wrote:
> > > > >
> > > > > > Hi All.
> > > > > >
> > > > > > I have a problem with vista regards to script, in old days i installed XP on
> > > > > > my clients and the map drive script worked fine without any problems, but now
> > > > > > i have vista clients, when i run the script it keep asking me for a username
> > > > > > and password to every singel map drive, i don't get it why is it asking me
> > > > > > for a user and pass, and when im typing the user and pass it says it an
> > > > > > incorrect network pass, any one who can help me?
> > > > > >
> > > > > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista Home Premium SVC PK 1 had error installing dazzle dvc100 driver from dazzle's pinnacle instant dvd recorder version 2.0 for Windows Vista 32bit 06/07 on my Windows Vista 32bit PC leitnerwp Windows Vista Hardware 2 07-03-2008 02:51 AM
vista windows & windows email & windows security Linda Windows Vista Mail 3 05-20-2008 11:39 PM
Upgraded Vista always tries to boot to Windows XP Setup - Have tomanually select Windows Vista evilspoons@gmail.com Windows Vista General Discussion 1 01-02-2008 11:58 PM
Bug - in Windows Mail (Windows Vista) and Outlook Express (Windows ashwin Windows Vista Mail 0 04-15-2007 10:52 PM
Import Eduora 6.xx into windows Vista Mail or windows vista Outlook Jim Burmeister Windows Vista Mail 0 02-25-2007 06:28 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59