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.

Telenut

Member
  • Joined

  • Last visited

  • Country

    Belgium
  1. Glossy Is that not a default skin?
  2. see screenshot in attachment
  3. no one can help me with this?
  4. I would like to check if the dotnet 1.1 , 2.1 and 3.5 are installed and enable them when they are not installed. Same for JRE 1.6 I also need a script to enable them when I install other software that needs them. Is that possible?
  5. That is not the configuration window (where all the applications are in a list on the left...) And there is no category order there, just a (in my case long) list...
  6. how does the sort order works in the config screen? I want it to be alfabetical. Is there a way to resort it?
  7. Hi, I like the function of this tool, but it asks a lot of effort to make it work. Is there no one who has a simple exe/zip that can be slipstreamed and just works with most of the oem bioses? (like the driverpacks etc...)
  8. I could do this with IVT bluesoleil and an external bluetooth dongle, but the software does not seem to work with the build in bleutooth. I would like to use the windows XP drivers, but there is no option to auto accept. maybe someone has an autoit script for this?
  9. that is exactly what I use now. With some options to make it work from a networkshare. I would need the same for office, but can not find a reg value to check.
  10. does the tool checks if the update is allready installed? And can I use it for office updates? edit: seems pretty useless. I can do the same with a bat file...
  11. you can use http://wud.jcarle.com/ to download them all. A script can be written to install them. Something like: FOR /F %%I IN (*.exe) DO start /wait /Dy: %%I /Q Only problem here: It will install all the updates, even when they are allready installed. You can make a custum bat file: ECHO WindowsXP-KB929969-x86-NLD.exe REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP3\KB929969" > nul 2>&1 IF %ERRORLEVEL% EQU 0 ( ECHO is allready installed ) ELSE ( ECHO Installing... WindowsXP-KB929969-x86-NLD.exe /quiet /norestart SET /A NUMOFUPDATES+=1 ECHO Installation complete ) But than you have to do this for every update. And not all the updates have the same way of installing. (I have a complete script, I guess..) An other option is the autopatcher (www.autopatcher.com) good luck
  12. Guess that is the only way :-) I found some usefull information here: http://www.majorgeeks.com/page.php?id=12
  13. Than I have 256 mb ram in backup :-) the VB scripts are nice, but I more prefer the bat files. thx for the tips
  14. getting more ram is a good option. But I can not upgrade my CPU :-) (laptop) (now let's have a look if there is space left for extra ram) edit: ****, no more place for extra ram... :s
  15. thx, But that is not what I needed :-) I have my own reg file for that. I only want to disable services temporarely and stop processes that take too much memory.

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.