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.

vizz

Member
  • Joined

  • Last visited

  • Country

    Denmark
  1. vizz replied to n00b's topic in Windows PE
    Yes it is strange that u have to do the authentication in the WIM images where as RIS can do it initially at the login. /Peter
  2. Hello. I was wondering if anyone have made some nice HTA or Script which can validate a typed user name/password to a domain or share on a server on a PE system. I have done a VBscript which can but it is kind of primitive and the password is for now showed while typing. Best Regards Peter. ' Made by ptr 13.10.07 Dim objNetwork, Pass Set objNetwork = WScript.CreateObject("WScript.Network") Pass = 0 str1LocalDrive = "G:" str1RemoteShare = "\\servername\d$" str2LocalDrive = "I:" str2RemoteShare = "\\servername\e$" strPer = "FALSE" Do While pass = 0 On Error Resume Next strUsr = "servername\" + InputBox("Type UserID") strPas = InputBox("Type Password") objNetwork.MapNetworkDrive str1LocalDrive, str1RemoteShare, strPer, strUsr, strPas objNetwork.MapNetworkDrive str2LocalDrive, str2RemoteShare, strPer, strUsr, strPas if err then Wscript.Echo "Wrong username/Password" pass = 0 else Wscript.Echo "gogogo" pass = 1 end if loop Wscript.Echo "continue"

Account

Navigation

Search

Search

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.