lundi 30 novembre 2015

resolving corrupted links (*.lnk) on windows 7

1- Launch "regedit"
2- access to this location

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.lnk

3- delete "UserChoice" folder

And reboot.

That's all , good day!!!!!

lundi 16 novembre 2015

MSIEXEC Command lines

Microsoft Windows Installer (Windows 7/2008).
Syntax
      MSIEXEC /Option RequiredParameter [OptionalParameter]

Install Options
   Install or configure a product:
      MSIEXEC /package Product.msi
      MSIEXEC /i Product.msi

   Administrative install, Install a product on the network:
      MSIEXEC /a Product.msi

   Advertise a product to all users:
      MSIEXEC /j m Product.msi [/t TransformList] [/g LanguageID]

   Advertise a product to current user:
      MSIEXEC /j u Product.msi [/t TransformList] [/g LanguageID]

   Uninstall the product:
      MSIEXEC /uninstall Product.msi
      MSIEXEC /x Product.msi
      MSIEXEC /uninstall ProductCode
      MSIEXEC /x ProductCode

Display Options

   Quiet mode, no user interaction       /quiet

   Unattended mode - progress bar only       /passive

   Set user interface level: None       /qn

   Set user interface level: Basic UI       /qb

   Set user interface level: Reduced UI       /qr

   Set user interface level: Full UI (default)       /qf

   Help information       /help
                
Restart Options
   Do not restart after the installation is complete:
      /norestart

   Prompt the user for restart if necessary:
      /promptrestart

   Always restart the computer after installation:
      /forcerestart
             
Logging Options
   /le Logfile  Log All error messages
   /lw Logfile  Log Non-fatal warnings
   /li Logfile  Log Status messages
   /la Logfile  Log Start up of actions
   /lr Logfile  Log Action-specific records
   /lu Logfile  Log User requests
   /lc Logfile  Log Initial (UI) parameters
   /lm Logfile  Log Out-of-memory or fatal exit information
   /lo Logfile  Log Out-of-disk-space messages
   /lp Logfile  Log Terminal properties
   /lv Logfile  Log Verbose output
   /lx Logfile  Log Extra debugging information

   /l* Logfile  Log all information, except for v and x options
   /log Logfile Equivalent of /l* 

   /l+ Logfile  Append to an existing log file.
   /l! Logfile  Flush each line to the log.

Update Options
   Apply update(s)
      /update [;Update2.msp]

   Remove update(s) for a product:
      /uninstall [;Update2.msp] /package 
                
Repair Options - Repair a previously installed product
    /fp          Repair/fix - replace missing files
   /fo          Repair/fix - replace older files(default)
  /fe          Repair/fix - replace older or equal date files
 /fd          Repair/fix - replace Different version files
/fc         Repair/fix - replace files based on Checksum differences
   /fa          Repair/fix - replace all files
   /fu          Repair/fix - rewrite HKCU registry(default)
   /fm          Repair/fix - rewrite HKLM registry(default)
   /fs          Repair/fix - recreate shortcuts(default)
   /fv          Repair/fix - rewrite local cache from source

Set Public Properties
        [PROPERTY=PropertyValue]

mardi 10 novembre 2015

Microsoft office professional and Visio activation via KMS

1-Open the command prompt with Administrative privileges, click the "start" icon | type "cmd" into the search box ; right-click and select "Run as administrator".

2-type: "cd\ProgramFiles (or Program Files (x86) for other versions of windows) \Microsoft Office\Office14", and then press the Enter key.

3-type: "cscript ospp.vbs /act", and press the Enter key. 

 This will show you if your activation was successful or not. 

If it WAS NOT successful, please check your KMS server or your key.
To change the key, use this command:

C:\Program Files (x86)\Microsoft Office\Office14>cscript.exe ospp.vbs /inpkey:*****-*****-*****-*****-WX8BJ  (your key for every product office or visio or project... )

vendredi 30 octobre 2015

resolving folders changed to links

use these instructions:
- "Start"
- execute Command Prompt (cmd)
- go to your drive
- use this command 
"attrib -r -a -s -h /s /d "

10 seconds and your problem is solved.

mercredi 5 août 2015

How to uninstall sccm client

easy task you have only to run a command line  with an elevated command prompt 
"Ccmsetup.exe /uninstall" mapped to X:\windows folder\ccmsetup*** 
(X drive letter)

mardi 4 août 2015

For every search an individual makes through Ecosia, .5 cents goes towards the planting of a tree in Burkina Faso, Africa

Here’s how it works: 

  1. You search something, and Ecosia makes its money from search income. (Meaning money made from the ads displayed when you scour the internet).
  2. Each search earns about half a cent.
  3. To plant a tree, it costs 28 cents. So for about 56 searches, you can help plant a tree in Burkina Faso!
And really, most people could easily rack up 56 searches in one day – it is the ‘Information Age’, after all!


Read More: http://www.trueactivist.com/watch-out-google-this-website-plants-trees-with-every-search/?utm_source=fb&utm_medium=fb&utm_campaign=antimedia

mercredi 29 juillet 2015

outlook command lines

here are all outlook command lines
/a
Creates an item with the specified file as an attachment.
Example:
  • "c:\program files\microsoft office\office14\outlook.exe" /a "c:\my documents\labels.doc"
