Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
$300 Free Credits to Build on Google Cloud
New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Make multiple types of symbolic links from the context menu.
mkLink creates multiple types of symbolic links. Specifically, it simplifies the use of creating symbolic links by providing a GUI interface and access from the context menu. Normally advanced symbolic links, such as Hard Links and Directory Junctions can only be created through the command prompt.
The following symbolic links can be created with mkLink
Program to create symlinks. Provides the CMD command as well.
Just a small application I made to simplify the process of creating symbolic and hard links in Windows 7 and Windows 8 (likely Vista too). It is a GUI for the MKLINK command in Windows, which makes creating the links much easier.
The program requires administrator permissions due to use of the command prompt, so you should run it as an administrator if you experience any problems.
Note: It is not possible to create a hard link from a network share. You must use a symbolic link instead.
...
...For that you need to place Dropbox directory on same drive as the where the SC2 bank files are created, then just make a junction:
Code:
c:\Users\user1\Dropbox\SaveGameBackup>mklink /J StarCraft2Banks "c:\Users\user1\Documents\StarCr
aft II\Accounts"
Junction created for StarCraft2Banks <<===>> c:\Users\user1\Documents\StarCraft II\Accounts
c:\Users\user1\Dropbox\SaveGameBackup>
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Powershell script that uses Robocopy and Hardlinks for creating backup snapshots on local partitions (NTFS) or remote shares (NTFS, Samba) just like the famous Rsnapshot