# 📢 https://aka.ms/ros/public - The new Chocolatey feed URL for ROS on Windows

**URL:** https://discourse.openrobotics.org/t/https-aka-ms-ros-public-the-new-chocolatey-feed-url-for-ros-on-windows/15429
**Category:** ROS General
**Tags:** windows
**Created:** [July 15, 2020, 6:56pm UTC](https://discourse.openrobotics.org/t/https-aka-ms-ros-public-the-new-chocolatey-feed-url-for-ros-on-windows/15429 "2020-07-15T18:56:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![seanyen-msft](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/seanyen-msft/32/3965_2.png) [@seanyen-msft](https://discourse.openrobotics.org/u/seanyen-msft)
#### Post date: [July 15, 2020, 6:56pm UTC](https://discourse.openrobotics.org/t/https-aka-ms-ros-public-the-new-chocolatey-feed-url-for-ros-on-windows/15429/1 "2020-07-15T18:56:41Z")

</div>

Hi ROS on Windows Developers!

This is an announcement to inform you that now we have an new Chocolatey feed URL: [ROS: Home](https://aka.ms/ros/public).

If you are an new user, please follow ROS Wiki for the new installation: [Installation/Windows - ROS Wiki](http://wiki.ros.org/Installation/Windows)

If you are an existing user, please reconfigure your Chocolatey sources to get the future package releases.

Here are the simple 3 steps to switch to the new location:

1. Open a command prompt as administrator.
2. Run the commands as follow, which will replace your old source with the new one.

```Batchfile
set ChocolateyInstall=c:\opt\chocolatey
choco source remove -n=ros-win
choco source add -n=ros-win -s="https://aka.ms/ros/public" --priority=1

```

1. Check your Chocolatey sources. You should see something as below:

```Batchfile
>choco source list
Chocolatey v0.10.15
chocolatey - https://chocolatey.org/api/v2/ | Priority 0|Bypass Proxy - False|Self-Service - False|Admin Only - False.
ros-win - https://aka.ms/ros/public | Priority 1|Bypass Proxy - False|Self-Service - False|Admin Only - False.

```

That’s it!

Happy coding ROS Developers! 💪💪💪

(If you run into any issues during the migration, please let us know at this [ticket](https://github.com/ms-iot/ROSOnWindows/issues/250).)
