Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To add an application or "bat" file for all users:

click on the start button
type "run", then "shell:common startup"
this will open windows explorer to the location for all users on that machine
copy the *.bat file into that location
close all windows and log off of machine
log onto machine and the new mapped drive should be present


Sample for netuse bat file

open notepad and compose command and arguments
type "net use z: \\computername\share name"
save it with a recognizable name "mount AFIS share.bat"

Detailed Net Use Command Syntax

net use [{devicename | *}] [\\computername\sharename[\volume] [{password | *}]] [/user:[domainname\]username] [/user:[dotteddomainname\]username] [/user:[username@dotteddomainname] [/home {devicename | *} [{password | *}]] [/persistent:{yes | no}] [/smartcard] [/savecred] [/delete] [/help] [/?]

...

The content by label feature displays related articles automatically, based on labels you choose. To edit options for this feature, select the placeholder below and tap the pencil icon.Related articles

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@8cd
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FS"
labelskb-how-to-article

...

Page Properties
hiddentrue


Related issues