topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:11 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Flatop0315 [ switch to compact view ]

Pages: [1]
1
questorfla,

You can change 'modify' to 'Read,Write' in the code to only grant read/write permissions.  If you look under the Security tab for the folder, when you use modify in the code it gives the user additional permissions to Read & execute and list folder contents.  If you use 'Read,Write', then only those permission are set; however, when you go to share the folder, the permissions are now set to custom with the option to change it to read/write or read.  I imagine the custom setting is due to you modifying the permissions from the command line rather then through the GUI.

2
questorfla,

This code should do what you are looking for, at least it works for me.

Code: PowerShell [Select]
  1. $source = 'C:\Employees'
  2. foreach ($i in get-childitem -Path $source -Directory -Name )
  3. {
  4. # This section sets the Permissions on each subfolder found in the parent folder
  5. $Acl = (Get-Item "C:\Employees\$i").GetAccessControl('Access')
  6. $Ar = New-Object System.Security.AccessControl.FileSystemAccessRule($i, 'Modify', 'ContainerInherit,ObjectInherit', 'None', 'Allow')
  7. $Acl.SetAccessRule($Ar)
  8. Set-Acl -path "C:\Employees\$i" -AclObject $Acl
  9. }

3
I have been looking at 4k monitors as well, thinking that I could just change the resolution to my liking.  But from mouser's experience, sounds like that will not be successful. Perfection is a 30 inch at 2560 x 1600, of course that is just my opinion.  I am using a SyncMaster 305T that I got for nothing, since it is known to have over-heating issues; however, upgrading the cooling on it with a couple of USB fans seem to have taken care of that problem.  I think it is funny that people buy these 4 and 5K iMac computers and by default the resolution is set to a lower resolution like 2560 x 1440.  They end up paying extra for something that they will never use.

4
Rjbull, thanks for the suggestion. While Hilitext looked promising, it failed to highlight text in Outlook or in a more basic program like notepad. I am not sure if has anything to do with me running Win7 64-bit. Oh well, thanks again.

5
Hello, I am looking for a way to highlight specific words  such as "keyboard", "mouse", or "monitor" in an Outlook 2010 email with the html format. Outlook has a Find and Replace feature that searches and can highlight one word at a time, but is not practical as it would be just as quick to scan down the page. It may be possible to do this with a macro but the negative side of that, is that a macro can easily stop working when Outlook gets updated to a new version.

The highlighting would make it much easier and faster to determine the items that had been ordered on an invoice. Additional features would be to have the app return the number of times each word appears or perhaps if the word "monitor" was found, it would return say 10 characters to the left of it which would contain the model of the monitor.

The feature would work similar to the search feature on this forum where I searched for the phrase "highlight specific words" and the returned results shows those specific words highlighted as seen in the attached screenshot.

-flatop




6
Living Room / Re: Easiest laptop (brand) to take apart ?
« on: May 19, 2011, 11:16 AM »
Hey Armando, my Acer laptop died last week and I am doing research to buy new one when I came across this video of the HP Elitebook 8460p. Take a look at around the 58 second mark of the video where it shows a panel that snaps off the bottom to access all of the internals. It doesn't look like it could get much easier or better than that. Of course it is expensive at around $900+. Unfortunately from what I am reading about it, it has an inferior screen. Just thought I would share.

http://www.youtube.c...ture=player_embedded

7
Living Room / Re: Easiest laptop (brand) to take apart ?
« on: May 09, 2011, 01:52 PM »
While they are more expensive, from what I have seen, business class laptops are easier to disassemble such as the Dell Latitudes.  They are generally designed for quick component swapping by IT techs in corporate environments. Thus quick break down and repair is a must. Where as consumer laptops are design to be made cheap as possible and dis-assembly is an after thought.

Apple laptops are in a league of their own since they are designed with a main emphasis on looks. I have an older Macbook and am not impressed with the way it is made.

Like another poster, I like being able to swap hard drives as well. I much prefer being able to remove 1 or 2 screws and sliding the hard drive out the side, instead of my current Acer (like the one pictured in an earlier post) where you have to loosen 7 screws to remove the cover and then remove 2 screws for the hard drive. It was a cheap buy from Craigslist though.

Just my 2 cents.


8
Skwire Empire / Re: Birthdays (simple birthday tracking app)
« on: April 05, 2011, 02:20 PM »
Would it be possible to add an import feature, say CSV or XLS format? So one could add their initial list of birthdays without having to enter them one at a time.  Just a thought...

9
Hey mouser, not sure if this is the proper place for this post, but I am sure you will let me know.  It would be nice to see the highlighting feature improved to where the color of the words that are being highlighted is not dimmed by the highlighting.  I have attached examples of what I am talking about.  Thanks for a great program.

Flatop


10
Mouser- FYI- I was previously using Screenshot Captor v2.44.01 and had it installed in Windows XP to C:\Documents and Settings\XXXXX\My Documents\Programs\ScreenshotCaptor which worked fine.  Now I installed the latest version to the same directory and when I try to save a screenshot or print it, the pop up dialogue window that should appear in front of Screenshot Captor's main window appears behind it and cannot be brought to the front.  When I reinstalled the latest version to the normal C:\Programs\ScreenshotCaptor directory it works like it should.  I thought that was strange behavior so just letting you know.

Flatop

11
Oldrich, I have tried the plugin on a Dell Optiplex GX620 desktop with Windows XP Professional SP2 and an Acer Extensa 5420 laptop with SP3 with the same results.  Let me know if you need more information.  Thanks again.

12
Hello Oldrich, just letting you know that I am having the same results with the Table_Data_Search plug-in in the czb pack with the latest fsubscript, and FARR as CatamountJack.  Hope you do well on your exams.

-Flatop

13
Ok,thanks for replying Oldrich, I look forward to trying it out.  For now, I have found a autohotkey script here on the forum to restart FARR when I need to use in more than once.

-Flatop

14
Hello czechboy and mouser!

While I see this post is quite old I decided to try here first.  I have the same problem as CatamountJack with Table Data Search only being usable once before the alias tds doesn't work and FARR locks up.  Has there been any resolution or progress on this problem?

BTW the plug-in works great just inconvenient if I have to kill Farr every time I use it more than once.   :(

Flatop




Pages: [1]