Skip to main content

Home/ Windows and Microsoft information/ Group items tagged Microsoft

Rss Feed Group items tagged

Jessica Olsen

Making Word Remember My Settings (Microsoft Word) - 0 views

  • n general, you'll want to find your copy of Normal.dot (or Normal.dotm) and make sure that it is only you that can make changes to it. Load the file directly in Word, and then make your configuration changes. Save the file again and then—for added protection—get out of Word and make the file read-only.
  • Of course, the problem may not be in your Normal.dot file at all. It could be that somehow the Registry key used for some of your Word settings has become corrupted. The only solution to this problem is to delete the key, restart Word, and then make your settings again. Follow these steps: Exit Word. Start your favorite Registry editor. Locate the following data key. (This data key, as shown below, is for Word 2003. If you are using Word 97, replace 11.0 with 8.0; for Word 2000 replace it with 9.0; for Word 2002 replace it with 10.0; and for Word 2007 replace it with 12.0.) HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Data Rename the entire key to something else, or simply delete it. Close the Registry editor. Restart Word.
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

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.
charlessterling

Comparisons between Window 7 Versions - 0 views

  •  
    Windows Ultimate version has everything with Bit-Locker encryption technology with extra security guaranteed to your hard drives in the current generation of laptop and portability extortion. Windows 7 Ultimate supports 35 languages for user benefits according to Microsoft.
  •  
    Windows Ultimate version has everything with Bit-Locker encryption technology with extra security guaranteed to your hard drives in the current generation of laptop and portability extortion. Windows 7 Ultimate supports 35 languages for user benefits according to Microsoft.
charlessterling

Microsoft Office Home and Business 2010 - 0 views

  •  
    Application consists of word, excel and PowerPoint which are helpful for users. Office Home and Business 2010 version of software is worth using for professional users.
  •  
    Application consists of word, excel and PowerPoint which are helpful for users. Office Home and Business 2010 version of software is worth using for professional users.
knowyourhandheld

Surface 3 (4G LTE) to be available soon | KnowYourHandheld - 0 views

  •  
    In April of this year, Microsoft added the Surface 3 to its convertible tablet cum laptop: Surface series. The Surface 3 which runs Windows 8.1 OS inside and comes preloaded with Microsoft Office is a cheaper option in this particular line of device and now the 4G LTE version of it as announced earlier will be launched very soon in select European markets from July 3rd onwards and will become available in the US later.
Jessica Olsen

The Windows 7 startup process is slow when you create many restore points - 0 views

  •  
    hotfix request to get by email for Windows 7 Performance Problems caused by too many restore points recorded.
Jessica Olsen

Windows 7 Security Baseline - 0 views

  • The .cab file for the Windows 7 SP1 security baseline includes the following components: Win7SP1 BitLocker Security Compliance 1.0 Win7SP1 Computer Security Compliance 1.0 Win7SP1 Domain Security Compliance 1.0 Win7SP1 User Security Compliance 1.0 Windows 7 SP1 Security Guide.docx Win7SP1_IT_GRC_MCA_MP.cab
Jessica Olsen

Diagnose and repair crashing Office programs by using Office Diagnostics - Access - Off... - 0 views

  • Disk Diagnostic     This test looks for evidence of problems with your hard disk. Specifically this test checks for errors logged by the following: The Windows system event log. The Self-Monitoring, Analysis and Reporting Technology (SMART) feature of your hard disk. SMART is a feature that some disk drive manufacturers provide to give users advance notice of potential hard disk failure
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

How to Install Windows 7 Without the Disc | PCWorld - 0 views

  • The above links point to Digital River, a licensed distributor of Microsoft software. These downloads are each over 3GB, and your product key will work only with your edition of Windows, so make sure to select the right one.
Jessica Olsen

File shares on iSCSI devices may not be re-created when you restart the computer - 0 views

  • Make the Server service dependent on the iSCSI Initiator service
  • If you have administrative access to the server, you can perform this command from a network computer. To do this, type the following command, and then press ENTER: sc \\computer_name config LanManServer depend= Samss/Srv/MSiSCSI
‹ Previous 21 - 40 of 83 Next › Last »
Showing 20 items per page