Server Manager
> Manage
> Server Manager Properties
> Enable Do not start Server Manager automatically at logon
Arguments
line in the following with:/c "net use W: "\\FileServer\Music" & net use X: "\\FileServer\Software" & net use Y: "\\FileServer\Downloads" & net use Z: "\\FileServer\Dereks Backups""
Open the network tab in Explorer and connect to the network share to authenticate for the first time, make sure to selectRemember my credentials
Open Task SchedulerAction
>Create Task
General
:
Name
>Reconnect Network Drives
Run only when user is logged on
Configure for
>Windows 10
Triggers
>New
:
Begin the task
>At startup
Conditions
>Network
>Start only if the following network connections are available
Actions
>New
:
Action
>Start a program
Program/Script
>cmd.exe
Add arguments
:/c "net use R: "\\FileServer\Public" & net use S: "\\FileServer\Documents" & net use T: "\\FileServer\Photos" & net use U: "\\FileServer\Music" & net use V: "\\FileServer\Video" & net use W: "\\FileServer\Software" & net use X: "\\FileServer\Dereks Documents" & net use Y: "\\FileServer\Downloads" & net use Z: "\\FileServer\Dereks Backups""
Download and run the following file to make the change to the registry:
- ShareNetworkShares.reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLinkedConnections"=dword:00000001
Use iTunes as the default player for audio files
Automatically update iTunes and other Apple software
Default iTunes language:
> English (United Kingdom)
Music
share in XPEnology%USERPROFILE%\Music\iTunes
, and %APPDATA%\Apple Computer\MobileSync
foldersMKLINK /D "%USERPROFILE%\Music\iTunes" "W:\iTunes"
MKLINK /D "%APPDATA%\Apple Computer\MobileSync" "Z:\MobileSync"
taskkill /im itunes.exe
(Gracefully shuts iTunes down as long as it's not syncing or a dialog box is up)timeout /t 20 /nobreak
(Waits 20 seconds to make sure it shutdown properly)C:\Program Files\iTunes\iTunes.exe
ESXi
> Windows Server VM
> Edit
> Add other device
> USB device
> USB Device 1
> Select Apple iPhone
> Save
iTunes
:Summary
:Backups
> Automatically Back up
> Select This Computer
> Enable Encrypt local backup
Stop
the backup that is automatically startedOptions
:Automatically sync when this iPhone is connected
Sync with this iPhone over Wi-Fi
Apply
Settings
> General
> iTunes Wi-Fi Sync
> Start now
Lock the guest operating system when the last remote user disconnects
option for this VM, if this doesn't work try:ESXI
> Storage
> Datastore Browser
:.vmx
filetools.guest.desktop.autolock = "TRUE"
to = "FALSE"
TODO:
433/TCP Windows Admin Center