ROOT
  • ROOT
  • Example file This is an example
  • duckdns
    • duckdns_not_working
  • general
    • i_have_an_error
  • hassbian
    • Get Hassbian
    • hassbian_config_install_multiple_suites
  • homeassistant
    • breaking_changes
    • confusing_ha_terms
    • Development setup (docker based)
    • Discord webhook
    • easy_le-ssl_duckdns_setup
    • reboot_after_config_change
    • trigger_stuff_with_curl
    • templates
      • get_all_entities_from_a_group
      • list_all_active_domains
      • share_state_between_two_devices
      • strings
      • translate_strftime_weekday
  • python
    • 99_bottles
    • append_to_dict_if_not_allready_there
  • raspberry
    • check_power_trottle
  • windows
    • startup-diskmapping
  • .github
    • PULL_REQUEST_TEMPLATE
      • New Hassbian-config function
    • PULL_REQUEST_TEMPLATE
      • New Suite
    • PULL_REQUEST_TEMPLATE
      • suite_fix_template
Powered by GitBook
On this page
  1. windows

startup-diskmapping

This soulution is for when you have tried all else, and just want something that works.

  1. Disconnect all existing network shares.

  2. Press Win+R.

  3. Type shell:startup, and hit enter or press OK.

  4. Create an new file called start.cmd.

  5. In that file paste this:

    net use Z: \\REMOTECOMPUTER\SHARE /user:REMOTECOMPUTER\USER MySuperStrongPassword

  6. Save and close that file.

Notes!: On step 5 change these items to match your environment: {: .notice--warning}

From this value

To this value

Z

to the letter you want to use

REMOTECOMPUTER

to the name of the computer you are connectiong to

SHARE

to the name of the share on the remote computer/server

USER

to the username that you shall use on the remote computer/server

MySuperStrongPassword

to the password for that user

PreviouswindowsNext.github

Last updated 6 years ago