levans Posted November 28, 2016 Posted November 28, 2016 Had a look and not found much.. has anyone implemented a GPO to do this? Thank you kindly
Michael Posted November 28, 2016 Posted November 28, 2016 I believe it'll download anything to 'Downloads' be it locally or re-directed with Folder Redirection.
Arthur Posted November 28, 2016 Posted November 28, 2016 There isn't currently a GPO for enabling the download prompt. I had to add the following to the master_preferences file (which only applies to new Chrome profiles). { "download": { "directory_upgrade": true, "extensions_to_open": "", "prompt_for_download": true } } 1
Guest obsidianpillar Posted November 28, 2016 Posted November 28, 2016 In an existing usage case, you could edit the Chrome ADM to save to a read-only location, this would force the user to pick a new download location. We don't do this, but is a thought that's just come to me if you were wanting to achieve this. For us the Downloads folder is fine as it's configured with Folder Redirection.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now