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.

Rexxar

Member
  • Joined

  • Last visited

  • Country

    Netherlands

Everything posted by Rexxar

  1. Hey All I Would like to add a line that makes a jpg file that has been put in a folder "Rexxar" on the desktop a wallpaper. here is what i have so far @echo off start /wait %systemdrive%\install\Firefox.msi /quiet <irrelevant> start /wait %systemdrive%\install\Profiles.exe /s <irrelevant> start /wait %Systemdrive%\install\Regtweaks.reg /s <irrelevant> mkdir "%userprofile%\desktop\Rexxar" <makes to folder on desktop move "%systemdrive%\install\Rexxar" "%userprofile%\desktop\Rexxar" <copies the folder with my files to the desktop (a file named wally1.jpg is in this folder, and that needs to be the wallpaper) RD %systemdrive%\install /q /s exit thanks in advance Rexxar
  2. Hey All, Alltough this is my first reply on this forum I've been making unattended setups from XP, Vista and Windows 7 for a while. With XP it used to be easy, because either there are very good guides or simple programs to do stuff. Now I am working on both 32 and 64 both Vista's but i get 1 problem with the autounattend.xml, I either use the one uploaded by the poster of this thread (thanks), or use the one generated by Vlite. What I have been trying to do is integrate my own wallpaper, and trying to get that wallpaper to work after first boot. since the autounattend.xml has a display settings part I thought I'd simply add the following line <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> so that would end up here in the xml file (or at least, thats where i put it) <Display> <ColorDepth>32</ColorDepth> <DPI>120</DPI> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>75</RefreshRate> <VerticalResolution>768</VerticalResolution> <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> </Display> the location of the file wally1.jpg is on the dvd \sources\$OEM$\$1\Install (added it in folder where i have my installers, which are run bij a setupcomplete.cmd, which works fine (maybe anyone knows a command i can add to that which sets wally1.jpg as my desktop background?). as a conclusion: where should I add the line <DesktopBackground>%Systemdrive%\install\wally1.jpg</DesktopBackground> in the posters xml file to make it work, OR what command to add to the cmd file in my \sources\$OEM$\$$\Setup\Scripts folder on the dvd. thanks in advance

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.