Click here to Skip to main content
15,895,667 members
Home / Discussions / System Admin
   

System Admin

 
QuestionRe: Mount network share, ask fore credentials Pin
Jörgen Andersson24-Jul-08 10:07
professionalJörgen Andersson24-Jul-08 10:07 
AnswerRe: Mount network share, ask fore credentials Pin
peterchen24-Jul-08 10:41
peterchen24-Jul-08 10:41 
GeneralRe: Mount network share, ask fore credentials Pin
Jörgen Andersson28-Jul-08 2:30
professionalJörgen Andersson28-Jul-08 2:30 
GeneralRe: Mount network share, ask fore credentials Pin
peterchen28-Jul-08 3:28
peterchen28-Jul-08 3:28 
GeneralRe: Mount network share, ask fore credentials Pin
Jörgen Andersson28-Jul-08 4:56
professionalJörgen Andersson28-Jul-08 4:56 
AnswerRe: Mount network share, ask fore credentials Pin
Matthew Faithfull25-Jul-08 4:30
Matthew Faithfull25-Jul-08 4:30 
GeneralRe: Mount network share, ask fore credentials Pin
peterchen28-Jul-08 3:35
peterchen28-Jul-08 3:35 
Answersolved Pin
peterchen28-Jul-08 3:24
peterchen28-Jul-08 3:24 
I found something that does what I want, so no messing around with the domain necessary Smile | :)

create a batch file
net use W: \\server\share

but store it on \\server\share (or a sub folder)

Create a shortcut to the batch file, using \\server\share (NOT W:\..)
When starting the shortcut, windows will ask for credentials to access the share. When it reache sthe net use, you are already authenticated. Big Grin | :-D

With some extras:
(allow to run multiple times, error checking, open explorer)
<br />
@echo off<br />
<br />
IF EXIST W:\NUL goto OK<br />
net use w: \\wolfgang\exchange<br />
IF EXIST W:\NUL goto OK<br />
<br />
echo could not mount server share. Error=%ERRORLEVEL%<br />
pause<br />
goto END<br />
<br />
:OK<br />
start explorer /e,/select,W:\User<br />
goto END<br />
<br />
:END<br />


We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist


GeneralRe: solved Pin
Jörgen Andersson28-Jul-08 4:59
professionalJörgen Andersson28-Jul-08 4:59 
QuestionDomain in hosts file not seen! Pin
Waleed Eissa23-Jul-08 18:19
Waleed Eissa23-Jul-08 18:19 
QuestionWindows Server 2003 acting as router Pin
wilcoswa23-Jul-08 6:59
wilcoswa23-Jul-08 6:59 
AnswerRe: Windows Server 2003 acting as router Pin
requesttimedout23-Jul-08 13:03
requesttimedout23-Jul-08 13:03 
GeneralRe: Windows Server 2003 acting as router Pin
wilcoswa23-Jul-08 23:06
wilcoswa23-Jul-08 23:06 
GeneralRe: Windows Server 2003 acting as router Pin
requesttimedout24-Jul-08 12:18
requesttimedout24-Jul-08 12:18 
QuestionDNS Server service stopped without any reason Pin
Mekong River22-Jul-08 16:02
Mekong River22-Jul-08 16:02 
AnswerRe: DNS Server service stopped without any reason Pin
Luc Pattyn22-Jul-08 16:18
sitebuilderLuc Pattyn22-Jul-08 16:18 
GeneralRe: DNS Server service stopped without any reason Pin
Mekong River23-Jul-08 16:09
Mekong River23-Jul-08 16:09 
AnswerRe: DNS Server service stopped without any reason Pin
requesttimedout22-Jul-08 17:19
requesttimedout22-Jul-08 17:19 
GeneralRe: DNS Server service stopped without any reason Pin
Mekong River23-Jul-08 16:38
Mekong River23-Jul-08 16:38 
GeneralRe: DNS Server service stopped without any reason Pin
requesttimedout23-Jul-08 17:49
requesttimedout23-Jul-08 17:49 
AnswerRe: DNS Server service stopped without any reason Pin
Jörgen Andersson23-Jul-08 0:11
professionalJörgen Andersson23-Jul-08 0:11 
GeneralRe: DNS Server service stopped without any reason Pin
Mekong River23-Jul-08 16:43
Mekong River23-Jul-08 16:43 
GeneralRe: DNS Server service stopped without any reason Pin
Jörgen Andersson23-Jul-08 22:16
professionalJörgen Andersson23-Jul-08 22:16 
QuestionError message "inaccessible_boot_device" prompt when install window 2000 Pin
cocoonwls20-Jul-08 21:22
cocoonwls20-Jul-08 21:22 
AnswerRe: Error message "inaccessible_boot_device" prompt when install window 2000 Pin
cocoonwls21-Jul-08 0:02
cocoonwls21-Jul-08 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.