If no item type is specified, IPM.Note is assumed. Cannot be used with message classes that are not based on Outlook.
/altvba otmfilename
Opens the VBA program specified in otmfilename, instead of %appdata%\microsoft\outlook\vbaproject.otm.
NOTE    This command line switch is only available if the following Windows registry DWORD value is set to 1. HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security\EnableAltVba
/c messageclass
Creates a new item of the specified message class (Outlook forms or any other valid MAPI form).
Examples:
  • /c ipm.activity creates a Journal entry
  • /c ipm.appointment creates an appointment
  • /c ipm.contact creates a contact
  • /c ipm.note creates an e-mail message
  • /c ipm.stickynote creates a note
  • /c ipm.task creates a task
/checkclient
Prompts for the default manager of e-mail, news, and contacts.
/cleanautocompletecache
Removes all names and e-mail addresses from the Auto-Complete list.
/cleancategories
Deletes any custom category names that you have created. Restores categories to the default names.
/cleanclientrules
Starts Outlook and deletes client-based rules.
/cleanconvongoingactions
Deletes the Conversations Actions Table (CAT). CAT entries for a conversation thread usually expire 30 days after no activity. The command-line switch clears all conversation tagging, ignore, and moving rules immediately stopping any additional actions.
/cleandmrecords
Deletes the logging records saved when a manager or a delegate declines a meeting.
/cleanfinders
Resets all Search Folders in the Microsoft Exchange mailbox for only the first profile opened.
/cleanfreebusy
Clears and regenerates free/busy information. This switch can be used only when you are able to connect to the server that runs Exchange.
/cleanfromaddresses
Removes all manually added From entries from the profile.
/cleanmailtipcache
Removes all MailTips from the cache.
/cleanreminders
Clears and regenerates reminders.
/cleanroamedprefs
All previous roamed preferences are deleted and copied again from the local settings on the computer where this switch is used. This includes the roaming settings for reminders, free/busy grid, working hours, calendar publishing, and RSS rules.
/cleanrules
Starts Outlook and deletes client-based and server-based rules.
/cleanserverrules
Starts Outlook and deletes server-based rules.
/cleansharing
Removes all RSS, Internet Calendar, and SharePoint subscriptions from Account Settings, but leaves all the previously downloaded content on your computer. This is useful if you cannot delete one of these subscriptions within Outlook 2010.
/cleansniff
Overrides the programmatic lockout that determines which of your computers (when you run Outlook at the same time) processes meeting items. The lockout process helps prevent duplicate reminder messages. This switch clears the lockout on the computer it is used. This enables Outlook to process meeting items.
/cleansubscriptions
Deletes the subscription messages and properties for subscription features.
/cleanviews
Restores default views. All custom views that you created are lost.
/embedding
Used without command-line parameters for standard OLE co-create.
/f msgfilename
Opens the specified message file (.msg) or Microsoft Office saved search (.oss).
/finder
Opens the Advanced Find dialog box.
/hol holfilename
Opens the specified .hol file.
/ical icsfilename
Opens the specified .ics file.
/importNK2
Imports the contents of an .nk2 file which contains the nickname list that is used by both the automatic name checking and Auto-Complete features.
/importprf prffilename
Starts Outlook and opens/imports the defined MAPI profile (*.prf). If Outlook is already open, queues the profile to be imported on the next clean start.
/launchtraininghelp assetid
Opens a Help window with the Help topic specified in assetid displayed.
/m emailname
Provides a way for the user to add an e-mail name to the item. Only works together with the /c command-line parameter.
Example:
  • Outlook.exe /c ipm.note /m emailname
/nopreview
Starts Outlook with the Reading Pane off.
/p msgfilename
Prints the specified message (.msg).
/profile profilename
Loads the specified profile. If your profile name contains a space, enclose the profile name in quotation marks (" ").
/profiles
Opens the Choose Profile dialog box regardless of the Options setting on the Toolsmenu.
/promptimportprf
Same as /importprf except that a prompt appears and the user can cancel the import.
/recycle
Starts Outlook by using an existing Outlook window, if one exists.
/remigratecategories
Starts Outlook and starts the following commands on the default mailbox:
  • Upgrades colored For Follow Up flags to Outlook 2010 color categories.
  • Upgrades calendar labels to Outlook 2010 color categories.
  • Adds all categories used on non-mail items into the Master Category List
