mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 19:35:49 +00:00 
			
		
		
		
	feat: Create desktop shortcut to shared folder
This commit is contained in:
		
							parent
							
								
									4871a1e61b
								
							
						
					
					
						commit
						6c3a876049
					
				
					 1 changed files with 9 additions and 2 deletions
				
			
		|  | @ -1777,11 +1777,18 @@ prepareInstall() { | |||
|           echo "  Set oFile = Nothing" | ||||
|           echo "End With" | ||||
|           echo "" | ||||
|   } | unix2dos > "$dir/\$OEM\$/admin.vbs" | ||||
|           echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\")" | ||||
|           echo "With oLink" | ||||
|           echo "  .TargetPath = \"\\\\host.lan\\Data\"" | ||||
|           echo "  .Save" | ||||
|           echo "End With" | ||||
|           echo "Set oLink = Nothing" | ||||
|           echo "" | ||||
|   } | unix2dos > "$dir/\$OEM\$/install.vbs" | ||||
| 
 | ||||
|   {       echo "[COMMANDS]" | ||||
|           echo "\"REGEDIT /s install.reg\"" | ||||
|           echo "\"Wscript admin.vbs\"" | ||||
|           echo "\"Wscript install.vbs\"" | ||||
|           echo "" | ||||
|   } | unix2dos > "$dir/\$OEM\$/cmdlines.txt" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese