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.

interactive script for all users

Featured Replies

I made an interactive script that I need to run for all users

on xp pro (sp1 or sp2) or on w2k3 machines at a scheduled time.

Is this possible without having to know the password for

every user so the script runs as them?

I tried using schtasks.exe but that will only work

if I know the login credentials for every user that

I need the scheduled task to run for. Any ideas?

well the first thing would be to add it as a scheduled task either using

Command Line: at.exe 14:35 /interactive "cmdline of script"

or

Start - > Programs -> Accessories -> System Tools -> Scheduled Tasks

the problem is Task Scheduler runs under the system account and will run the script with system level privledges and all the profile specific variables are screwed up

get http://www.robotronic.de/runasspc/ it allows you to create a cryptfile that embeds an admin accounts password for use with a utility similar to runas. (the cryptfile is only good for running the commands you specify)

when creating your cryptfile with runasspcadmin.exe, set logon to Env under optional settings and the cmd will execute as whatever user is logged on whenever the script runs

  • Author

Thank you very much.

It is really what I was searching for.

:hello:

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.