NOTE    This is the same command as Upgrade to Color Categories in each Outlook mailbox properties dialog box.
/resetfolders
Restores missing folders at the default delivery location.
/resetfoldernames
Resets default folder names (such as Inbox or Sent Items) to default names in the current Office user interface language.
For example, if you first connect to your mailbox in Outlook by using a Russian user interface, the Russian default folder names cannot be renamed. To change the default folder names to another language, such as Japanese or English, you can use this switch to reset the default folder names after you change the user interface language or install a different language version of Outlook.
/resetformregions
Empties the form regions cache and reloads the form region definitions from the Windows registry.
/resetnavpane
Clears and regenerates the Navigation Pane for the current profile.
/resetquicksteps
Restores the default Quick Steps. All user-created Quick Steps are deleted.
/resetsearchcriteria
Resets all Instant Search criteria so that the default set of criteria is shown in each module.
/resetsharedfolders
Removes all shared folders from the Navigation Pane.
/resettodobar
Clears and regenerates the To-Do Bar task list for the current profile. The To-Do Bar search folder is deleted and re-created.
/restore
Attempts to open the same profile and folders that were open prior to an abnormal Outlook shutdown.
/rpcdiag
Opens Outlook and displays the remote procedure call (RPC) connection status dialog box.
/safe
Starts Outlook without the Reading Pane or toolbar customizations. Both native and managed Component Object Model (COM) add-ins are turned off.
/safe:1
Starts Outlook with the Reading Pane off.
/safe:3
Both native and managed Component Object Model (COM) add-ins are turned off.
/select foldername
Starts Outlook and opens the specified folder in a new window. For example, to open Outlook and display the default calendar, use: "c:\program files\microsoft office\office14\outlook.exe" /select outlook:calendar.
/share feed://URL/filename
/share stssync://URL
/share web://URL/filename
Specifies a sharing URL to connect to Outlook. For example, use stssync://URL to connect a SharePoint list to Outlook.
/sniff
Starts Outlook, forces a detection of new meeting requests in the Inbox, and then adds them to the calendar.
/t oftfilename
Opens the specified .oft file.
/v vcffilename
Opens the specified .vcf file.
/vcal vcsfilename
Opens the specified .vcs file.

mercredi 17 juin 2015

Free Windows Monitoring Tools for servers & computers

This is a list of all known monitoring software and tools

  1. EventSentry Light – Real-time event log monitoring 
  2. Spiceworks – Network Monitoring and Help Desk software 
  3. Process Monitor – View file system, registry, and network activity
  4. AD Tidy – Identify last logged on user and computer accounts 
  5. ExInsight – Monitoring and statistics for Microsoft Exchange
  6. The Dude – Map networks and monitor services 
  7. EndPointScan – Scan your network for devices 
  8. SolarWinds Exchange Monitor
  9. Live Maps for Microsoft Operations Manager 
  10. NetWrix Disk Space Monitor 
  11. PacketTrap pt360 ToolSuite – network management 
  12. NetWrix Services Monitor – Restart failing Windows services 
  13. NTop-XTRA – Shows network usage 
  14. Network Monitor – A free network protocol analyzer
  15. Spotlight on Windows – Monitor Windows servers
  16. TCPView – displays active TCP and UDP connections 
  17. FrameFlow – Web-based Windows monitoring 
  18. ControlUp – Real-time monitoring and remote administration 
  19. HealthMonitor – Monitor 60 different system states
  20. Veeam ONE Free Edition – Real-time Hyper-V and VMware monitoring 
  21. Nagwin – Nagios for Windows
  22. Simple Search – An extension for Microsoft Network Monitor 
  23. Blackbird auditor express – Real-time Active Directory change monitoring 
  24. Total Network Monitor – A sophisticated network monitoring software
  25. Mobile PC Monitor – Monitoring tool with smartphone application 
  26. EMCO Ping Monitor Free
  27. NetWorx – Network traffic monitor and network usage reporting 
  28. SolarWinds Real-Time Bandwidth Monitor 
  29. SpeedFan – CPU and hard disk temperature monitoring 
  30. Server Configuration Change Reporter – Automated server auditing
  31. Verax NMS – Network and application monitoring 
  32. Servers Alive – A Monitoring tool 
  33. SolarWinds VM Monitor – Get X-Ray insight into your ESX Servers 
  34. Bad Application – Test application crashes 
  35. GFI WebMonitor – Web filtering for ISA Server 
  36. Free Windows Error Reporting (WER) viewing tool – AppCrashView 
  37. EVT LogParser – A Windows event log parser 
  38. Real Temp – Another CPU temperature measuring program 
  39. SolarWinds WMI Monitor – Windows server monitoring tool
  40. Winrpe – Nrpe for Windows
  41. FREEping – Quick and dirty monitoring 
  42. TCP Analyzer – Statistical Analysis of TCP connections in Network Monitor
  43. DreamSys Server Monitor – Easy server monitoring 
  44. Karen’s ‘Net Monitor – Website, mail, and ping monitoring 
  45. Top Users Expert – Analyze bandwidth consumption with Network Monitor
  46. fs guard – Monitor services and directories 
  47. Sysmon – New Sysinternals tool logs system activity in Event Log 
  48. SuperbarMonitor – Monitor CPU, disk, and memory usage in the Windows 7 taskbar 
  49. NetWrix Event Log Manager Freeware Edition
  50. Review: The Dude 3.0 – The best free network monitoring tool I have ever tried 
  51. How to find out what keeps your hard drive busy under Windows Vista
  52. GridVision – Automation as a service 
  53. Notifications and Custom Commands in Nagwin/Nrpe 
  54. Windows Performance Toolkit – Creating a Baseline Trace 
  55. Five free admin tools from Netwrix 

lundi 25 mai 2015

manually start diagnostic policy service error 5: access is denied

manually start diagnostic policy service error 5: access is denied (le service de strategie de diagnostic ne fonctionne pas in French)

The best solutions are:

  • Go to Start, type "cmd", right click on returned cmd.exe and select "run as administrator"
  • Type :
    • net localgroup Administrators /add networkservice
    • enter
    • net localgroup Administrators /add localservice
      enter
  • Close the CMD and restart your computer.

vendredi 22 mai 2015

Installing Oracle XE for Windows 7 64 bits

