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.

Doc Symbiosis

Member
  • Joined

  • Last visited

  • Country

    Germany

Posts posted by Doc Symbiosis

  1. ·

    Edited by Doc Symbiosis

    Best timesaver is, if you install the apps directly from a network share, of course only with an adequate network.

    I split up the installation to this of the system to that of the software. As last point of installation a simply call WPI from a network share, so that I can choose the Apps to install, naturally you also could simply install a default set of apps without calling WPI.

    So I don't have to burn always a new CD, when an update to an app is released.

    Just silly that it leaves to create a new CD after everytwoweeks-MS-Patchday.

    But there any nearly no other changes, I make to the CD, cause I puzzled quite a while on it, and have set all other things , like I want 'em.

    Just a thought...

  2. ·

    Edited by Doc Symbiosis

    Hi there, in a vb-Script I wanted to do a little automatic Filesystem detecting, I stumbled across the following:

    When I try to run the follwoing script with an existing, but nonformated drive d:, no message is shown. Works fine, when drive d: has NTFS or FAT. Can anyone explain why?

    strComputer = "."
    Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colDisks = objWMIService.ExecQuery ("Select * from Win32_LogicalDisk Where DeviceID = 'D:'")

    For Each objDisk in colDisks
    If NOT (objDisk.Filesystem="NTFS") Then
    Wscript.Echo "This is No NTFS"
    End If
    If (objDisk.Filesystem="NTFS") Then
    Wscript.Echo "This is NTFS"
    End If
    Next

    Thanks in advance

  3. The following batch should do the trick ( couldn't really test it, cause there's only one subkey on my machine:

    @echo off
    setlocal enableextensions
    set count=-3
    For /F %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains"') Do call :increase
    echo Blocked Domains: %count%

    :increase
    set /A count=%count%+1
    goto :EOF

    endlocal

  4. Perhaps there is a way to do this through autohotkey. The version of the c't contains a function, that you can enter commands directly in the addressbar of the explorer. Perhapy you just have to modify this a little to fulfill your needs...

    Have a look here

    http://www.heise.de/ct/ftp/result.xhtml?ur...ords=AutoHotkey.

    Unfortunately the homepage is in german, but the program is in englisch. So just download actiaid and install it. There are integrated a lot of examples.

    It's worth a look anyway, since I installed this, I don't want to miss it anymore. Some nice extensions which are well known from MAC or Linux.

  5. ·

    Edited by Doc Symbiosis

    My first thought was, what a terrrible choice of colours, recalls me a little of the good old CGA-graphicstyle in some menupoints(I must acknowledge, actually only under "User Manual" )

    But the content is just fine, perhaps there could be a menu, howto change WPI for different solutions, e.g. howto make WPI run from any location without having to modify the WPI.cmd every time or howto run directly form a UNC-path or howto modify WPI to detect the OS and starts with an adequate configuration. Means, I think it would be fine to have somehting like FAQ.

    The explanation of the possibilities of configuration in config.js is very detailed, which is fine for a lot of users. I found the options pretty self-explaining from the first time on, but I often met people, who had problems two understand the options.

  6. You could make two version of WPI, put it in different directories, e.g. "WPIXP" and "WPI98". Now edit the autorun.inf located in the root of your CD, if not, create one, containing the following

    [AutoRun]
    open=autorun.bat
    icon=WPI.ico

    Create a file autorun.bat in the root of your CD, containing:

    if %OS%==Windows_NT ( %~dp0\WPIXP\WPI.cmd)

    Add an adequate entry for Win98, but I don't know, what %OS% is on a Win98 System.

    I didn't test anything of this, but I think, that I should work this way.

  7. Hi there,

    In a batchfile, I need to get the MAC-address of "Local Area Connection" into a variable, but still can't figure out how.

    There aren't any adequate parameters for the getmac and ipconfig command. Thought about using the find command, but there's a problem, when more than one network adapter is installed. How do I get the one of "Local Area Connection"

    Does anyone have an idea?

    Thanks in advance

    Title Edited - Please follow new posting rules from now on.

    --Zxian

  8. Perhaps this is a first step: This command lists the date of the file and the file names. No you just have to add the check for the date it delete the file or folder.

    In the variable %i the date is contained and in the vatiable %l the filename, %j contains the time of the fileceation and %k contains either "<DIR>", if it's a directory, or the filesize.

    for /f "tokens=1,2,3*" %i in ('dir /OD') DO echo %i %l

    If you're using this in a batch, you have to set double '%' instead of one.

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.