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.

Is there a way to backup mapped net places?

Featured Replies

I want to backup my net places so i can include it on my dvd, and so far the only thing i found was:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\AddNetworkPlace\AddNetPlace\LocationMRU]
"a"="ftp://xbox:xbox@10.10.2.2"
"MRUList"="cba"
"b"="\\\\Carol\\c"
"c"="ftp://xxx:xxx@ftp.gugutz.com"

Does anyone know how to do it, or can get a clue from the tweak above?


Looks to me like 3 mapped shares.

2 point to an xbox through ftp and one points to "\\carol\c". In the registry it is showing double "\" which is common. It doesn't however show the drive letters.

In autoit you can use DriveMapGet ( "device" ). where you could list each drive letter and it would return the mapped path.

Like if the mapped drive letter was L: you would use:

$Getpath = DriveMapGet ( "L:" )

Which would make the variable $GetPath = "\\carol\c".

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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.