Windows – Automatically creates a website shortcut to CHROME on the desktop

I am trying to write a script to automatically save a shortcut to the user’s desktop, which opens in full screen like an application.

To manually To do this, please click Chrome Options -> More Tools -> Add to Desktop
Then, you need to click “Open” as a window and add, and chrome will save the application to the desktop, and it will be in full screen Mode is on.

Add Shortcut

I want to be able to automatically Do this so that it can be set on everyone’s computer through Group Policy or a user who only runs the script.

The shortcut created by chrome is similar to… chrome.exe -app-id = hjnwjndjsn… So it seems that Chrome needs to know it so it can link it can create applications. That is, it is not just a simple chrome link to a website URL.

I am happy to complete this in any language… I am already in the tab Added vbscript and batch processing as suggestions.

I’m not sure about the desktop, but you can respond to it< p>

echo. 
echo. Website:
echo [InternetShortcut]> "%Path%"
echo URL=%URL_PATH% >> "Path%"
echo idlist= >> "%Path%"
echo.

I am trying to write a script to save automatically A shortcut to the user’s desktop, which opens in full screen like an application.

To do this manually, click Chrome Options -> More Tools-> Add to Desktop
Then, you need to click “Open” as a window and add it, and chrome will save the application to the desktop, and it will open in full screen mode.

Add Shortcut

I want to be able to automate this action so that it can be set on everyone’s computer through group policy or only the user who runs the script.

The shortcut created by chrome is similar For… chrome.exe -app-id = hjnwjndjsn …so it seems that Chrome needs to know it so it can link it to create applications. That is, it is not just a simple chrome link to a website URL.

I Glad to complete this in any language… I have added vbscript and batch processing as suggestions in the tag.

I’m not sure about the desktop, but you can respond to it

echo. 
echo. Website:
echo [InternetShortcut]> "%Path%"
echo URL=%URL_PATH % >> "Path%"
echo idlist= >> "%Path%"
echo.

Leave a Comment

Your email address will not be published.