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.

Run a script on start up..

Featured Replies

Is there a way to run a script the very first time a user logs into a computer? What I need to do is run a security script on the users account the very first time they log in.... I need to do this on the local machine... they will not be logging into a domain....

I have the same problem but what I need to do is to display a warning everytime a user logon to the network or local a/c. So, where how should the script wrtten and where should I put the file????

thanks in advance for the help!!!!!

I would also like information on how to have a warning displayed on each login for every account, as I have a stupid task I must manually do once the system has successfully logged on a user. I need to have a system warning message announce to the users to adjust vidoe card speeds and fan speeds as eVGA sucks and released a video card that does not automatically run at 2D clocks and fan speed is fixed. This message is critical for as if the user's on login do not alter these settings manually, they may brick my video card if they launch right into an intensive 3D game for hours on end.

  • Author

Maybe I wasnt clear... I know about runonce... but what I need to do is have a script that runs the very first time a user logs into the machine.... so if I create a new user and then go to log into that users account it needs to run the script one time.. so fr every new user it needs to run the script..... is there a way to do that?

You could place it in the startup folder and use a batch file to delete the shortcut when it runs.

startup batch.bat

start %homedrive%\script.vbs
del "%homedrive%\Documents and Settings\All Users\Start Menu\Programs\Start Up\Script.Ink"
REM You may need the silent delete switch
del %homedrive%\script.vbs
del %homedrive%\batch.bat
exit

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.