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.

r3p1v

Member
  • Joined

  • Last visited

  • Country

    United States
  1. hi guys, i am trying to create a gui window as an alternative to start.cmd using visual basic, but right now i am having difficulty in translating this codes to a visual basic one... what i want to do is make an exe file, instead of just showing the command window, i want to make it look more nicer and i wanted it to ask if the user wish to install the additional programs, screensaver, etc. or not, and waits till the installation is done. i hope someone could help me convert this to a gui executable using visual basic. here is the code on my start.cmd: CLS @echo off TITLE Finalizing Installation... ECHO. ECHO Please Wait... COPY "%systemdrive%\Install\MAT2.scr" "%systemroot%\system32\" REGEDIT /S %systemdrive%\Install\mat2.reg DEL "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Administrator.bmp" COPY "%systemdrive%\Install\Administrator.bmp" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\" START /wait %systemdrive%\Install\networkicon.vbs START /wait %systemdrive%\Install\3m\setup.exe REGEDIT /S %systemdrive%\Install\3m.reg ECHO. ECHO Deleting Temporary Installation Files... RD /S /Q %systemdrive%\Install ECHO. ECHO Windows XP Installation Complete! ECHO. PAUSE EXIT
  2. hi guys, i am trying to create a gui window as an alternative to start.cmd using visual basic, but right now i am having difficulty in translating this codes to a visual basic one... what i want to do is make an exe file, instead of just showing the command window, i want to make it look more nicer and i wanted it to ask if the user wish to install the additional programs, screensaver, etc. or not, and waits till the installation is done. i hope someone could help me convert this to a gui executable using visual basic here is the code on my start.cmd: CLS @echo off TITLE Finalizing Installation... ECHO. ECHO Please Wait... COPY "%systemdrive%\Install\MAT2.scr" "%systemroot%\system32\" REGEDIT /S %systemdrive%\Install\mat2.reg DEL "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Administrator.bmp" COPY "%systemdrive%\Install\Administrator.bmp" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\" START /wait %systemdrive%\Install\networkicon.vbs START /wait %systemdrive%\Install\3m\setup.exe REGEDIT /S %systemdrive%\Install\3m.reg ECHO. ECHO Deleting Temporary Installation Files... RD /S /Q %systemdrive%\Install ECHO. ECHO Windows XP Installation Complete! ECHO. PAUSE EXIT

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.