Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Scripting premissions on a harddrive?

Featured Replies

Okey, this is a hard one. I've been googeling for hours now, with no solution.

Through my guide on partitioning RIS (http://www.websikkerhet.com/ris-partitioning.html?⊂=85), I've created a secondary partition. However, that partition does not set any rights for "everyone", or "authenticated users". So, domain users cannot access the drive.

Any idea how I can script premissions, like;

Everyone, Read & Write

Thanks!

/Preben

cacls is a nice script/dos utility to change permissions.

  • Author

yeah I know .., but I'm not able to make it work by setting the user "everyone" with full rights. Do you have any examples ?

cacls C:\folder\subfolder /t /e /g "everyone":f

would give "everyone" full permission to the subfolder.

Make sure you enclose user groups that contain spaces (i.e domain users) in " " at the end of the command.

If you want, you can also team this up with the "net share" command and create a share prior to implementing permissions. I use this to share a program installation folder:

net share Apps=d:\programs\apps /grant:Everyone,full

followed by the cacls command:

cacls d:\programs\apps /t /e /g "domain users":f

Note, the net share command above is 2003 specific. If you do not use the /grant:everyone,full it will default the share to read only. This does not happen in windows XP.

Edited by brainstane

  • Author

Thanks ! Worked like a charm, even on a harddrives root :)

/Preben

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.