<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://sedelrio.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fsedelrio.spaces.live.com%2fcategory%2fVarios%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sebastian del Rio: Varios</title><description /><link>http://sedelrio.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catVarios</link><language>en-US</language><pubDate>Wed, 06 Aug 2008 20:45:41 GMT</pubDate><lastBuildDate>Wed, 06 Aug 2008 20:45:41 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://sedelrio.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-7495334125223653715</live:id><live:alias>sedelrio</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Denegar ejecucion de Software</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!275.entry</link><description>&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;em&gt;If you missed the first part in this article series please go to &lt;a href="http://www.windowsecurity.com/articles/Default-Deny-All-Applications-Part1.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Default Deny All Applications (Part 1)&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/em&gt;
&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Since Windows XP, administrators around the world have had the option to define Software Restriction Policies (&lt;b&gt;SRP&lt;/b&gt;) for their client computers to control what software is allowed, or not allowed, to run. So far too few organizations have implemented this functionality despite the fact that it could actually bring a very high level of security, depending on how it is enforced. In this second article about SRP we will look at how to implement what we could also refer to as “software filter policies”.
&lt;h2&gt;Danger zone&lt;/h2&gt;
&lt;p&gt;Before we get too far it is important to point out that, prior to introducing SRP on production computers, you should plan and test them thoroughly. This can be done in Active Directory (&lt;b&gt;AD&lt;/b&gt;) by isolating a single test machine or user object in an Organizational Unit (&lt;b&gt;OU&lt;/b&gt;) or by setting “&lt;i&gt;Apply Group Policy&lt;/i&gt;” permission on the Group Policy Object (&lt;b&gt;GPO&lt;/b&gt;) to only that single test-machine or -user account. SRP can even be used on Stand-alone computers if you don’t want to touch the production environment at all. I would recommend you use virtual machines for basic testing and ‘production-like’ machines for the final tests. After heavy testing, the SRP should be implemented on pilot users in groups – it’s better to take small steps than hurrying into disaster!
&lt;h2&gt;The overall process&lt;/h2&gt;
&lt;p&gt;Mistakes in the design or implementation of this can cause considerable user frustration, and even loss of money or productivity, so watch out as you go along. This takes a lot of planning work, testing and probably some maintenance from the day it is introduced in the production environment. From that point on you will be able to sleep tight at night… 
&lt;p&gt;The following list gives a quick view of what to have in mind when introducing SRP in a Windows environment.
&lt;p&gt;&lt;b&gt;&lt;i&gt;When designing the SRP setup, different decisions must be made, for example:&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Decide between user and computer GPOs: what AD objects should the SRP policies apply to? 
&lt;li&gt;Decide between a Blacklisting (&lt;b&gt;BL&lt;/b&gt;) and a Whitelisting (&lt;b&gt;WL&lt;/b&gt;) approach (WL is recommended if possible) 
&lt;li&gt;If using the BL approach, a list of everything that should &lt;b&gt;not&lt;/b&gt; run must be made 
&lt;li&gt;If using the WL approach, a list of everything that should run must be made 
&lt;li&gt;Decide what SRP options to use (enforcement, designated file types, administrator exceptions etc.) 
&lt;li&gt;Decide what type of rules to use (path, HASH, certificate or Internet zone)&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;When testing the SRP setup, different steps must be taken, for example:&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Test the basic functionality in a virtual lab (using Virtual PC/Server, VMware or similar) 
&lt;li&gt;Test the functionality in your environment by using ‘production-like’ machines (and user accounts) 
&lt;li&gt;Test with small groups of pilot users in steps of 5-10 users over a few weeks, then scale up 
&lt;li&gt;Continue to the next pilot group only after successful implementation for the previous pilot users 
&lt;li&gt;Be sure to test all the different user types and machine types you need to secure with SRP 
&lt;li&gt;Be sure to test upgrade scenarios, like patching of the operating system, upgrading third party applications, migrations etc. 
&lt;li&gt;Also focus on performance on the different hardware in your organization. Implementing SRP will in most cases affect system performance a bit, depending on how it is implemented (see the part about Trusted Publishers) 
&lt;li&gt;Sometimes applications launch other applications, make sure this is under full control 
&lt;li&gt;By default Desktop and Start Menu shortcuts (.&lt;b&gt;LNK&lt;/b&gt;) are blocked, make sure to modify this as needed 
&lt;li&gt;Be sure that any admin scripts (e.g. login scripts in SYSVOL/NETLOGON shares etc.) are able to run  &lt;br&gt;&lt;br&gt;&lt;/ul&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;Before introducing SRP in production, some procedures should be in place:&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Introduce a written workflow on how applications, updates etc. should be tested, approved and introduced on the network, so everybody is aware of the procedures required 
&lt;li&gt;Be sure that management knows SRP pros and cons and that they agree on the decision to introduce it 
&lt;li&gt;Have a fallback plan on how to get rid of the SRP GPOs fast, for certain users, groups, computers, sites etc. 
&lt;li&gt;User education: inform users why SRP is important and what the procedure is to acquire new software 
&lt;li&gt;&lt;i&gt;A small tip&lt;/i&gt;: Put descriptions on SRP rules, over time a good naming convention will save you some time&lt;/ul&gt;
&lt;h2&gt;Different paths to SRP&lt;/h2&gt;
&lt;p&gt;Configuring a Software Restriction Policy is basically only a few steps:
&lt;ol&gt;
&lt;li&gt;Creating a User or a Computer GPO and placing it on a Site, Domain or OU (or as a local policy) and enabling SRP within the Group Policy. The SRP settings are located here (see Figure 1):&lt;br&gt;&lt;br&gt;&lt;b&gt;Computer Configuration| Windows Settings | Security Settings | Software Restriction Policies&lt;br&gt;User Configuration | Windows Settings | Security Settings | Software Restriction Policies&lt;br&gt;&lt;br&gt;&lt;/b&gt;The first time SRP is introduced in a GPO, the option “&lt;b&gt;New Software Restriction Policies&lt;/b&gt;” will be available.&lt;/ol&gt;
&lt;p&gt;&lt;img alt="" hspace=0 src="http://www.windowsecurity.com/img/upl/image0011180950678139.jpg" align=baseline border=0&gt;&lt;br&gt;&lt;strong&gt;Figure 1&lt;/strong&gt;
&lt;ol start=2&gt;
&lt;li&gt;Setting the &lt;b&gt;Default Security Level&lt;/b&gt;. Figure 2 shows how the level is set by right-clicking the wanted level and choosing “&lt;b&gt;Set as default&lt;/b&gt;”.&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;The default level is ‘&lt;b&gt;Unrestricted&lt;/b&gt;’ which means that all software can run and that additional rules for disallowed &lt;i&gt;software&lt;/i&gt; should be made – this is also known as &lt;b&gt;Blacklisting&lt;/b&gt;. 
&lt;li&gt;The most secure level is ‘&lt;b&gt;Disallowed&lt;/b&gt;’ which means that no software can run and that additional rules for allowed software should be made – this is also known as &lt;b&gt;Whitelisting&lt;/b&gt;. 
&lt;li&gt;By default the system creates a few rules that allow the operating system to run without any inconvenient blocking&lt;br&gt;NB! If those rules are removed or changed without any thought, the affected system(s) could become &lt;i&gt;unusable&lt;/i&gt;.&lt;/ul&gt;&lt;/ol&gt;
&lt;p&gt;&lt;img alt="" hspace=0 src="http://www.windowsecurity.com/img/upl/image0031180950678155.jpg" align=baseline border=0&gt;&lt;br&gt;&lt;strong&gt;Figure 2&lt;/strong&gt;
&lt;ol start=3&gt;
&lt;li&gt;With Windows Vista and Longhorn we have a new level called ‘&lt;b&gt;Basic User&lt;/b&gt;’ which allows programs to execute as a user that does not have Administrator access rights, so the user can access resources accessible by normal users only. This level is not addressed any further in this article.&lt;br&gt;&lt;br&gt;
&lt;p&gt;File types can be removed and added to fit any environment, but the default file type list includes the most common executables: &lt;b&gt;BAT&lt;/b&gt;, &lt;b&gt;CMD&lt;/b&gt;, &lt;b&gt;COM&lt;/b&gt;, &lt;b&gt;EXE&lt;/b&gt;, &lt;b&gt;HTA&lt;/b&gt;, &lt;b&gt;LNK&lt;/b&gt;, &lt;b&gt;MSI&lt;/b&gt;, &lt;b&gt;OCX&lt;/b&gt;, &lt;b&gt;PIF&lt;/b&gt;, &lt;b&gt;REG&lt;/b&gt; &amp;amp; &lt;b&gt;SCR &lt;/b&gt;and in addition these extensions: ADE, ADP, BAS, CHM, CPL, CRT, HLP, INF, INS, ISP, MDB, MDE, MSC, MSP, MST, PCD, SHS, URL, VB &amp;amp; WSC.
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; As the Designated Files Type Properties dialog states, the list is “in &lt;b&gt;&lt;i&gt;addition&lt;/i&gt;&lt;/b&gt; to the &lt;i&gt;standard program file types&lt;/i&gt;, such as EXE, DLL and VBS” – I haven’t been able to get a complete list of those, but I have confirmed that &lt;b&gt;VBS&lt;/b&gt;, &lt;b&gt;VBE&lt;/b&gt;, &lt;b&gt;JS&lt;/b&gt; and &lt;b&gt;JSE&lt;/b&gt; are blocked even though they are not in the list. I would have preferred a single list administrators around the world could change as needed, but that’s how it is.&lt;/ol&gt;
&lt;p&gt;&lt;img alt="" hspace=0 src="http://www.windowsecurity.com/img/upl/image0041180950678170.jpg" align=baseline border=0&gt;&lt;br&gt;&lt;strong&gt;Figure 3&lt;/strong&gt;
&lt;ol start=4&gt;
&lt;li&gt;Setting up &lt;b&gt;exceptions&lt;/b&gt; to the Default Security Level. These are known as ‘&lt;b&gt;Additional Rules&lt;/b&gt;’. Please see the subject “Additional Rules” in this article for further information. 
&lt;li&gt;Configuring ‘&lt;b&gt;Enforcement Properties&lt;/b&gt;’. See Figure 4, this includes: 
&lt;ul&gt;
&lt;li&gt;“&lt;b&gt;All software files&lt;/b&gt;”: We have the option to check &lt;b&gt;DLL&lt;/b&gt;’s (Dynamic Link Libraries) when they are executed too. This is not a default setting and will have some &lt;i&gt;impact&lt;/i&gt; on both performance and planning/implementation/maintenance tasks. 
&lt;li&gt;“&lt;b&gt;All users except local administrators&lt;/b&gt;”: Here we can choose whether or not SRP should apply for Local administrators. By default all users are hit by SRP. This policy option is only relevant for computer policies. 
&lt;li&gt;“&lt;b&gt;Enforce certificate rules&lt;/b&gt;”: Option to choose whether or not to use certificate rules should be applied. &lt;strong&gt;Note:&lt;/strong&gt; As stated in the dialog in Figure 4 “Certificate rules will negatively impact the performance of your machine”.&lt;/ul&gt;&lt;/ol&gt;
&lt;p&gt;&lt;img alt="" hspace=0 src="http://www.windowsecurity.com/img/upl/image0051180951406326.jpg" align=baseline border=0&gt;&lt;br&gt;&lt;strong&gt;Figure 4&lt;/strong&gt;
&lt;ol start=6&gt;
&lt;li&gt;Configuring ‘&lt;b&gt;Trusted Publishers Properties&lt;/b&gt;’, also known as Authenticode policy options (see Figure 5). In this dialog we can choose who should be able to select Trusted Publishers for certificate rules. We also have an option to verify whether a certificate is &lt;i&gt;revoked&lt;/i&gt; or not, and/or to check if the &lt;i&gt;timestamp&lt;/i&gt; is valid when it is added.&lt;/ol&gt;
&lt;p&gt;&lt;img alt="" hspace=0 src="http://www.windowsecurity.com/img/upl/image0061180951406326.jpg" align=baseline border=0&gt;&lt;br&gt;&lt;strong&gt;Figure 5&lt;/strong&gt;
&lt;h2&gt;Additional Rules&lt;/h2&gt;
&lt;p&gt;When configuring Additional Rules, a method - or a couple of methods - on &lt;b&gt;how to indentify software&lt;/b&gt; should be decided. We have 4 different software identification methods available: 
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;HASH rules&lt;br&gt;&lt;br&gt;&lt;/b&gt;HASH’es are cryptographic fingerprints that remain regardless of the file name and location. These are especially good when using WL, but not that effective when BL (the reason for this is partly described by the ProduKey example in &lt;a href="http://www.windowsecurity.com/articles/Default-Deny-All-Applications-Part1.html"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;my first SRP article&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;): An MD5 or SHA-1 HASH gives strong software identification of the ‘ProduKey.exe’ binary file, so allowing a specific HASH value to run makes sure that only that version of the executable can run. However, disallowing a specific HASH only affects &lt;i&gt;one&lt;/i&gt; version (or compilation) of the application and a smart user can change the file pretty easily so it is identified as another (unknown) piece of software. The word ‘unknown’ is very important in this matter – it’s really the key to decide between BL or WL – do we want users to be able to execute software we don’t know, yes or no?&lt;br&gt;&lt;br&gt;If users should not be able to run an old version of a specific application, let’s say it’s ‘buggy’ and causing system crashes, using a ‘deny this HASH value’-rule would be a good decision. Please keep in mind that a new version of a given application will always result in a new HASH value that must be allowed – or disallowed. 
&lt;li&gt;&lt;b&gt;Certificate rules&lt;br&gt;&lt;br&gt;&lt;/b&gt;Certificate rules uses signed hashes and provides very strong software identification, but as we trust a given certificate we actually trust all software signed with that specific certificate. This could be a good thing or a bad thing. It’s a good thing if we, for instance, get an application from a third party vendor who signed all the significant files in the application (maybe including DLLs), so instead of making a given number of HASH rules we can just create a single rule that trusts the certificate and we are up and running. But, let’s say I trust a digital certificate used to sign some tool from Microsoft (or any other software vendor) – now my users are able to run all applications signed by that specific certificate… Hmm, so the problem is to know exactly what applications were signed by that certificate? Without that knowledge we don’t know what we have allowed. Instead of allowing just the single application we needed for our users, we might have allowed hundreds of applications from the vendor to run on our systems.&lt;br&gt;&lt;br&gt;Testing of Certificate rules can be done by using these tools: &lt;a href="http://msdn2.microsoft.com/en-us/library/9sh96ycy(vs.80).aspx" target="_blank"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;File Signing Tool (Signcode.exe)&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; &amp;amp; &lt;a href="http://msdn2.microsoft.com/en-us/library/bfsktky3(VS.80).aspx" target="_blank"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Certificate Creation Tool (Makecert.exe)&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;. 
&lt;li&gt;&lt;b&gt;Path rules&lt;br&gt;&lt;br&gt;&lt;/b&gt;Path rules are the most common and “easy-to-use” rules we have. Path rules can deny or allow a file on a specified location (e.g. “&lt;b&gt;C:\Scripts\Script.VBS&lt;/b&gt;”), a filename (e.g. “&lt;b&gt;Script.VBS&lt;/b&gt;”), a folder (e.g. “&lt;b&gt;C:\Scripts&lt;/b&gt;”), a &lt;b&gt;UNC&lt;/b&gt; path (e.g.”&lt;b&gt;\\SERVER\SHARE\File.VBS&lt;/b&gt;”) or a registry path (e.g. &lt;b&gt;“%[Registry Hive]\[Registry Key Name]\[Value Name]%&lt;/b&gt;”). Path rules can use environment variables (e.g. “&lt;b&gt;%WINDIR%&lt;/b&gt;”) and the wildcards ‘&lt;b&gt;?&lt;/b&gt;’ = one char (e.g. “&lt;b&gt;\\SERVER??\Share\Script.VBS&lt;/b&gt;”) and ‘&lt;b&gt;*&lt;/b&gt;’ = any number of chars (e.g. “&lt;b&gt;*.VBS&lt;/b&gt;”).&lt;br&gt;&lt;br&gt;&lt;i&gt;If you are using path rules a few things need to be addressed:&lt;/i&gt; &lt;br&gt;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;If a given folder path is set, this also effects all executables in all subfolders 
&lt;li&gt;If a user has write access to a folder that is set to &lt;i&gt;Unrestricted&lt;/i&gt;, the user can &lt;i&gt;copy&lt;/i&gt; any file to that directory and execute it from there. The design should take care of this issue, perhaps by introducing &lt;b&gt;ACL&lt;/b&gt; (Access Control List) settings by the use of Group Policies 
&lt;li&gt;If the user has write access to an executable that is specified as &lt;i&gt;Unrestricted&lt;/i&gt;, the user could overwrite that executable with another one to circumvent the SRP 
&lt;li&gt;If a folder path includes environment variables, like &lt;b&gt;%TEMP%&lt;/b&gt;, even a limited user could change the user environment variables by using the &lt;b&gt;SET&lt;/b&gt; command to another path (&lt;b&gt;SET TEMP=C:\MyFolder&lt;/b&gt;) – and suddenly the user can control what software can be run by copying executables or scripts to that path.&lt;br&gt;&lt;br&gt;&lt;/ul&gt;As stated above, users may try to rename or move disallowed files – or overwrite unrestricted files to circumvent the SRP – this is why HASH or Certificate rules are normally considered ‘best choice’. 
&lt;li&gt;&lt;b&gt;Internet Zone&lt;br&gt;&lt;br&gt;&lt;/b&gt;Internet Explorer security zones can be used to control software installation and applies to only Windows Installer packages (.&lt;b&gt;MSI&lt;/b&gt;) that are run from one of the default Internet zones. These rules are not that common to use.&lt;br&gt;&lt;br&gt;When multiple rules are used they are evaluated in the order mentioned above, the default rule will be evaluated as the last rule – the most specific match will take precedence. &lt;/ol&gt;
&lt;h2&gt;SRP Limitations&lt;/h2&gt;
&lt;p&gt;Some limitations of SRP must be taken into consideration. The scope of Software Restriction Policies is &lt;b&gt;not&lt;/b&gt; the entire operating system as you might expect. SRP do &lt;b&gt;not&lt;/b&gt; apply to the following code:
&lt;ul&gt;
&lt;li&gt;Drivers or other kernel mode software installed 
&lt;li&gt;Any program executed by the local SYSTEM account 
&lt;li&gt;Macros inside of Microsoft Office documents (we have other ways to block those by using group policies) 
&lt;li&gt;Programs written for the common language runtime (these programs use the Code Access Security Policy)&lt;/ul&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Software Restriction Policies demands a special, and time consuming, workflow when introducing new software and updates in the environment, but besides from that it brings a level of security so much higher than with the “default allow all” setup. Some environments might not be suited for SRP, but my guess is that most networks have computers and/or users for which the SRP technology is ‘&lt;i&gt;spot on&lt;/i&gt;’.
&lt;p&gt;It takes dedication, understanding and hard work to implement a “Default Deny” policy – which might be why it is seldom done… One thing is certain, implementing such policies in the correct way will make sure the network administrators can sleep much better at night.
&lt;p&gt;Over the next couple of years it will be interesting to see if Microsoft will continue to develop this part of the Group Policy environment - or if something even better arrives, who knows…
&lt;p&gt;&lt;strong&gt;External links&lt;/strong&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/324036" target="_blank"&gt;&lt;font color="#0000ff"&gt;&lt;u&gt;KB 324036 How To Use Software Restriction Policies in Windows Server 2003&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/windowsvista/aa940985.aspx" target="_blank"&gt;&lt;font color="#0000ff"&gt;&lt;u&gt;Technet: Using Software Restriction Policies to Protect Against Unauthorized Software (Vista/Longhorn)&lt;/u&gt;&lt;/font&gt;&lt;/a&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/technet/security/prodtech/windowsxp/secwinxp/xpsgch06.mspx" target="_blank"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Technet: Software Restriction Policy for Windows XP Clients&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;
&lt;p&gt;&lt;em&gt;If you missed the first part in this article series please go to &lt;/em&gt;&lt;a href="http://www.windowsecurity.com/articles/Default-Deny-All-Applications-Part1.html"&gt;&lt;em&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Default Deny All Applications (Part 1)&lt;/font&gt;&lt;/u&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Denegar+ejecucion+de+Software&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!275.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!275.entry</guid><pubDate>Tue, 19 Jun 2007 16:13:06 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!275/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!275.entry#comment</wfw:comment><dcterms:modified>2007-06-19T16:13:06Z</dcterms:modified></item><item><title>Crear archivos ejecutables , a partir de un script.</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!254.entry</link><description>&lt;div&gt;&lt;span style="font-weight:400"&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;Les dejo una utilidad excelente en el caso de que necesitemos encapsular ciertos script, por ejemplo si tenemos codigo que no queremos que otro vea , como ser un password en texto plano.&lt;br&gt;&lt;br&gt;Se trata de una utilidad de Windows vista / Windows XP  iexpress.&lt;br&gt;&lt;br&gt;En la siguiente URL encontraran informacion al respecto.&lt;br&gt;&lt;/font&gt;&lt;a href="http://www.petri.co.il/create_executable_with_iexpress.htm"&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;http://www.petri.co.il/create_executable_with_iexpress.htm&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Crear+archivos+ejecutables+%2c+a+partir+de+un+script.&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!254.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!254.entry</guid><pubDate>Thu, 05 Apr 2007 12:12:52 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!254/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!254.entry#comment</wfw:comment><dcterms:modified>2007-04-05T13:13:15Z</dcterms:modified></item><item><title>Agregar informacion al registro - Muy interesante.</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!253.entry</link><description>&lt;div&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;RegPol &lt;/font&gt;
&lt;table dir=ltr style="float:right" cellspacing=5 cellpadding=5 width="25%" border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;&lt;/font&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h2&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;Description&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;This command line utility enables you to import .REG files even if the Group Policy is set to restrict the registry editing tools. &lt;/font&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;If you use this policy setting, just use regpol.zip to import .REG files instead of the traditional 'Regedit –s' and 'Reg import'. &lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;&lt;b&gt;Requirements:&lt;/b&gt; Windows 2000/XP/2003 &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;&lt;b&gt;Current version:&lt;/b&gt; 1.2.8 &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;&lt;b&gt;Version highlights:&lt;/b&gt; Minor fixes &lt;/font&gt;&lt;/font&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;&lt;span dir=ltr&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;&amp;quot;Windows Registry Editor Version 5.00&amp;quot; error&lt;/span&gt;&lt;/span&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;/font&gt;
&lt;li&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;&lt;span dir=ltr&gt;&lt;span style="font-size:10pt;font-family:Arial"&gt;“Subscript out of range&amp;quot; error&lt;/span&gt;&lt;/span&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;
&lt;h2&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;Download&lt;/font&gt;&lt;/h2&gt;
&lt;p&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt;Download &lt;/font&gt;&lt;a href="http://sedelrio.spaces.live.com/mmm2007-02-10_13.26/software/regpol.zip"&gt;&lt;u&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" color="#0000ff" size=2&gt;regpol.zip&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=2&gt; (11kb)&lt;/font&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Agregar+informacion+al+registro+-+Muy+interesante.&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!253.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!253.entry</guid><pubDate>Wed, 04 Apr 2007 14:35:22 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!253/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!253.entry#comment</wfw:comment><dcterms:modified>2007-04-05T13:13:37Z</dcterms:modified></item><item><title>Adrestore.exe de Sysinternals</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!236.entry</link><description>&lt;div&gt;AdRestore v1.1&lt;br&gt;&lt;br&gt;Server 2003 introduces the ability to restore deleted (&amp;quot;tombstoned&amp;quot;) &lt;br&gt;objects. This simple command-line utility enumerates the deleted objects in &lt;br&gt;a domain and gives you the option of restoring each one. Source code, is &lt;br&gt;based on sample code in the Microsoft Platform SDK. This MS KB article &lt;br&gt;describes the use of Adrestore:&lt;br&gt;&lt;br&gt;840001: How to restore deleted user accounts and their group memberships in &lt;br&gt;Active Directory&lt;br&gt;&lt;br&gt;&lt;a href="http://www.microsoft.com/technet/sysinternals/Networking/AdRestore.mspx"&gt;&lt;u&gt;&lt;font color="#810081"&gt;http://www.microsoft.com/technet/sysinternals/Networking/AdRestore.mspx&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Adrestore.exe+de+Sysinternals&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!236.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!236.entry</guid><pubDate>Wed, 07 Mar 2007 15:25:13 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!236/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!236.entry#comment</wfw:comment><dcterms:modified>2007-03-07T15:25:25Z</dcterms:modified></item><item><title>Escritorio Remoto - Multiusuario</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!170.entry</link><description>&lt;div&gt;&lt;a title="http://www.golod.com/2005/10/enabling-multiple-remote-desktop-sessions-in-windows-xp-professional-and-media-center-edition-2005/" href="http://www.golod.com/2005/10/enabling-multiple-remote-desktop-sessions-in-windows-xp-professional-and-media-center-edition-2005/"&gt;&lt;u&gt;&lt;font color="#800080"&gt;http://www.golod.com/2005/10/enabling-multiple-remote-desktop-sessions-in-windows-xp-professional-and-media-center-edition-2005/&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Escritorio+Remoto+-+Multiusuario&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!170.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!170.entry</guid><pubDate>Tue, 14 Nov 2006 13:04:52 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!170/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!170.entry#comment</wfw:comment><dcterms:modified>2006-11-14T13:04:52Z</dcterms:modified></item><item><title>Cómo impedir la ejecución de software en nuestro equipo</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!166.entry</link><description>&lt;div&gt;&lt;span&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:red"&gt;&lt;span style="font-size:24px;line-height:normal"&gt;Cómo impedir la ejecución de software en nuestro equipo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;br&gt;&lt;br&gt;&lt;span style="color:green"&gt;&lt;span style="font-style:italic"&gt;El presente artículo es parte de una serie que voy a estar publicando los proximos dias y cuya finalidad es el de dar información de utilidad para el mejor uso del Windows Xp. No hace referencia a ninguna acción dolosa e ilicita, ni a cracks, seriales, parches, keygens o similares. Son artículos completamente tecnicos tomados de los años de participacíon en los newsgroups de microsoft &lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;El editor de políticas de Windows es una herramienta que nos permite habilitar o deshabilitar determinadas características de nuestro Sistema Operativo y que tiene políticas precisas que permiten gestionar a nivel local las diversas funcionalidades de nuestro Windows XP. En este artículo veremos cuáles son las políticas que nos permiten restringir la ejecución de software de terceros, y también nos acercaremos al Editor de Políticas de Seguridad Local, que nos permite restringir la ejecución de programas mediante la implementación de políticas de hash. &lt;br&gt;&lt;br&gt;&lt;span style="font-size:18px;line-height:normal"&gt;&lt;span style="color:red"&gt;&lt;span style="font-weight:bold"&gt;Método 1. El editor de políticas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;br&gt;El editor de políticas, presente en la versión Prof de Windows XP y que podemos iniciar tecleando desde inicio/ejecutar, la palabra gpedit.msc, contempla la posibilidad de restringir la ejecución de software mediante la política No ejecutar aplicaciones de Windows especificadas, ubicada en la rama Directiva de equipo local / Configuración de usuario / Plantillas administrativas / Sistema &lt;br&gt;&lt;br&gt;Al hacer doble click sobre ella accederemos al cuadro de configuración de está política, cuya gestión es bastante simple e intuitiva (véase figura 1). Basta con habilitarla seleccionando la opción correspondiente y presionar el botón Mostrar, el cual nos presentará un nuevo cuadro de dialago en el que tan sólo nos bastará teclear el nombre del comando cuya ejecución deseamos restringir para presionar a continuación el botón agregar. &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://i30.photobucket.com/albums/c330/FreeSoftWarrior/disalowrun2.jpg" border=0&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;Esta misma tarea puede ser llevada a cabo mediante el editor del registro (regedit) en Windows XP Home. Para ello, desde inicio /ejecutar, tecleamos regedit, y navegamos hasta la rama &lt;br&gt;&lt;br&gt;&lt;span style="font-weight:bold"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\&lt;/span&gt; &lt;br&gt;&lt;br&gt;Una vez situados en la rama correspondiente desde el menú edición /nuevo creamos una nueva carpeta llamada DisallowRun. &lt;br&gt;&lt;br&gt;&lt;br&gt;Para gestionar desde aquí las directivas de restricción de software, deberemos crear un valor alfanumérico REG_SZ¸ desde el menú edición/nuevo. A este nuevo valor le pondremos de nombre un número correlativo, es decir, en nuestro caso, como acabamos de crear la rama aparecerá vacía, por lo que el nombre de la clave a crear para nuestro primer ejecutable a restringir será el 1, al siguiente le correspondería el 2 y así sucesivamente. Sólo nos basta hacer doble click sobre la clave recién creada y agregar el nombre del ejecutable del programa que no queramos que nuestros usuarios puedan utilizar. Una vez finalizado nuestro trabajo, veremos algo parecido a lo que presentamos en la figura 2 &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://i30.photobucket.com/albums/c330/FreeSoftWarrior/regeditdisallow.jpg" border=0&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;span style="font-size:18px;line-height:normal"&gt;&lt;span style="color:red"&gt;&lt;span style="font-weight:bold"&gt;MÉTODO 2. Restricción mediante políticas de seguridad local y HASH de archivo (sólo WinXP Prof).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;br&gt;Con la anterior restricción no impediremos que nuestros usuarios puedan ejecutar los programas si se les ocurre cambiar el nombre del ejecutable que los lanza. Es decir que si tenemos algún listillo en nuestra máquina es posible que nuestras precauciones no nos sirván para nada. Y, ¿qué hacemos en este caso? Pues sencillo: crear un regla de restricción de software mediante hash. Este método nos asegura mediante un algoritmo matemático que no se ejecutarán los archivos indicados, ya que no guarda memoria del nombre del ejecutable sino de un hash generado a partir del mismo y que varia ante cualquier modificación del archivo. Esto nos asegura que se impedirá la ejecución de ese archivo aunque le modifiquemos el nombre o lo cambiemos de carpeta. &lt;br&gt;&lt;br&gt;Para implantar esta forma de restricción de software tendremos que ir a Panel de Control /Herramientas administrativas / Editor de Políticas de Seguridad Local, y navegar hasta Configuración de seguridad / Directivas de restricción de software, una vez situado sobre esa rama en concreto hacemos click con el botón derecho del ratón, en la opción &lt;span style="font-weight:bold"&gt;Reglas adicionales &lt;/span&gt;y, a continuación elegimos &lt;span style="font-weight:bold"&gt;Regla de nuevo hash&lt;/span&gt;. Se nos crearán dos nuevas carpetas y nos quedará algo parecido a lo que presentamos en la figura 3, &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src="http://i30.photobucket.com/albums/c330/FreeSoftWarrior/secpol1.jpg" border=0&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;Para implantar nuestra política debemos hacer clic con el botón derecho del ratón sobre reglas adicionales y elegir Regla de nuevo hash, sólo nos resta elegir el nombre del archivo cuya ejecución queremos impedir y hacer clic en aceptar. A partir de aquí “configuración de seguridad local” calculará el valor de Hash para ese archivo en concreto y nos impedirá su ejecución, aún variándolo de nombre o de carpeta. En nuestro ejemplo, hemos impedido la ejecución de Windows Media Player en el sistema. &lt;br&gt;&lt;br&gt;La verdad es que esta herramienta tiene múltiples posibilidades, ya que con gpedit, todas las políticas se aplican por defecto a todos los usuarios, pero con la Directivas de Seguridad Local, es posible especificar a que grupos de usuarios queremos impedir la ejecución de programas. Veámoslo con un ejemplo, &lt;br&gt;&lt;br&gt;Somos administradores de nuestra máquina y ya hemos restringido la posibilidad de que se ejecute Windows Media Player. Por defecto la política se aplicara también a nosotros, para variar este comportamiento, basta con abrir las directivas de seguridad local, y navegar hasta Directivas de Restricción de software. Una vez ubicados, y sin movernos de esa carpeta, nos situamos en el panel de la derecha y hacemos doble clic sobre obligatoriedad. En ese cuadro de dialogo veremos varias opciones, una de ellas nos permite que estas restricciones se ejecuten para &lt;span style="font-weight:bold"&gt;Todos los usuarios excepto los administradores locales&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+C%c3%b3mo+impedir+la+ejecuci%c3%b3n+de+software+en+nuestro+equipo&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!166.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!166.entry</guid><pubDate>Sun, 12 Nov 2006 00:17:56 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!166/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!166.entry#comment</wfw:comment><dcterms:modified>2006-11-12T00:17:56Z</dcterms:modified></item><item><title>Trabajar con el registro desde la Linea de Comandos.</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!162.entry</link><description>&lt;div&gt;&lt;a href="http://freyes.svetlian.com/registro/registro.htm#_Toc95851852"&gt;&lt;font color="#000000"&gt;http://freyes.svetlian.com/registro/registro.htm#_Toc95851852&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Trabajar+con+el+registro+desde+la+Linea+de+Comandos.&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!162.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!162.entry</guid><pubDate>Thu, 09 Nov 2006 19:15:53 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!162/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!162.entry#comment</wfw:comment><dcterms:modified>2006-11-09T19:16:20Z</dcterms:modified></item><item><title>Permisos NTFS en windows y acceso denegado a los archivos.</title><link>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!130.entry</link><description>&lt;div&gt;
&lt;p&gt;&lt;a&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;font size=6&gt;&lt;font color="#000000"&gt;&lt;font face=Arial&gt;Permisos NTFS en Windows XP/2000/2003&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;&lt;br&gt;Las reglas de NTFS&lt;/span&gt;
&lt;p&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Los permisos NTFS pueden concederse a usuarios individuales o a grupos de usuarios. Como es posible que un usuario pertenezca a más de un grupo, puede conceder a un determinado usuario permisos diferentes para el mismo archivo o la misma carpeta. En este caso se concederá el permiso NTFS menos restrictivo. Estos principios se ilustran mejor con un par de escenarios. &lt;/span&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Escenario 1&lt;/span&gt;&lt;/i&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt; &lt;/span&gt;
&lt;p&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Sara pertenece al grupo CONFIANZA y el grupo CONFIANZA tiene concedido acceso de Modificación para la carpeta Documentos. Sara también pertenece al grupo LECTORES y el grupo LECTORES tiene concedido permiso de sólo lectura para la carpeta Documentos. Como se concederá el menos restrictivo de los permisos NTFS, se concederá a Sara acceso de Modificación para esta carpeta. &lt;/span&gt;
&lt;p&gt;&lt;u&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Excepción a la regla&lt;/span&gt;&lt;/u&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt; &lt;/span&gt;
&lt;p&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Sólo hay una excepción a esta regla. Si se configura el permiso Sin acceso, siempre se aplicará este permiso, independientemente de cualesquiera otros permisos pudieran haberse concedido. El escenario 2 ilustra los efectos de utilizar el permiso Sin acceso. &lt;/span&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Escenario 2&lt;/span&gt;&lt;/i&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt; &lt;/span&gt;
&lt;p&gt;&lt;span style="font-weight:normal;font-size:10pt;font-family:Verdana"&gt;Sara pertenece al grupo CONFIANZA y el grupo CONFIANZA tiene concedido acceso de Modificación para la carpeta Documentos. Sara también pertenece al grupo LECTORES y el grupo LECTORES tiene concedido permiso de Sólo lectura para la carpeta Documentos. Sara también pertenece al grupo TODOS (se trata de un grupo predeterminado de NT al que pertenecen todos los usuarios) y el grupo TODOS tiene concedido el permiso Sin acceso. En este caso, Sara no tendrá acceso a la carpeta Documentos porque se aplica la excepción a la regla de NTFS. &lt;/span&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;&lt;b&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Permisos NTFS estándar para carpetas&lt;br&gt;Nota &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los permisos estándar no se pueden personalizar. &lt;b&gt;&lt;br&gt;Para configurar permisos de carpeta NTFS en el Explorador de Windows&lt;/b&gt; &lt;b&gt;&lt;/b&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;Haga clic con el botón secundario del &lt;i&gt;mouse&lt;/i&gt; (ratón) en la carpeta seleccionada. &lt;/span&gt;
&lt;li&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;Seleccione Propiedades, seleccione la ficha Seguridad y haga clic en el botón Permisos. &lt;/span&gt;&lt;/ol&gt;
&lt;table style="width:90%" cellspacing=0 cellpadding=0 width="90%" border=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Sin acceso&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Deniega el acceso a un usuario o a un grupo de usuarios. Un usuario puede ver el directorio o el nombre de archivo, pero no puede tener acceso al mismo.&lt;br&gt;&lt;b&gt;Precaución&lt;/b&gt; Tenga cuidado de no aplicar este permiso al grupo Todos, ya que si lo hace denegaría el acceso a todos los usuarios, incluso aunque tuvieran concedido un permiso menos restringido. Éste es el error más común que cometen los Administradores al implementar la seguridad NTFS. Consulte el escenario 2, anteriormente en este artículo. &lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Listado&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden ver los nombres de archivo, pero no pueden consultarlos ni ejecutarlos.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Lectura &lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer y ejecutar archivos, pero no pueden hacer cambios a los mismos.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Adición&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden agregar archivos a la carpeta, pero no pueden verlos ni ejecutarlos.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Adición y Lectura&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden agregar archivos a la carpeta, así como verlos y ejecutarlos.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Modificación&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer, ejecutar, escribir y eliminar archivos o carpetas, pero no pueden cambiar los permisos del directorio o los archivos que contiene. Los usuarios a los que se les haya concedido acceso de Modificación para una carpeta pueden eliminar otras carpetas de la misma que ellos hayan creado, pero no pueden eliminar la carpeta para la que se les haya concedido acceso de Modificación.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Control total&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer, ejecutar, escribir y eliminar archivos o carpetas dentro del directorio para el que se les haya concedido Control total. También pueden cambiar los permisos para el directorio y los archivos que contiene. Los usuarios con este permiso también pueden tomar posesión de archivos y carpetas. Hablaré de la posesión en la parte II de esta serie.&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Permisos NTFS estándar para archivos&lt;br&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los permisos estándar que pueden aplicarse a los archivos son menos que los que pueden aplicarse a las carpetas. &lt;b&gt;&lt;/b&gt;&lt;/span&gt;
&lt;table style="width:90%" cellspacing=0 cellpadding=0 width="90%" border=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Sin acceso&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Deniega el acceso a un usuario o a un grupo de usuarios. Un usuario puede ver el nombre de archivo, pero no puede tener acceso al mismo.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Lectura &lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer y ejecutar archivos, pero no pueden hacer cambios a los mismos.&lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Modificación&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer, ejecutar, escribir y eliminar el archivo, pero no pueden cambiar los permisos para los archivos que no poseen. &lt;/span&gt;
&lt;tr&gt;
&lt;td width="18%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Control total&lt;/span&gt;
&lt;td width="82%"&gt;
&lt;p&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana"&gt;Los usuarios pueden leer, ejecutar, escribir y eliminar el archivo. También pueden cambiar los permisos para el archivo y tomar posesión del mismo.&lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt; &lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt; &lt;/span&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt;Correcion de errores de asignación de permisos , y acceso denegado.&lt;/font&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt;Muchas veces el administrador esta asignando los permisos , o mismo los usuarios estan efectuando este procedimiento en sus shares , cuando sacamos todos los permisos , y nos quedamos sin acceso a nuestra propia carpeta, bueno ahora describiremos la manera de siempre que se cuente con una cuenta de administrador o con privilegios, tomar posesion de estos archivos , y poder cambiar su permisologia.&lt;/font&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;Cómo tomar posesión de una carpeta &lt;/span&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;NOTA&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;: debe haber iniciado sesión en el equipo con una cuenta que tenga privilegios administrativos. &lt;br&gt;&lt;br&gt;Para tomar posesión de una carpeta: &lt;/span&gt;
&lt;table cellpadding=0 border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;1.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic con el botón secundario del &lt;i&gt;mouse&lt;/i&gt; (ratón) en la carpeta de la que desee tomar posesión y, a continuación, haga clic en &lt;b&gt;Propiedades&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;2.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en la ficha &lt;b&gt;Seguridad&lt;/b&gt; y, después, haga clic en &lt;b&gt;Aceptar&lt;/b&gt; en el mensaje de seguridad (si aparece alguno). &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;3.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Avanzadas&lt;/b&gt; y, después, haga clic en la ficha &lt;b&gt;Propietario&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;4.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;En la lista &lt;b&gt;Nombre&lt;/b&gt;, haga clic en su nombre de usuario, en &lt;b&gt;Administrador&lt;/b&gt; si ha iniciado sesión como Administrador o en el grupo Administradores. Si desea tomar posesión del contenido de dicha carpeta, haga clic para activar la casilla de verificación &lt;/span&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Reemplazar propietario en subcontenedores y objetos &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;5.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Aceptar&lt;/b&gt;. Aparecerá el siguiente mensaje, donde &lt;/span&gt;&lt;i&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;nombre de carpeta &lt;/span&gt;&lt;/i&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;es el nombre de la carpeta de la que desea tomar posesión: &lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;No tiene permiso de Lectura sobre el contenido del directorio &lt;/span&gt;&lt;i&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;nombre de carpeta &lt;/span&gt;&lt;/i&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;. ¿Desea reemplazar los permisos del directorio por permisos que le concedan Control total? &lt;br&gt;&lt;br&gt;Todos los permisos serán reemplazados si contesta Sí. &lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Sí&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;6.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Aceptar&lt;/b&gt;, y vuelva a aplicar los permisos y la configuración de seguridad que desee para la carpeta y su contenido. &lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;&lt;br&gt;&lt;/span&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;Cómo tomar posesión de un archivo &lt;/span&gt;&lt;/b&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;NOTA&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;: debe haber iniciado sesión en el equipo con una cuenta que tenga privilegios administrativos. &lt;br&gt;&lt;br&gt;Para tomar posesión de un archivo, siga estos pasos: &lt;/span&gt;
&lt;table cellpadding=0 border=0&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;1.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic con el botón secundario del &lt;i&gt;mouse&lt;/i&gt; (ratón) en el archivo del que desee tomar posesión y, a continuación, haga clic en &lt;b&gt;Propiedades&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;2.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en la ficha &lt;b&gt;Seguridad&lt;/b&gt; y, después, haga clic en &lt;b&gt;Aceptar&lt;/b&gt; en el mensaje de seguridad (si aparece alguno). &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;3.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Avanzadas&lt;/b&gt; y, después, haga clic en la ficha &lt;b&gt;Propietario&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;4.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;En la lista &lt;b&gt;Nombre&lt;/b&gt;, haga clic en &lt;b&gt;Administrador&lt;/b&gt;, o haga clic en el grupo Administradores y, después, haga clic en &lt;b&gt;Aceptar&lt;/b&gt;. &lt;br&gt;&lt;br&gt;El Administrador o el grupo Administradores es ahora el propietario del archivo. Para cambiar los permisos de los archivos y las carpetas que hay bajo esta carpeta, continúe en el paso 5. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;5.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Agregar&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;6.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;En la lista &lt;/span&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Escriba los nombres de objeto que desea seleccionar ( ejemplos ) &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;, escriba la cuenta de usuario o de grupo a la que desea conceder acceso al archivo. Por ejemplo, &lt;b&gt;Administrador &lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;7.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Haga clic en &lt;b&gt;Aceptar&lt;/b&gt;. &lt;/span&gt;
&lt;tr&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;8.&lt;/span&gt;
&lt;td valign=top&gt;
&lt;p&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;En la lista &lt;/span&gt;&lt;b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;Nombres de grupos o usuarios &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:8.5pt;font-family:Verdana"&gt;, haga clic en la cuenta que desee (por ejemplo, &lt;b&gt;Administrador&lt;/b&gt;) y, después, haga clic para activar las casillas de verificación correspondientes a los permisos que desee asignar a dicho usuario. Por ejemplo, &lt;b&gt;Control total [Permitir]&lt;/b&gt;. Cuando termine de asignar permisos, haga clic en &lt;b&gt;Aceptar&lt;/b&gt;. &lt;/span&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;font face=Arial size=3&gt; &lt;/font&gt;&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-7495334125223653715&amp;page=RSS%3a+Permisos+NTFS+en+windows+y+acceso+denegado+a+los+archivos.&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=sedelrio.spaces.live.com&amp;amp;GT1=sedelrio"&gt;</description><comments>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!130.entry#comment</comments><guid isPermaLink="true">http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!130.entry</guid><pubDate>Sat, 28 Oct 2006 16:36:56 GMT</pubDate><slash:comments>6</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://sedelrio.spaces.live.com/blog/cns!97FB3953392E4EAD!130/comments/feed.rss</wfw:commentRss><wfw:comment>http://sedelrio.spaces.live.com/Blog/cns!97FB3953392E4EAD!130.entry#comment</wfw:comment><dcterms:modified>2006-11-08T18:03:52Z</dcterms:modified></item></channel></rss>