The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: skywalker on November 23, 2005, 04:42:07 PM

Title: "No touchy" document needed
Post by: skywalker on November 23, 2005, 04:42:07 PM
Someone at work has been altering an Excel document used to order supplies. Petty revenge thing.  I went to properties, security but there are too many choices.

I left an icon to the original document on the desktop. I want to keep the new copy of the document from being modified.

Thanks.
Title: Re: "No touchy" document needed
Post by: P1 on November 23, 2005, 04:55:13 PM
Put in a "Password to Modify", that keeps out changes for the casual user.

Regards,  P1  :8)
Title: Re: "No touchy" document needed
Post by: sluggy on November 23, 2005, 07:33:14 PM
There may be too many options to choose from, but try looking at the document in either Notepad or a hex editor. The later versions of Office documents track all changes, and they store that info even when you set them not to - and this includes logging the user who changed it. You may be surprised what you find :)
Title: Re: "No touchy" document needed
Post by: tenkey on November 24, 2005, 08:19:53 AM
My simple-minded security method is simply to select the file or folder, and edit the list of names in the Properties -> Security tab. Basically, I add all users I want accessing the document or folder, including myself, and delete "Everyone".

Unfortunately, this will not protect you from someone that has admin privileges on that computer.

Can we assume your machine is networked?
Title: Re: "No touchy" document needed
Post by: skywalker on December 07, 2005, 05:52:32 PM
Quote from: tenkey on November 24, 2005, 08:19:53 AM
My simple-minded security method is simply to select the file or folder, and edit the list of names in the Properties -> Security tab. Basically, I add all users I want accessing the document or folder, including myself, and delete "Everyone".

Unfortunately, this will not protect you from someone that has admin privileges on that computer.

Can we assume your machine is networked?

I just did the password to modify option and hid the folder where the file is at.

No problems since I did that.