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.

velos

Member
  • Joined

  • Last visited

  • Country

    Greece
  1. Thank you pksw for your detailed answer!
  2. Has anyone tested the hdd before and after the firmware update to check if the update affects the hdd performance (speed)? I m sorry if I missed a previous post about it. Is it supposed to have no effect on the hdd speed? I still haven’t updated mine; I am waiting a while to be sure (I hope my hdd will not kick the bucket in the meantime).
  3. You can go to Control Panel - Regional and Language Options - Languages - Details and use the "Add" button.
  4. Try this bat file empty_files.bat for %%f in (*.txt;*.exe) do copy nul "%%f" You can change (*.txt;*.exe) to something else, for example (*.*) if you want this to work for all files
  5. If you are using Windows 2000 or later try pressing CTRL+C when a message box is the active window.
  6. To send Alt+F4 try this Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys "%{F4}"
  7. I wish you the best.
  8. Hi SGT_JAX Are you looking for something like this? net use /persistent:YES Z: \\SERVER\SHARE /user:DOMAIN\USER PASSWORD
  9. Hi. This probably happens because "con" is reserved for the standard input/output. Try this Open a command prompt and write copy con con Each line you write will be dublicated Exit with Ctrl-Z (or F6)

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.