Skip to main content

Home/ Windows and Microsoft information/ Group items tagged id

Rss Feed Group items tagged

Jessica Olsen

Cmdkey - 0 views

  • Syntax Copy cmdkey [{/add:<TargetName>|/generic:<TargetName>}] {/smartcard|/user:<UserName> [/pass:<Password>]} [/delete{:<TargetName>|/ras}] /list:<TargetName> Parameters   Parameters Description /add:<TargetName> Adds a user name and password to the list. Requires the parameter of <TargetName> which identifies the computer or domain name that this entry will be associated with. /generic:<TargetName> Adds generic credentials to the list. Requires the parameter of <TargetName> which identifies the computer or domain name that this entry will be associated with. /smartcard Retrieves the credential from a smart card. /user:<UserName> Specifies the user or account name to store with this entry. If UserName is not supplied, it will be requested. /pass:<Password> Specifies the password to store with this entry. If Password is not supplied, it will be requested. /delete{:<TargetName> | /ras} Deletes a user name and password from the list. If TargetName is specified, that entry will be deleted. If /ras is specified, the stored remote access entry will be deleted. /list:<TargetName> Displays the list of stored user names and credentials. If TargetName is not specified, all stored user names and credentials will be listed. /? Displays help at the command prompt.
  • o display a list of all user names and credentials that are stored, type: Copy cmdkey /list
  • To add a user name and password for user Mikedan to access computer Server01 with the password Kleo, type: Copy cmdkey /add:server01 /user:mikedan /pass:Kleo To add a user name and password for user Mikedan to access computer Server01 and prompt for the password whenever Server01 is accessed, type: Copy cmdkey /add:server01 /user:mikedan To delete the credential that remote access has stored, type: Copy cmdkey /delete /ras To delete the credential that is stored for Server01, type: Copy cmdkey /delete:Server01
Jessica Olsen

Backup related repeated Warnings ID 51: An error was detected on - Microsoft Community - 0 views

  •  
    "Hey!  I have had the same event errors as well.  I have been having trouble with the GUI operating properly in Windows 7 Home Premium 64-bit PC.  I have tried everything.  I can't navigate in windows b/c when I click on something it just flashes and disappears, such as drop down menus and forget hitting like on Facebook.  I feel like I have tried everything to fix it.  I have a HP-G6 Pavilion 15 inch Display and it has been a good computer up til now.  It supposedly has an AMD64 tri-core processor.  I installed the drivers like the Lenovo website suggested for the drivers that didn't come pre-installed om my refurbished HP Laptop.  The graphics are really jumpy and when I log on or off, the screen goes black.  I think I have a bad driver.  To boot, my desktop has an Intel Pentium product in it and it was fine.  I had the laptop and the PC connected on the Home User Groups feature on windows 7 because it was very convenient for me to be able to access my files no matter which one I used.  Well I got hacked and my id stolen, so I had to change my network location to Public no matter what.  It doesn't allow Home Users Networks and my PC and my PC  does not use the wireless access point at all.  So I looked on my Lenovo's drivers store, as it started to act like the registry was corrupt, and I found out that my PC thought it had the AMID 64 tri-core processor.  It was installed apparently, over  some point and I think that's the reason I had to wipe my PC clean and Re-Install windows on it.  I think the network was so open that Windows Updates and hardware were confusedly traded by my machines.  So I found all the old AMD 64 files in my PC Desktop Windows Folder in the Driver Store.  Anyway,  I have tried everything to get my PC and Laptop healthy and the registry intact.  I generated a system health report and it said there is something wrong with ,y hard drives.  This afternoon, my USB ports on the front of the Desktop were
Jessica Olsen

