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.

The best way to map printers

Featured Replies

What has everyone found to be the best way to add certain printers on client computers automatically according to group membership?

I've tried vbscripts and modifying printui.dll with a batch file, but both of these require admin privileges, which I don't want to give my users.

Ideas?


i've written a logon-script that map a network printer....

Tomorrow when i get to work i post it.

You dont need to be an admin to connect a printer (i believe :D).

The method is in thw WSHnetwork object.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Option Explicit

Dim objNet

Set objNet = CreateObject("WScript.Network")

bjNet.AddWindowsPrinterConnection "\\SERVER_NAME\PRINTER1"

objNet.AddWindowsPrinterConnection "\\SERVER_NAME\PRINTER2"

//////////////////////////////////////////////////

  • Author

I get an error in line 4, character 1 (Permission denied)...and I'm no VB expert. Help?

maybe it's THE permission problem talked before....try running this script as an Admin.

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.