Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

shares thru command line?

Featured Replies

hello

anybody knows a tool to set-up shares on a server thru command line??

i'd like to move all the home-shares from one server to another. for security i'd use CACLS but how create the shares?

is there a tool in the reskit?

Not sure if it can be done from the command line, but it's possible to do it in vbscript with WMI. Chances are there might be 3rd party utilities that do it too.

net use x: \\servername\sharename

where x: is any available drive letter. Note there is a space between the colon and the first backslash. B)

net use x: \\server\share is how to connect a drive to a share

net use h: \\frotto\os2fan2$

How ever, if you want to create the share \\frotto\$os2fan2, you need to run this command from frotto

net share os2fan$ d:\users\os2fan2

The $ sign at the end of the share prevents the share comming up in the browser, but if you want to see the thing from anyone's computer, make the share without the $ sign, eg net use g: \\frotto\groups

You can add additional flags, which are revealed via net use /? and net share /?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.