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.

Copy to system32 for restricted user with loginscript.

Featured Replies

yeah but (sorry to oppose you here GSM ;)) using the runas command means the password is in plain text.

what i think he really needs is a vb script that scans the network for hosts and if they exist copy the files to \\hostname\c$\windows\system32

that way he can just run it from a server with admin rights

:)

http://robotronic.de/runasspc/

creates a cryptfile that store your password for the included runas utility (cryptfile is only good for the running the exe it was created for)

  • 1 month later...

This was an interesting thread, but I have come up with a better/different solution for oeminfo.ini.

Machine startup script in the GPO:

@echo off

if '%COMPUTERNAME%' == 'SERVER_1' goto SkipUpdate

if '%COMPUTERNAME%' == 'SERVER_2' goto SkipUpdate

attrib -r -h -s %SystemRoot%\system32\oeminfo.ini

del /q %SystemRoot%\system32\oeminfo.ini

@echo [General] > %SystemRoot%\system32\oeminfo.ini

@echo Manufacturer=Tech Support >> %SystemRoot%\system32\oeminfo.ini

@echo Model=PC >> %SystemRoot%\system32\oeminfo.ini

@echo [support Information] >> %SystemRoot%\system32\oeminfo.ini

@echo line1=***** Tech Support Contact Information *****>> %SystemRoot%\system32\oeminfo.ini

@echo line2=Etc etc etc..>> %SystemRoot%\system32\oeminfo.ini

:SkipUpdate

/script

I'm making sure the oeminfo.ini isn't marked as read only or a system file etc

Delete the oeminfo.ini

Then echo in all the information I need right from the machine startup batch....

The BMP isn't copied but it isn't required, on our domain the above script works perfectly... I don't have to copy the OEMINFO.ini from anywhere, no network login issues, and by running it in the machine startup it's the local admin which always has rights to the system32 directory...

Edited by Bly

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.