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.

jondercik

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by jondercik

  1. Why not jsut run the server applications as a service?
  2. You must first run the program to extract the contents, then burn that image to cd.
  3. You needed to have the array created at install time and install the drivers then via F6. When you create the array it changes what type of drive it is and what type of drivers it needs.
  4. You cant. That is the built in limitation with Windows XP. If oyu want more than 10 users buy server.
  5. jondercik posted a topic in XPlode
    Would it be possible for Xplode to execute two different programs but only show one item in the dispaly screen? The reason I am asking is that I want to install some programs then make registry tweaks after. It would just clutter the screen up if both of these were shown.
  6. jondercik replied to Mike-C's topic in Windows XP
    You could always just try setting your home computer/network for a static outside address.
  7. %SystemFolder% doesnt exist, it is %systemroot% %AllUserProfile% Ok What About 1, Program Files is %PROGRAMFILES% 2, Current User is %USERPROLFILE% 3, System Drive is %systemdrive% 4, etc If you go to a cmd window type set|more to see all system variables.
  8. You can use Partition magic to create and resize partitions on the fly. What I would personally reccommend though is to buy an external USB hard drive and copy everything to there. Easy and fast.
  9. Why not jsut use WSH to copy the files since you are already using that language?
  10. I would but my disc is 99.9% finished and this is the last step that would finish it off.
  11. I have a copy of my I386 folder under $OEM$\$1\. Is there a way to have setup use that I386 folder booting from DVD so after textmode there is no more need for the DVD?
  12. Hardware firewalls are much better than software firewalls.
  13. Create a vbscript logon script that contains the following code Option Explicit Dim oNetwork, sPrintPath Set oNetwork = CreateObject("WScript.Network") sPrintPath = "\\server\printer" oNetwork.AddWindowsPrinterConnection sPrintPath
  14. This wont test the drivers though. To test the drivers you will need a physical machine.
  15. Wouldnt an easier way to do this be to use a hardware router?
  16. Sounds like a switch problem to me
  17. Does anyone know how to automatically select Set it and forget it for Diskkeeper Workstation on install?
  18. If you arehaving trouble with spaces set that string to a varibale before you use it. Example SET INSTALLDIR="c:\some folder name\other folder"
  19. Newer versions of Office create a virtual printer to which you can print documents into a MS format. it is called the Microsoft Office Document image writer. Try it out.
  20. Best bet to ensure everything works correctly is to just start from the SP 1a disc again.
  21. Have each command in the batch file write to a file with the >> operator. For example dir >>dir.txt will dump the outcome of the directory command to the file dir.txt in the current directory.
  22. There is no way to log on in that stage of Windows that I know of.
  23. Just use cmdlines.txt its easier.

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.