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.

Stupid question regarding

Featured Replies

I've made many successful unattended DVDs and this is something that's not a big issue but it's starting to bug me.

I unattendedly create my default user via a batch file that's run from [GUIRunOnce].

Example of my code:

net user Owner /add /comment:"Administrator" /FullName:"Owner"
NET LOCALGROUP /add administrators Owner

Maybe this is a totally stupid question but how do I set Owner to never have the password expire?

When I work with domains, I typically use cusrmgr.exe to set passwords to never expire.

For example:

cusrmgr	-u	owner	+s	passwordneverexpires

I tried to incorporate that method into my DVD. I created a batch containing the above code and I made sure cusrmgr.exe was in the right location. I called the batch from the original [GUIRunOnce] batch file. However, it doesn't work.

Am I going about the wrong way? It's probably something simple that I'm overlooking.

Well, any help would be greatly appreciated. Thanks.

Edited by Tokyudo

  • 2 weeks later...

It's probably something simple that I'm overlooking
Indeed.

ウザーガイドを読みませんでしたか?

net accounts /maxpwage:unlimited

Also, 'Owner' is the default user (administrator) if you don't create any user (and skip OOBE). So why bothering recreating it ?

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.