Questions tagged [attributes]
52 questions
14
votes
3 answers
What do new Windows 8/10 attributes mean: No scrub file (X), Integrity (V), Pinned (P), Unpinned (U)
I just opened help for ATTRIB command on Windows 10.0.15063, and found out that there are new attributes I didn't know about.
>attrib /?
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [+O | -O] [+I | -I] [+P |…
LogicDaemon
- 2,063
11
votes
1 answer
What are "project IDs" in linux, as mentioned in the chattr manual?
I was reading through the manual for chattr on my Linux machine (kali4-amd64) when I saw this in the list of definitions of file attributes:
A directory with the 'P' attribute set will enforce a hierarchical
structure for project id's. This means…
Rocketman173
- 341
- 1
- 3
- 8
4
votes
3 answers
Is it possible to modify the tooltip of a Taskbar pinned shortcut?
I have a bunch of shortcuts (couldn't get other links from mklink working), e.g.: for Firefox that links to:
C:\Program Files (x86)\Mozilla Firefox\firefox.exe
When I move my mouse over the icon in my Taskbar, I get a tooltip with:
Mozilla…
stackoverflowuser95
- 617
- 1
- 7
- 15
3
votes
2 answers
Why does diskpart set the volume attributes on all volumes?
I was trying to migrate a Win7 OS from a HDD to a SSD.
I've created 2 partition with 1024KB offset, with diskpart: 100MB System Reserved and a 60GB for C:.
I've cloned their contents using Easeus Disk Copy.
I've loaded the Windows 7 Boot DVD, and…
Nick
- 313
- 1
- 5
- 19
3
votes
1 answer
which version of xattr on OSX 10.5 will not follow symbolic links?
I need to edit extended attributes of directories that are symbolic links.
xattr that comes on OSX 10.5 unfortunately writes to the link target instead of the link itself.
I discovered a different version that supports a "-s" option to suppress…
timoto
- 161
3
votes
1 answer
How to change the Windows Drive Properties Indexing Setting using the Command Prompt?
In Windows 7+8+10, Right-clicking a drive and selecting Properties in Windows gives an option that is checked by default:
"Allow files on the drive to have contents indexed in addition to file properties"
When this is UNCHECKED, all of the files…
orbidia
- 31
2
votes
1 answer
Applying LDAP OU attributes to users automatically
Is it possible to set the Office and Department attributes on an organizational unit, that way when we move users around, the user's office and department automatically changes?
I don't use AD/LDAP very much so I'm not sure if this is outside of…
joshmax
- 121
2
votes
1 answer
Command line tool to edit FAT/FAT32 attributes on Mac OS X?
Is there a command line tool to edit the FAT/FAT32 attributes (hidden, system, read-only) on Mac OS X?
The "chflags" command seems to apply specifically to HFS filesystems...
Searching the web turns up people curious about "extended attributes" but…
mngeek206
- 1,441
2
votes
1 answer
Unhiding An Attribute For A Given Application in Windows 7
I had a icon on my Windows Desktop which was called "Windows 7 in a Box". It was an application which basically gave me easy access to Windows system controls aka God Mode.
I was trying to hide the file extension after the name (which was shown),…
Simon
- 4,481
2
votes
4 answers
What added Hidden and System attribute to a folder?
Before upgrading to Windows 8 I did several backups to a secondary drive and specifically to this folder: E:\Backups\Keepers\2013.02.14 Before Windows 8. The backup folder included Acronis True Image Home 2010 backups and a number of xcopy's.
When I…
Tim Murphy
- 273
2
votes
1 answer
How to preserve CSS attributes when using Pandoc to convert HTML to ePub?
I wrote some HTML and included class (and then tried ID) attributes to specify things like margin, font-family, etc. A CSS file contains all the "styles."
When using pandoc to convert to ePub, all the attributes get removed. How do I produce an ePub…
user847
- 21
- 1
2
votes
1 answer
Configure which spotlight attributes to show in Finder preview?
Is it possible to configure which attributes to show for file in Finder column view?
For all files Name, Kind, Size, Created, Modified and Last opened are shown, but for apps there is also Version, for videos — Dimensions and Duration, for audio…
tig
- 4,803
2
votes
2 answers
Addings tags to xml and change their values incrementally
I have an xml-data, which contains a lot of different tags. The structure is like this:
It's an…
Feteo
- 25
2
votes
2 answers
how to save custom data into header in movie file using ffmpeg?
I was looking for saving custom data into movie file using ffmpeg mainly actual start frame, end frame, and other few information something like key:value pair, so later on I can fetch the details from movie file on the go.
I looked all over but…
Mahendra
- 133
1
vote
1 answer
Access denied using attrib
I have a new Windows 7 system (migrating from XP). Need to copy some files from the old HDD, but am getting "access denied".
I'd like to change permissions on all files/folders on the D drive, so I opened cmd and issued:
attrib -r d:\*.* /s…
a coder
- 503