How to enable the Memory Diagnostic test for 2007 Office products on a Windows Server-b... - 0 views

  • Let me fix it myselfIf you want to test memory on the Windows Server-based computer, you can change the registry to enable Memory Diagnostic. To do this, follow these steps.Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.Log on to the Windows Server-based computer by using administrator credentials.Click Start, click Run, type regedit in the Open box, and then click OK.Expand the following subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Common\OffDiagClick OffDiag, and then locate the DoNotTestMemory entry in the right pane.Right-click DoNotTestMemory, and then click Modify.In the Value data box, delete 1, type 0 (zero), and then click OK.Exit Registry Editor. Note When Memory Diagnostic is enabled, any user on the server can test memory. Did this fix the problem?Check whether the problem is fixed. If the problem is fixed, you are finished with this section. If the problem is not fixed, you can contact support (http://support.microsoft.com/contactus) .We would appreciate your feedback. To provide feedback or to report any issues with this solution, please leave a comment on the "Fix it for me (http://blogs.technet.com/fixit4me/) " blog or send us an email (mailto:fixit4me@microsoft.com?Subject=KB) message.
  •  
    Enable Memory Diagnostic for Office 2007 : Office Diagnostics.
Jessica Olsen

Event ID 4107 Microsoft Windows CAPI2 - TechNet Articles - United States (English) - Te... - 0 views

  • essage Failed extract of third-party root list from auto update cab at: <http://www.download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab> with error: A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
Jessica Olsen

Configure a Service Item - 0 views

  • rvice name Type the unique name for the service, or click Browse (…) to select a service from a list of installed services on the current computer. Important A service's unique name does not always match its display name. For example, the unique name of the Server service is LanmanServer
  •  
    Helps one understand what setting mean and do in the service snap-in for windows under Administrative tools.
Jessica Olsen

Event ID 6001 - Windows Logon Availability - 0 views

  •  
    Make more resources available. Troubleshooting and answers. Technet.
Jessica Olsen

Windows 7 Manageability Overview - 0 views

  • PowerShell Integrated Scripting Environment PowerShell scripts are standard text files. With Windows Vista and earlier versions of Windows, the built-in editor was Notepad. While Notepad is perfect for quickly editing text files, and it is sufficient for writing scripts, a more robust editor would enable IT professionals to learn, create, and debug scripts more efficiently. Windows 7 includes the PowerShell Integrated Scripting Environment (ISE), a graphical PowerShell development environment with debugging capabilities and an interactive console, as shown in Figure 1.
  • PowerShell Cmdlets Cmdlets (pronounced command-lets) are one of the most powerful features of PowerShell. A cmdlet is a task-oriented command that is used in the Windows PowerShell environment. For example, PowerShell includes cmdlets that: Append text to a file Read and write XML files Manage services Manage files and folders PowerShell 2.0 supports over 500 new cmdlets to manage client computers and servers, edit the registry and file system, perform WMI calls, and connect the powerful .NET Framework development environment. You can also extend PowerShell by creating custom cmdlets or use community-developed extensions.
Jessica Olsen

How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.ex... - 0 views

  • How to view the log file loadTOCNode(3, 'moreinformation'); The SFC.exe program writes the details of each verification operation and of each repair operation to the CBS.log file. Each SFC.exe program entry in this file has an [SR] tag. The CBS.log file is located in the %windir%\Logs\CBS folder.Note The Windows Modules Installer service also writes to this log file. (The Windows Modules Installer service installs optional features, updates, and service packs.)
Jessica Olsen

A Support Guide for Wireless Diagnostics and Troubleshooting - 0 views

  • This article assumes knowledge of IEEE 802.11-based wireless LAN networking including related technologies such as IEEE 802.1X and Wi-Fi Protected Access (WPA™). This article is not meant to be a detailed explanation of the inner workings of the Windows Wireless Zero Configuration service. For basic knowledge of wireless networking, see the Windows Server 2003 Wireless Networking Web site
  • he first step to take for a wireless issue is to gather information that might be needed to perform a preliminary diagnosis, including the following:
  • Wireless logs. Logging can be enabled through the netsh ras set tracing * en command. After enabling logging, you can either restart the computer or restart the Wireless Zero Configuration (for Windows XP) or Wireless Configuration (for Windows Server 2003) service with the net stop wzcsvc and net start wzcsvc commands. The wireless logs are located in the systemroot\tracing folder. The log files most useful for troubleshooting wireless issues are the following:
  • ...1 more annotation...
  • Symptom Diagnosis For the times that an immediate or trivial solution is not apparent, symptomatic analysis is best used to determine where you should look next. Symptoms and Solutions Table 1 lists common issues, causes, and likely solutions.
1 - 12 of 12
Showing 20 items per page