|
 Navigation: Categories » Computers and technology » microsoft os family
Go to Page# 1 2 3 4
SharePoint Development is Evolving a Great tool for E~learning (02/18/2012) ... The reason for this Is mainly the cost as they need to buy expensive Information Management platforms like Knowledgebridge from Websoft. Sharing of information without interpreting with sensitive issues can be made possible by using Sharepoint software solution. Interactive with Microsoft Office Excel spreadsheet directly from a Web browser through Excel services which are running on Office SharePoint 2007.
One of the greatest advantages of using Sharepoint software is connectivity. The software provides a solid platform for people to come and connect with each other in order to transfer information and data respectively....
Bookmarking websites as favorites (02/17/2012) ... Next you can click the Get More Add-ons button and then click the Find More in the Internet Explorer 8 Add-ons Gallery link in its drop-down menu to open the Microsoft Internet Explorer 8 Add-ons Gallery Internet page on a new tab in your Web browser, where you can download accelerators and Web slices for the browser.
Adding bookmarks to the Favorites toolbar
You may want to add its bookmark as a button on the Internet Explorer 8's Favorites toolbar if you plan to regularly visit the Web site you are bookmarking. In this way, you don't need to worry with opening the Favorites/Feeds/History Explorer bar or the Favorites pull-down menu in order to revisit the site. You follow these two simple steps to add a favorite Web site as a button on the Favorites toolbar:
1. First of all, you need to open Internet Explorer 8 by clicking the Internet Explorer Quick Launch button on the Windows taskbar and then browse to the Internet page that you want to add to the Favorites toolbar....
Web slices in Internet Explorer 8 (02/16/2012) ... After the auction has ended and you have won the lamp, you can remove the button from the Favorites bar by right-clicking it and then selecting Delete from the shortcut menu.
Zooming in on a page
If the text on the Web page which you are visiting is very small for you to read comfortably on your screen then you can click the 100% button on the Status bar which is in the bottom-right corner of the Internet Explorer 8 window. This will zoom in on the page: If you will click once then it will zoom up to 125% magnification and if you will click second time then it will zoom up to a 150% magnification. Clicking this button a third time brings you to 100%. Note that you can also zoom in by using the keyboard and pressing the 'Ctrl' key and the plus key '+'....
Internet Explorer 8 Automatically Completes Address (02/12/2012) ...
Let us take an example. If you click in the address bar, select all the characters in the present Internet address that follow http://www. Which is the standard beginning for most Web addresses and then supersede the last part of the present address with the letter h, AutoComplete opens the address bar drop-down list, displaying all the Web sites that you have visited at the latest whose URL begins with h.
To visit any one of the Internet addresses showed in the address bar drop-down list, You need to simply click that Internet address. Internet Explorer then enters the complete URL of the Web site that you clicked in the address bar and it automatically shows the page
The AutoComplete feature also works when you browse folders on a network or local disk....
Setting up a shared internet connection in Windows XP (12/30/2011) ... When they are both connected there should have
a small icon visible on the taskbar like so:
If they dont seem to be connected to each other then see the troubleshooting section below.
Setting up the server
Instead of using Windows built in ICS,
you can set up a proxy server manually on the server. To do this we're
going to use a proxy server called "Fr eeProxy" - you can download it
for free here or here.
Install FreeProxy then choose "Free Proxy Control Centre" from the
start menu. Once FreeProxy is running click the ports option, then fill
in the protocol as "HTTP Proxy", any name and the local binding as
"Wireless" (you may wish to save setting the local binding until later
to make sure the connection works)....
Find and Replace Registry Keys from a Command Line (12/17/2011) ... First, create a batch file called Regchange2.bat with the following syntax:
regfind -m \\%1 -p HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\parameters "OLDIP" -r "NEWIP"
You will obviously want to replace OLDIP with the old DNS server IP and replace NEWIP with the new DNS server IP.
Now, create a second batch file called regchange1.bat with the following syntax:
for /F %%A in (servers.txt) do (call regchange2....
How to Execute a Command on Each Computer in a Domain (12/14/2011) ...vbs
Option Explicit
Dim oDomain, oService, oItem, oShell
Dim strDomain, strSpec, strCommand, intButton
Dim oArgs, strFinalCommand, oRegEx, boolConfirm
' Prepare to execute commands & do popups
Set oShell = CreateObject("WScript.Shell")
GetArguments
' Access the domain so we can traverse objects
WScript.Echo "Accessing NT Domain " & strDomain
Set oDomain = GetObject("WinNT://" & strDomain)
' Initiate our regular expression support
Set oRegEx = New RegExp
oRegEx.Pattern = strSpec
oRegEx.IgnoreCase = True
' Traverse each computer (WinNT) object in the domain
WScript....
Top Five Tools in Windows 2000 (12/13/2011) ... I use this utility to ping all my servers periodically, watch for low disk space, keep an eye on critical services, and make sure the company intranet is still accessible for my users. For more information, see http://www.purenetworking.net/Products/ServerMonitor/ServerMonitor.htm....
Designing Active Directory for Exchange Server 2007 (12/09/2011) ... It is important to note that Exchange 2007 can only be installed in a Windows Server 2003 Active Directory forest; Windows 2000 Server forests are not supported.
In some cases, there might not be an existing AD infrastructure in place, and one needs to be deployed to support Exchange. In these scenarios, design decisions need to be made for the AD structure in which Exchange will be installed. In some specific cases, Exchange might be deployed as part of a separate forest by itself, as illustrated in Figure 4.1....
Delegate Control of an OU to a User (12/02/2011) ...Get("ntSecurityDescriptor")
Set acl = sec.DiscretionaryAcl
Set ace = CreateObject("AccessControlEntry")
ace.AceType = ADS_ACETYPE_ACCESS_ALLOWED_OBJECT
ace.AccessMask = ADS_RIGHT_DS_CREATE_CHILD Or ADS_RIGHT_DS_DELETE_CHILD
ace.ObjectType = "{BF967ABA-0DE6-11D0-A285-00AA003049E2}"
'User's GUID (schemaIDGuid)
ace....
Automatically Windows Log On After Booting (12/01/2011) ... I also use it all the time on virtual machine images I have running on my laptop.
Automatic login makes things simpler, but it creates a security hole. First, the credentials are stored in clear text in the Registry. Thus, anyone with remote Registry privileges can see the clear text user ID and password. Also, if you have automatic logon set on a laptop, anyone who turns on the laptop is automatically logged in as you....
Bit Mapped Graphics (06/14/2011) ... When a system operates at its limits, putting as many dots on the screen as it is physically capable of handling, the number of dots and the number of pixels are the same. Often, however, systems operate with somewhat less sharpness than they are capable of, with the result that one pixel may be made from several onscreen dots.
The most straightforward way of handling the information to be displayed on such a screen is to assign some part of memory to each pixel, just as two bytes are given over to each character of a character mapped display. In the PC scheme of things, because the data controlling each pixel is stored as one or more memory bits, this kind of display system is often called bit-mapped graphics. Alternately, because each pixel or point on the video screen can be separately addressed through memory, this method of controlling the video display is often called all points addressable graphics or an APA display....
The Evolution of Microsoft Windows ~ Windows XP 64 bit Editions (09/28/2010) ... This means that hardware support may be limited until vendors produce 64-bit driver versions.
2
MS-DOS applications cannot be run.
3) DirectX graphics support does not take advantage of hardware graphics acceleration, so gaming performance will likely be less than satisfactory.
4) DirectX support may be improved in a future Windows version or in a future service pack.
....
MS DOS Alternatives (09/05/2010) ... DR-DOS ultimately did not survive, although various legal battles continued. In 2000, Microsoft paid Digital Research's successor company a reputed $150$200 million to settle suits over the licensing and marketing practices that drove DR-DOS under.
Besides DR-DOS, other operating systems came and went, or came and stayed, including these more popular ones:
OS/2 IBM and Microsoft initially collaborated to create OS/2, a 32-bit protected-mode advanced operating system that was intended to eventually replace DOS. Later versions sported a user interface that served as the inspiration for Windows 95. It was incredibly reliable and seemed to be the future of PC operating systems, but in 1991 Microsoft and IBM parted ways....
DOS Extenders (05/31/2010) ... The acceptance of protected mode operating systems has made DOS extenders superfluous if not obsolete. Most applications that use DOS extenders typically have "386" in their names-for example Paradox 386 or AutoCAD 386-indicating they are part of the 386 generation, and they have disappeared from the market-out of place in a world dominated by Intel's Pentium. Moreover, programs specifically written to use OS/2 or Windows have access to extended memory without the need for a built-in DOS extender. (Of course, programs written for OS/2 or Windows are not DOS applications but OS/2 or Windows applications).
The larger expanses of extended memory add greater potential for program problems....
SharePoint (03/24/2010) ... MOSS provides some additional features beyond what is included with WSS like More Powerful Search Capability, Content Management Capabilities, and Pre-configured Portal Site Templates, Pre-built workflow templates, User Profiles and Profile Store, Site Directory etc.
Why SharePoint (MOSS):
•Portal: Microsoft Office SharePoint Server is a world class Enterprise Portal platform that makes it easy to build and maintain portal sites for every aspect of your business. •Enterprise Content Management: Built on a well-integrated platform, ECM from Microsoft easily extends content management to every information worker in an organization through integration with familiar tools like the Microsoft Office system. The Microsoft ECM solution provides capabilities to manage the entire lifecycle of unstructured content from creation to expiration on a single unified platform. •Enterprise Search: to find relevant content in a wide range of repositories and formats....
Snow Leopard Improves Mac Integration with Microsoft Exchange (10/21/2009) ...95 EU.
A lot of people will want to upgrade for the extended support for Microsoft products. Improved MS Exchange Server support has been built into Mail, iCal, and the Address Book in Snow Leopard. This means that all your email, contacts and to-do lists from Outlook will be viewable on your Mac. Add extra features to this like drag and drop contact lists and alerts for conflicting meetings, and Leopard becomes a shoe-in for Outlook lovers....
Troubleshooting Internet Explorer 7.0 Issues (09/14/2009) ...
Once you've found a broken extension, contact the manufacturer and ask for an update.
(Reference: http://support.microsoft.com/?id=928426)
If IE still crashes often, even when browser add-ons are disabled:
Please ensure that you are running the very latest version of your anti-virus, anti-malware, and/or firewall programs.
Please ensure that the drivers for your graphics card are up to date....
Go to Page# 1 2 3 4
|
|
|
Managing Startup Programs under Windows XP - Besides ensuring that your computer has adequate memory, one of the next best ways to improve your subjective experience of Windows' speed is to make the logon process faster. The logon proce (more...)
How to Configure Automatic Updates in Windows XP - Automatic Updates is a mechanism with an awkwardly plural-sounding name by which Microsoft or corporate network managers distribute critical security updates to Windows users. Fixes sent by thi (more...)
MS DOS Versus PC DOS - With modern PCs having a very high level of standardization and compatibility, today it is easy to see how Microsoft can market complete packaged operating systems that will install and work (more...)
How to Update DirectX ~ Advantages - Although most Windows applications place fairly low demands on the display system, putting up fairly static displays and updating them relatively infrequently, interactive games and video dis (more...)
Using Simple File Sharing in Windows - Although most home users are typically happy letting anyone at any computer read or modify any file, business users need to restrict access to files with payroll, personnel, and proprietary i (more...)
How to install Windows and Installation Types - Deciding on the type of installation to perform is dictated by many factors, such as the following:
Is there an operating system currently installed? If so, do you wan (more...)
How to adjust Text Icons and Window Element Sizes - If you find the items on the screen difficult to read or see, you can either lower the screen resolution, which makes everything larger but blurrier, or ask Windows to make the elements themselves (more...)
DOS Versions - Let's take a look at the actual nuts and bolts that constituted each version of DOS.
DOS 1.x
PC DOS 1.0 was introduced along with the IBM PC on August 12, 1981, and supported (more...)
How to Configure Multiple Monitors under Windows - Windows quite nicely supports the use of two or more monitors; Windows can stretch your desktop across up to 16 of them. Sixteen may be overkill, but even two 15" monitors, with about the same (more...)
|
|
|