First step is, you have to successfully download the Oracle XE11G file from the website: here.
You may need to register yourself to Oracle website before downloading anything.
Extract the zipped folder you've downloaded, and run the "setup.exe" file from \DISK1\setup.exe.
Note: please run the installer as Administrator. 
Installation happens like usual. You just have to wait for it installing.
After this, the first problem will occur (if it happens), you'll get a dialogue which contains this message:

The installer is unable to instantiate the file C:\Users\username\AppData\Local\Temp\{8D6436F9-C040-4885-9DCD-32A8781DC437}\KEY_XE.reg. This file does not appear to exist.

type the address and then launch the "regedit" program
Note: please open the regedit as Administrator.
You need to locate this folder HKEY_CLASSES_ROOT  Installer  Products 266B7A503....  SourceList  Media

Under the name field, you'll find a file named 1--on the same row under the data field you'll see "DISK1;1".
You right-click on it and click "Modify". 

Fill in the Value data with the address you've taken note before:C:\Users\username\AppData\Local\Temp\{8D6436F9-C040-4885-9DCD-32A8781DC437}\ .

If you're finished, click OK and close the regedit window.
Return to Oracle installer, and click OK on the error dialogue box. 

Click on Finish when it's done and launch the application

if you get problems launching the application, put in your browser one of these links:
http://127.0.0.1:8080/apex/f?p=4950
or
http://localhost:8080/apex/f?p=4950

mercredi 29 avril 2015

regsvr32 on Windows 64 bits

On a 64-bit version of Windows operating system, there are two versions of the Regsv32.exe file:
  • The 64-bit version is %systemroot%\System32\regsvr32.exe.
  • The 32-bit version is %systemroot%\SysWoW64\regsvr32.exe.
RegSvr32.exe has the following command-line options:
Regsvr32 [/u] [/n] [/i[:cmdline]] <dllname>

/u - Unregister server 
/i - Call DllInstall passing it an optional [cmdline]; when it is used with /u, it calls dll uninstall 
/n - do not call DllRegisterServer; this option must be used with /i 
/s – Silent; display no message boxes


mercredi 22 avril 2015

Using a distribution Linux in Windows with virtual machines

Virtual machines allow you to run any operating system in a window on your desktop. You can install the free VirtualBox or VMware Player, download an ISO file for a Linux distribution such as Ubuntu,Fedora or any other distribution and install that Linux distribution inside the virtual machine like you would install it on a standard computer.

here to download VirtualBox for free :
https://www.virtualbox.org/

here to get VMware:
 http://www.vmware.com/products/player/

this i found it somewhere:
http://uptobox.com/omkg44ufo8ad

and here you'll get any linux distribution :
http://distrowatch.com/


enjoy!!!!


Huawei HedEx Lite V2.0 for free

Here you can get this hard to find software :

Huawei HedEx Lite V2.0

Helps you to search for Huawei enterprise networking product documentation and solution quickly and painlessly.It is easily operated without installation.

http://www.huaweienterpriseusa.com/system/files/resources/Huawei%20HedEx%20Lite%20V2.0.zip?nid=68

AdBlock Plus declared legal in Germany

Best reading of the day:

Restating the obvious: adblocking declared legal· 2015-04-21 17:25 by Ben Williams

It may surprise readers of this blog to know that some advertiser groups believe blocking ads is illegal. They are upset that adblockers impede their multi-billion dollar business (or in this case, euros) of shoveling ads at you whether or not you like it or asked for it. In fact, a group of publishers in Hamburg, Germany was so upset that they actually took Adblock Plus to court.
Today, after a four-month trial, reasonable heads prevailed as the regional court in Hamburg ruled in our favor by declaring that ad blocking is, in fact, perfectly legal. I know, it’s restating the obvious. But it cost us lots of blood, sweat and tears nonetheless.
The Hamburg court decision is an important one because it sets a precedent that may help us avoid additional lawsuits and expenses defending what we feel is an obvious consumer right: giving people the ability to control their own screens by letting them block annoying ads and protect their privacy.
For those of you who are interested in legal proceedings, you may find these details fascinating:
  • The plaintiffs (the parties that sued us) are Zeit Online GmbH and Handelsblatt GmbH. These companies operate three websites: Zeit.de; Handelsblatt.com; and Wiwo.de. The defendant is Eyeo GmbH (which is the company that administers Adblock Plus).
  • The lawsuit charged that we should not be allowed to block ads on websites owned by the plaintiffs. They sought what is known as injunctive relief (which is called “Unterlassungsanspruch” in German).
  • The Hamburg judge ruled against the plaintiffs and in favor of Adblock Plus, upholding the right of Adblock Plus users everywhere to continue to block annoying ads and protect their privacy.
Now that the legalities are out of the way, we want to reach out to other publishers and advertisers and content creators and encourage them to work with Adblock Plus rather than against us. Let’s develop new forms of nonintrusive ads that are actually useful and welcomed by users; let’s discover ways to make better ads; let’s push forward to create a more sustainable Internet ecosystem for everyone.

here for you download it:
https://adblockplus.org/en/

lundi 20 avril 2015

Windows 2008 R2 Hotfixes

Hotfixes available for Windows Server 2008 R2, post SP-1:

