merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 29 Oct 2010 18:42:13 +0300
changeset 644 2a0bed0e3bba
parent 638 a360ae19b5a3 (current diff)
parent 643 6eeff5c4e2fe (diff)
child 645 05f81f032a11
child 651 2fd37a2d3aef
child 656 ad4a19fe23ed
merged
--- a/driver-win.rst	Thu Oct 28 00:45:04 2010 +0300
+++ b/driver-win.rst	Fri Oct 29 18:42:13 2010 +0300
@@ -177,8 +177,21 @@
 
 * Driver signing.
 
+Type of signature:
+
+ * Signed by a Windows signing authority.
+ * Signed by a trusted publisher.
+ * Signed by an untrusted publisher.
+ * Signed by a publisher of unknown trust.
+ * Altered.
+ * Unsigned.
+
+  http://msdn.microsoft.com/en-us/library/ff544703.aspx
+                Type of signature and performed action.
   http://www.microsoft.com/whdc/driver/install/drvsign/best-practices.mspx
-                Code-Signing Best Practices
+                Code-Signing Best Practices.
+  http://msdn.microsoft.com/en-us/library/ff550764.aspx
+                Device Installation Signing Requirements.
 
 ** Tools for Signing Drivers.
 
@@ -210,3 +223,16 @@
  * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
 
   http://msdn.microsoft.com/en-us/library/ff549553.aspx
+
+* Distributing a Driver Package.
+
+** Windows Update.
+
+You can distribute a driver package through the Windows Update program if the driver package:
+
+ * Passes the WHQL test program and receives a WHQL release signature.
+ * Qualifies for the Windows Logo program.
+ * Meets additional requirements that ensure that Windows Update can determine the correct driver
+   package for the user's device, can legally distribute it, and can automatically download it.
+
+  http://msdn.microsoft.com/en-us/library/ff554874.aspx
--- a/laser-disk.rst	Thu Oct 28 00:45:04 2010 +0300
+++ b/laser-disk.rst	Fri Oct 29 18:42:13 2010 +0300
@@ -59,15 +59,13 @@
 
 Approximately 100 years under proper storage conditions (from TDK support).
 
-  http://faq.imation.com/tdk/index.php?action=article&cat_id=011001&id=104
+  http://www.cd-info.com/archiving/
 
 *** How many times can I rewrite to a CD-RW?
 
 A CD-RW disc can be erased and rewritten up to a 1,000 times. Reliability and
 performance will not decrease, even as the number of rewrites increase.
 
-  http://faq.imation.com/tdk/index.php?action=article&cat_id=011001&id=111
-
 ** DVD.
 
 * Burning tools.
--- a/windows.rst	Thu Oct 28 00:45:04 2010 +0300
+++ b/windows.rst	Fri Oct 29 18:42:13 2010 +0300
@@ -292,3 +292,18 @@
 
   http://blogs.technet.com/b/srd/archive/2010/07/28/announcing-the-upcoming-release-of-emet-v2.aspx
 
+* Disabling UAC.
+
+To disable UAC on the test computer, you must be able to log on with or provide the credentials of a
+member of the local Administrators group.
+
+Starting with Windows 7, UAC is disabled by following these steps:
+
+  1. On the Start menu, type "UAC" and then click Change User Account settings.
+  2. Move the slide bar to the bottom (Never Notify) and then click OK.
+
+On Windows Vista and Windows Server 2008, UAC is disabled by following these steps:
+
+  1. Start Control Panel and double-click User Accounts.
+  2. In the User Accounts tasks window, click Turn User Account Control on or off.
+  3. Clear the Use User Account Control (UAC) to help protect your computer check box, and then click OK.