KBKB TitleLDRGDR
2974313A domain controller freezes when an event subscription manager list is long in Windows 7 and Windows Server 2008 R2X
2973337SHA512 is disabled in Windows 7 or Windows Server 2008 R2XX
2971670DNS service crashes every hour when a query can achieve all DNS resource record types in Windows Server 2008 R2 SP1X
2966897Infinite loop occurs when the MSDSM inquires serial numbers of an MPIO device in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2966583Improvements for the System Update Readiness tool in Windows 7 and Windows Server 2008 R2XX
2965917A computer freezes during startup after filter drivers are installed in Windows 7 or Windows Server 2008 R2X
2965904Task name is deleted after you link a storage report to a scheduled task in Windows 7 SP1 and Windows Server 2008 R2 SP1X
2965768Stop error 0x3B when an application changes the z-order of a window in Windows 7 SP1 and Windows Server 2008 R2 SP1X
2965351Error_FILE_NOT_FOUND when you print to a shared network printerX
2964832RemoteApp program pop-up window is hidden in WindowsX
2964643Third-party VPN client stops Internet connectivity in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2964548DHCP server fails to lease reserved IP addresses in Windows Server 2008 R2X
2964511Stop Error DRIVER_POWER_STATE_FAILURE occurs when you put your computer into standby or hibernation modeX
2962059RPC Server Unavailable error when you set up a password and then click Next in Bitlocker To Go in Windows 8.1 or Windows 7X
2958997EUDC fonts cannot be printed correctly by using an XPS print driver in WindowsX
2958399"0xD1" Stop error occurs occasionally in all SQL Server cluster nodes running Windows 7 or Windows Server 2008 R2X
2958122NetLogon 3210 events are logged after MSA renews it password in Windows 7 SP1 and Windows Server 2008 R2 SP1X
2957775System crashes during I/O traffic after you install a Host Bus Adapter on a computer that's running Windows Server 2008 R2XX
2957560Windows freezes or loses cluster disk reservation during a stress test in iSCSI initiatorX
2956703You cannot renew the IP address after the system time synchronizes in Windows 7 or Windows Server 2008 R2X
2956344Clients randomly lose connection to a Windows Server 2008 R2 SP1 Network Policy ServerX
2955074Retrieval of paged results is interrupted when an LDAP server receives queries that generate many resultsX
2953722Drive Maps preferences are still displayed in Group Policy RSoP after they are removed or disabledX
29525070x00000050 Stop error when you browse files by using Windows Explorer on a remote desktop in Windows 7 SP1 or Windows 8.1X
2951611DirectAccess is used for internal network connections in Windows 7 SP1XX
2950358A memory leak in Network Store Interface Service (NSI) occurs unexpectedlyXX
2939652WM_DEVICECHANGE messages are delayed after a SATA hard disk is removedXX
2939490Records on WINS server are added incorrectly when you use the Netsh command in Windows Server 2012 R2 or Windows Server 2008 R2X
2937676Hotfix rollup 2937676 is available for the .NET Framework 4.5.1 in WindowsX
2937350Update is available to set up UDP port routes between cluster nodesX
2936341The WebClient service does not send cookies in WindowsX
2935389System shows a high nonpaged pool utilization from pool tag AfdPX
2934562"The home folder could not be created" error when using a non-exist folder path in WindowsX
2932119Incorrect DNS queries cause unnecessary network traffic when you start GPMC or GPUpdate in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2929755Out of memory when you load some image resources in a Windows applicationXX
2928562Event 55 when you copy an encrypted folder to EFS shared folder in WindowsXX
2928492Cannot connect to remote applications hosted on a Windows Server 2012 R2 or Windows Server 2008 R2 SP1-based computerX
2928490Windows PowerShell scripts stop working in Windows Server 2008 R2 SP1X
2927901SetDefaultPrinter sets a wrong default printer in WindowsX
2927193Can't back up the system state on a computer that's running Windows 7 or Windows Server 2008 R2XX
2926993Hotfix rollup 2926993 is available for the .NET Framework 3.5.1 on Windows 7 SP1 or Windows Server 2008 R2 SP1X
2926986Hotfix rollup 2926986 is available for the .NET Framework 4.0 in WindowsX
2925489You cannot establish an IPsec connection with certain third-party devices in WindowsXX
2924678Trusted Publishers settings are unmanageable in a Group Policy Object in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2924171Resource Monitor (Perfmon /res) crashes in Windows 7 and in Windows Server 2008 R2X
2923884Invalid subnet masks occur after IP configuration change and computer restart in WindowsX
2923388Plain text displayed when XSLT style sheet used to transform an XML document into HTML in Windows 7 or Windows Server 2008 R2X
2922852Update resolves a problem in which LDAP, Kerberos and DC locator responses are slow or time out with WindowsX
2922514White line appears when printing an image by using an XPS printer driver in WindowsXX
2919469Canada country code is incorrect in Windows 7 SP1 or Windows Server 2008 R2 SP1XX
2918893User profile corruption after you lose network connectivity or hibernate a Windows 7-based computerX
2917033An update is available to enable the use of Local ADMX files for Group Policy EditorX
2916627Stop Error 0x0000008E (KERNEL_MODE_EXCEPTION_NOT_HANDLED) when you try to access DFS in Windows 7 or Windows Server 2008 R2X
2916267The DFS Namespace reparse point for folder targets are missing in Windows Server 2008 R2X
2915094Profile loading takes a long time due to full DFS namespace sync with PDCX
2914677Server Work Queues performance object counters become abnormally high in Windows Server 2008 R2X
2914029IPP printing job fails when using an XPS driver when the printer is shared on a Windows Server 2008 R2 SP1 print serverX
2913763Biometric fingerprint device does not work on a Windows 7 SP1 or Windows Server 2008 R2 SP1-based computerXX
2913607"Failed to create source node" error when you try to open a .wmv file from the TopoEdit console in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2913152Windows Photo Viewer prints white lines when you use an XPS driver to print photos in WindowsX
2910686Domain users cannot change or reset their passwords when KRBTGT account is restored in Windows clientXX
2908783Data corruption occurs on iSCSI LUNs in WindowsXX
2907244Spurious RHS deadlocks occur when the system time is adjusted forward in Windows Server 2008 R2 SP1X
2907094High CPU usage after members are added to the DFSR replication groupX
2906850Print job status remains as "Sent to printer" when Isolated mode is set in Windows 7 or Windows Server 2008 R2X
2898997Adamsync fails when you synchronize tombstoned objects in a Windows 7 SP1 or Windows Server 2008 R2 SP1 environmentX
2898092Tlntsvr.exe process crashes on a Windows Server 2008 R2 SP1-based telnet serverX
2897770NFS sharing type resources do not come online after the Cluster service fails over a cluster group in Windows Server 2008 R2 SP1X
2965705Display problems when a supplementary character follows a mathematical operator
2896881Long logon time when you use the AddPrinterConnection VBScript command to map printers for users during logon process in Windows Server 2012 R2 or Windows Server 2008 R2 SP1X
2896256FIX: A remote desktop session cannot start after you add a new user to a computer that is running Windows 7 Service Pack 1 or Windows Server 2008 R2 Service Pack 1X
2895729FIX: Stop error 0x9F or 0xFE in Usbhub.sys occurs when asynchronous transfer is in progress with a USB device in Windows 7 Service Pack 1 or Windows Server 2008 R2 Service Pack 1XX
2895698Users who have the remote audio setting enabled cause the RD Session Host servers to freeze intermittently in Windows Server 2012 R2 or Windows Server 2008 R2 SP1X
2895044"0x0000007F" Stop error when you run a stress test on a Windows Server 2008 R2 SP1-based computerX
2894252Process that runs in Untrusted integrity level is reported as an AppContainer after you install KB2532445 in Windows 7 SP1 and Windows Server 2008 R2 SP1X
2893634Performance of an application that calls the GetFileAttributesEx function degrades significantly in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2893519Remember my credentials option cannot be hidden when the SspiPromptForCredentials function is called in WindowsXX
2892678Logon screen, shutdown screen, and lock screen are not displayed in full-screen mode after you change the screen resolution to 3200 × 1800 in Windows 7 SP1 or Windows Server 2008 R2 SP1XX
2891144Application does not draw polylines correctly when you run it through an RD Session in Windows Server 2008 R2 SP1X
2889889Hotfix rollup 2889889 is available for the .NET Framework 4.5 in Windows 7 SP1, Windows Server 2008 R2 SP1, Windows Server 2008 SP2, and Windows Vista SP2X
2889748High memory usage by the Svchost.exe process after you install Windows Management Framework 3.0 on a Windows-based computerX
2884927FIX: A user account is unexpectedly locked out when you provide an invalid password at a task scheduler authentication promptX
2884866SCVMM refreshes a virtual machine and causes errors on clustered Hyper-V hosts that are running Windows Server 2012 R2 or Windows Server 2008 R2 SP1X
2884284New certificate is generated whenever you start a Windows 7 SP1 or Windows Server 2008 R2 SP1-based computer that uses NAP 802.1XX
2884176Large backlogs on Windows Server 2008 R2 SP1-based DFSR serversX
2883703"0xC0000203" error when you try to access a DFS share that is located on a Windows Server 2003 R2 or earlier version of Windows-based computer from a Windows 7 SP1 or Windows Server 2008 R2 SP1-based computerX
2882822Update adds ITraceRelogger interface support to Windows Embedded Standard 7 SP1, Windows 7 SP1 and Windows Server 2008 R2 SP1X
2882780Incorrect UI color rendering when an application uses the D3D11CreateDevice or D3D10CreateDevice function in WindowsXX
2878563Applications experience up to three seconds of AD DS or AD LDS query latency in Windows Server 2008 R2 SP1X
2878378OpsMgr 2012 or OpsMgr 2007 R2 generates a "Heartbeat Failure" message and then goes into a greyed out state in Windows Server 2008 R2 SP1X
2877115Error message when you try to perform a LUN resynchronization in Windows Server 2008 R2 SP1X
2627489Recursive calls to window manager functions may fail unexpectedlyX
2871997Microsoft Security Advisory: Update to improve credentials protection and management: May 13, 2014XX
2871803"0x0000007E" Stop error when you log off from a Windows Server 2008 R2 SP1-based failover clusterX
2871085I/O failures occur when you create a snapshot for a large volume in Windows Server 2012 or Windows Server 2008 R2 SP1XX
2870165Unknown time zone information in a remote desktop session when you try to query the time zone information from a Windows 7 SP1-based client computer to a Windows Server 2008 R2-based RDS serverX
2869606The LUN for a storage device is lost when multiple paths are lost concurrently in WindowsX
2866772"Rdrleakdiag.exe -snap" command fails on a computer that is running Windows 7 or Windows Server 2008 R2X
2865346MSDTC service stops unexpectedly in Windows Server 2008 R2 SP1X
2862063Hotfix rollup 2862063 is available for the .NET Framework 4.5 in Windows 7 SP1, Windows Server 2008 R2 SP1, Windows Server 2008 SP2, and Windows Vista SP2X
2858684Not all results are returned by file content search from Windows Explorer in Windows 7 SP1 and Windows Server 2008 R2 SP1X
2856657Splwow64.exe process doesn't end after a print job finishes in the 64-bit version of Windows 7 or Windows Server 2008 R2X
285631064-bit ODBC application crashes when it configures a statement attribute in Windows Vista, Windows 7, Windows Server 2008 or Windows Server 2008 R2X
2855028Svchost.exe process that hosts the RasMan service crashes in Windows Server 2008 R2 SP1X
2853952Loss of consistency with IDE-attached virtual hard disks when a Hyper-V host server experiences an unplanned restartXX
2851868"0x0000003B" Stop error when you use the DFSR service on a Windows Server 2008 R2-based computerX
2851323Windows Explorer does not display all network computers in Windows 7 SP1 or Windows Server 2008 R2 SP1X
2848576Variant data type is overwritten after you use a Visual Basic script to call an RDS component in Windows 7 or in Windows Server 2008 R2X
2847635The number of ifXTable entries does not match the number of ifNumber objects in Windows Server 2008 R2 Service Pack 1 as defined by the SNMP MIB agentX
2847346Svchost.exe running NSI service leaks memory and non-paged pool memory leak Tag NSpcX
2846960Error when you open a SharePoint Document Library in Windows Explorer or map a network drive to the library after you install Internet Explorer 10X
2846340Duplicate friendly names of network adapters are displayed in WindowsXX
2843376Chkdsk tool incorrectly reports exFAT volume file system as corrupted in Windows 7 and Windows Server 2008 R2X
2833914"Interactive Logon: Smart card removal behavior" Group Policy setting doesn't work as expected in Windows 7 SP1 or Windows Server 2008 R2 SP1XX
2833001Wmiprvse.exe process crashes when you run a WMI script on a computer that is running Windows 7 or Windows Server 2008 R2XX
2831206DFS network path goes offline in Windows 7 or Windows Server 2008 R2 when Transparent Caching Group Policy setting is enabledX
2831013User receives SMB change notifications from a subfolder that the user does not have permission to access in Windows 7 SP1 or Windows Server 2008 R2 SP1XX
2829589Message Queuing service freezes when queue size increases in Windows Server 2008 SP2 or Windows Server 2008 R2X
2826910Secondary dump data is limited to 256 MB in Windows 7 and Windows Server 2008 R2XX
2823655Searchindexer.exe consumes lots of memory in Windows 7 or Windows Server 2008 R2X
2823180Update is available for Windows Management Framework 3.0 in Windows 7 SP1, Windows Server 2008 R2 SP1, or Windows Server 2008 SP2X
2821230"0x80100065" error when you call the SCardConnect function in Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012X
2815853RPC service crashes on a Windows 7-based or Windows Server 2008 R2-based COM clientX
2812416You cannot schedule a File Management task accurately in Windows Server 2008 R2 or in Windows Server 2012XX
2809808Takes longer than expected to log off from a Windows Server 2008 R2 SP1-based RDS server remotelyX
2808679Update that protects from internal URL port scanning is available for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows Embedded Standard 7, Windows Server 2008 R2, Windows 8, Windows RT, and Windows Server 2012XX
2807831Memory leak occurs in the Lsass.exe process on a domain controller that is running Windows Server 2008 R2X
2801662"0x000000C4" Stop error when you run the WDF Fault Injection Logo Test in Windows 7 and Windows Server 2008 R2XX
2800422"0x00000034" Stop error and file corruption when you burn a Live File System formatted disc in Windows 7 or Windows Server 2008 R2XX
2798787Name of Group Policy preferences for Internet Explorer are displayed incorrectly in Windows 7 or Windows Server 2008 R2X
2797789You cannot overwrite an exported event log file by using the Wevtutil.exe tool in Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012X
2797749Explorer.exe process may crash after you add custom properties to a .doc file in Windows 7 or Windows Server 2008 R2X
2796764The "New" option in the shortcut menu is missing for the root folder of a redirected drive in Windows 7 or Windows Server 2008 R2X
2796725Wireless Hosted Network feature does not work in Windows 7 or Windows Server 2008 R2XX
2789430Isnscli.exe incorrectly displays IPv6 address information that is from a Windows Server 2008 and Windows Server 2008 R2-based iSNS serverX
2787046Task that is created by using the "AT" command is not deleted after it is executed in Windows Vista, Windows Server 2008, Windows 7, or Windows Server 2008 R2X
2786667Validate simultaneous failover test fails when you run cluster validation tests on a multi-node failover cluster that is running Windows Server 2008 R2 SP1X
2786454Incorrect source IP address is returned in the SNMP response in Windows 8, Windows Server 2012, Windows 7, Windows Server 2008 R2, Windows Vista, and Windows Server 2008XX
2782558DNS settings of a DHCP reservation revert to the settings at the scope level in Windows Server 2008 R2 and Windows Server 2012X
2780130"0x00000027" Stop error when you try to use a redirected smart card to log on to a Windows 7 or Windows Server 2008 R2-based remote computerX
2778863RD Gateway service crashes on a computer that is running Windows Server 2008 R2X
2777201SQL Server 2012 service shuts down unexpectedly upon availability group replica role transition on a Windows Server 2008 R2-based failover clusterX
2775511An enterprise hotfix rollup is available for Windows 7 SP1 and Windows Server 2008 R2 SP1X
2769121802.1X authentication fails on a Windows 7-based or Windows 2008 R2-based computer that has multiple certificatesX
2768523"0x0000007E" Stop error after you configure a computer to host a web service in Windows Server 2008 R2X
2768494You cannot log on to a Windows 7-based or Windows Server 2008 R2-based client computer after you disable AES encryption for Kerberos authenticationX
2767652Shadow copy storage area is created on the wrong disk when you create a volume snapshot of a CSV by using VSS in Windows Server 2008 R2X
2765546Icons are not displayed correctly on the taskbar in Windows 7 or in Windows Server 2008 R2X
2761217An update is available to add the Calibri Light and Calibri Light Italic fonts to Windows 7 and Windows Server 2008 R2XX
2760730Description of an update rollup that resolves interoperation issues in Windows Vista SP2, Windows Server 2008 SP2, Windows 7 SP1, and Windows Server 2008 R2 SP1X
2752183You cannot migrate a Hyper-V virtual machine from a non-Bulldozer-based computer to a Bulldozer-based computer in Windows Server 2008 R2 (AMD Only)XX
2743155Application crashes when it uses the BitmapImage class to optimize images in Windows 7 or Windows Server 2008 R2X
2740562Lsass.exe process crashes when an application uses an incorrect CredGroup object to call the SpAcceptLsaModeContext function on a computer that is running Windows 7 or Windows Server 2008 R2X
2740317You can’t use IXSSO to query an Index Server catalog after you install hotfix 2698365 in Windows 7 or Windows Server 2008 R2XX
2740180Performance Monitor or a PDH function takes longer than expected to collect performance data on a computer that is running Windows 7 SP1 or Windows Server 2008 R2 SP1X
2736782You cannot save a file by using the Save method of a Recordset object in Windows 7 or in Windows Server 2008 R2X
2718841"0xc0000005" error message and Windows Explorer stops responding on a computer that is running Windows 7 or Windows Server 2008 R2X
2712561"0x000000D1" Stop error when you run a Windows Logo Kit 1.6 common scenario test in Windows 7 or in Windows Server 2008 R2XX
27122861101 error code when you run an esentutl /g command on a Windows 7-based or Windows Server 2008 R2-based computerX
2708857RDX cartridge disks are not recognized correctly in Windows 7, in Windows Vista, in Windows Server 2008, or in Windows Server 2008 R2XX
2707589You may not receive correct rich error information when a COM application encounters an error in Windows 7 SP1 or in Windows Server 2008 R2 SP1X
2707157WebIO component uses its own DNS cache to resolve an FQDN in Windows 7 or in Windows Server 2008 R2X
2705759Live migration fails when you perform a live migration of a Hyper-V virtual machine in Windows Server 2008 R2X
2698957Hibernation feature does not work on certain HP Proliant computers that are running Windows 7 SP1 or Windows Server 2008 R2 SP1X
2685893Error messages after you change the 2047 character limit in an environment variable on a computer that is running Windows Vista, Windows 7,  Windows Server 2008 or Windows Server 2008 R2X
2685088The screen saver grace period does not work as expected if the period exceeds 60 seconds on a computer that is running Windows 7 or Windows Server 2008 R2X
2680906Robocopy.exe utility incorrectly skips some files during the file copy or backup process in Windows 7 or in Windows Server 2008 R2X
2675612SUA utilities end unexpectedly when you use them together with wildcard characters in Windows 7 or in Windows Server 2008 R2X
2670838Platform update for Windows 7 SP1 and Windows Server 2008 R2 SP1X
2653312Audio file sounds distorted after you convert the sample rate in Windows 7 or in Windows Server 2008 R2X
2652029Computer name is displayed in the wrong language in the "Devices and Printers" Control Panel item in Windows 7 or in Windows Server 2008 R2XX
2646060An update that selectively disables the Core Parking feature in Windows 7 or in Windows Server 2008 R2 is availableX
2639077Handle leak in Svchost.exe when a WMI query is triggered by using the Win32_PowerSettingCapabilities class in Windows 7 or in Windows Server 2008 R2XX
2635500Issues when you try to display a large TIFF file that contains multiple pages by using Windows Photo Viewer in Windows Vista, in Windows 7,  in Windows Server 2008 or in Windows Server 2008 R2X
2615327You cannot cancel a shrink operation on a volume in Windows 7 or in Windows Server 2008 R2XX
2614892A computer stops responding because of a deadlock situation in the Mountmgr.sys driver in running Windows 7 or in Windows Server 2008 R2X
2607047Event ID 4114 and Event ID 4008 are logged in the DFS Replication log in Windows Server 2008 R2X
2591462A boot LUN can be disabled if it is claimed for use with MPIO in Windows 7 or in Windows Server 2008 R2XX
2559392The List Running Processes test fails when you run the Failover Cluster Validation Wizard on a Windows 7-based or Windows Server 2008 R2-based cluster nodeXX
982018An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Format Disks is availableXX