Resources

Configuring Shared Resources in Windows 11: Workgroups, Homegroups, and Beyond

Ready to start learning? Individual Plans →Team Plans →

A Windows 11 PC can show the network and still fail to open a shared folder or printer. That is usually not a “network is down” problem; it is a discovery, permission, or sharing-model problem. If you need workgroup windows 11 settings, folder sharing, or printer access to actually work, this guide walks through the practical fixes that matter.

Featured Product

Free Windows 10 Courses Online

NO CREDIT CARD REQUIRED Our Free windows 10 courses online is committed to providing an in-depth understanding of Installing and Configuring Windows 10. This video series includes three primary topics – Implementing Windows, Supporting Core Services & Maintaining Windows along with their respective subtopics that are listed on Microsoft's website. Let this tutorial guide you through every section so that by the end of it, you will have a comprehensive knowledge about installing and configuring the said software!

View Course →

Quick Answer

Workgroup Windows 11 sharing is a peer-to-peer model where each PC manages its own access to folders, printers, and other shared resources. Windows 11 no longer uses Homegroup; instead, it relies on network discovery, File and Printer Sharing, SMB, and local permissions. For small networks, that is often enough if the network is set to Private and sharing is configured correctly.

Quick Procedure

  1. Set the network profile to Private.
  2. Turn on Network discovery and File and printer sharing.
  3. Confirm both PCs are in the same Workgroup.
  4. Share the folder or printer and assign the right permissions.
  5. Test access using the host PC name or \computernameshare.
  6. Check firewall rules, SMB access, and saved credentials if it still fails.
Primary Topicworkgroup windows 11 sharing
Current Windows 11 ModelManual sharing with network discovery, SMB, and permissions as of September 2026
Homegroup StatusRetired and not included in Windows 11 as of September 2026
Best FitHomes, classrooms, and small offices with a few PCs and shared printers
Common Access Method\computernameshare and File Explorer sharing as of September 2026
Security BaselinePrivate network profile, least privilege, and password-protected access as of September 2026
Troubleshooting PriorityNetwork profile, discovery, sharing permissions, firewall, and SMB access

That setup is also a useful skill for anyone taking the CompTIA A+ path. It overlaps with the kind of day-to-day support work covered in IT foundations, including the kind of file and printer sharing issues often introduced in Network troubleshooting and Windows configuration labs from ITU Online IT Training.

Understanding Shared Resources in Windows 11

Shared resources are folders, printers, drives, and other items made available to other devices on the local network. In Windows 11, those resources are usually exposed through SMB-based sharing, which is why a device can be visible in File Explorer but still refuse access if permissions are wrong.

There are two broad sharing models. Peer-to-peer sharing means each computer controls its own shares and users. Server-based sharing places files, permissions, and authentication on a dedicated server, which gives you centralized control but more overhead.

Peer-to-peer sharing is still common in homes and small offices because it is cheap, simple, and good enough for a few devices. A home office might share one printer, one accounting folder, and one backup drive without needing a full Server. That saves money and avoids the complexity of domain administration.

Windows 11 sharing works best when you treat visibility and access as two separate problems: discovery shows the resource, permissions decide whether it opens.

This distinction matters because many support calls start with “I can see the folder, but I cannot open it.” In that case, the network may be fine, but the share permissions, local account credentials, or firewall rules are blocking the connection. The Microsoft SMB overview explains why SMB remains the core protocol for this type of access in Windows environments.

Shared resources also reduce duplication. Instead of copying the same files to five laptops or buying five printers for one small team, you centralize what people need most. That keeps storage cleaner, printing simpler, and support calls shorter.

Why Shared Resources Matter in Small Networks

Small networks rarely need enterprise infrastructure just to let people print or open a shared folder. A classroom, small law office, or home office usually needs straightforward access, not directory services, complex policies, or a dedicated file team.

The practical value is easy to see. A teacher may want one folder for assignments, one printer for the room, and a shared drive for handouts. A small business may want one workstation hosting a scanner output folder and another PC sharing a label printer. In both cases, the users care about outcomes, not protocol names.

Note

Home and small office sharing works only when discovery, permissions, and the network profile agree with each other. If one of those pieces is wrong, the resource can appear online but still fail on access.

That tradeoff is the core issue. Local sharing is simple to set up, but it does not give you centralized login control, auditing, or one-place management. A server-based model gives more control, but it is harder to run and usually unnecessary for a handful of machines.

This is also where support technicians earn their keep. Most users do not say, “I think SMB over TCP is misconfigured.” They say, “It sees the network but cannot connect.” The fix is usually in the basics: Private network profile, enabled sharing, correct permissions, and a valid account.

For reference, Microsoft documents the current Windows sharing model in Microsoft Support, while the broader need for small-business usability and simple network configuration aligns with the networking skills emphasized by the CompTIA A+™ certification. BLS also tracks broad support roles such as computer support specialists at BLS Occupational Outlook Handbook, which reinforces how common this kind of troubleshooting remains.

What Is a Workgroup in Windows 11?

Workgroup is a peer-to-peer Windows network model where each PC manages its own local users, shares, and permissions. In workgroup windows 11 setups, there is no central login server controlling access across the environment.

That makes workgroups a practical fit for small networks. If you have three home PCs and one shared printer, it is often easier to keep them in a workgroup than to build a centralized domain just to share files. The model is simple, but it also means every machine must be configured correctly on its own.

Here is the important part: a shared workgroup name does not grant access by itself. It may help devices appear together in browsing lists, but actual access still depends on network discovery, share permissions, NTFS permissions, and valid credentials.

  • Best for: homes, classrooms, micro-offices, and lab environments.
  • Not ideal for: larger businesses that need centralized identity, policy, and auditing.
  • Main benefit: low setup overhead.
  • Main limitation: more manual troubleshooting.

Microsoft’s current file sharing documentation on learn.microsoft.com shows that SMB access and local permissions still do the real work under the hood. If the workgroup is fine but the permissions are wrong, the connection still fails.

How Does a Workgroup Function in Practice?

A workgroup does not require a domain controller or dedicated file server. Each PC can share its own folders or printers while keeping its own local accounts and security settings.

That is convenient, but it also means there is no automatic enforcement. One PC can allow access to “Everyone,” another can require a specific local user, and a third can have discovery turned off entirely. The result is a network that looks connected but behaves inconsistently.

In practice, technicians usually check workgroup sharing device by device. They confirm that the host PC is sharing the resource, verify the network profile, test by UNC path such as \PCNAMEShareName, and then compare that result to another device on the same network.

  1. Check the host device first. Make sure the folder or printer is actually shared on the PC that owns it.
  2. Verify local accounts. If the share expects a username and password, the remote device must present valid credentials.
  3. Test name resolution. If browsing fails, try the hostname directly with a UNC path.
  4. Confirm firewall rules. Windows Defender Firewall can block discovery or SMB traffic even when sharing is enabled.

Many users assume “same workgroup” means “automatic access.” It does not. The workgroup name is only one piece of the puzzle, and often not the most important one. Permissions and network settings matter more.

That is why workgroup troubleshooting is usually hands-on. If one device fails, you do not just change one setting and move on. You verify the entire chain from discovery to authentication to access rights.

Homegroup: What It Was and Why It Matters Now

Homegroup was Microsoft’s older consumer-friendly feature for simplifying file and printer sharing in home networks. It was designed to reduce the setup steps that many casual users found confusing.

Homegroup matters now mainly because older guides still mention it. Windows 11 does not include Homegroup, so following old instructions can waste time. If a tutorial tells you to “join a Homegroup,” that guidance is obsolete for Windows 11.

The original idea was straightforward. Microsoft wanted a simpler way to share files, printers, and media without asking users to understand every permission layer. That was useful for a while, but it did not scale well across mixed environments or modern security expectations.

Homegroup solved convenience, but Windows 11 prioritizes flexibility and control.

That shift explains the current state of sharing. Microsoft moved toward manual sharing controls, SMB, network discovery, and OneDrive-style cloud access because those tools work across home and business use cases. The tradeoff is clear: you get more control, but you also have more configuration points to check.

If you are researching older systems or reading archived support threads, treat Homegroup as historical context, not a current Windows 11 feature. The right fix today is to configure the network, share the resource, and assign permissions manually.

What Are the Modern Alternatives to Homegroup in Windows 11?

The modern Windows 11 approach is manual sharing through File Explorer, network discovery, and permission settings. That is less automatic than Homegroup, but it is more flexible and better aligned with current security practices.

For file access, the practical alternatives include shared folders, SMB network paths, and cloud-backed storage like OneDrive when users do not need a true local network share. For printers, you can use a PC-hosted shared printer or a direct network printer that exposes itself over the LAN.

  • Shared folders: Best for local collaboration on the same network.
  • SMB shares: Best for Windows-to-Windows access and standard LAN file sharing.
  • OneDrive: Best when users need file access across multiple locations and devices.
  • Network printers: Best when the printer has its own IP address and does not depend on one PC being online.

Microsoft’s guidance on network discovery and sharing shows the current model clearly: turn on the right features, then apply the right permissions. There is no single “one-click” Homegroup replacement.

That approach is less friendly for beginners, but it gives technicians more control. You can share one folder with read-only access, another with edit rights, and a printer with only a few trusted users. That level of control matters in small offices where not every file should be visible to everyone.

How Do You Set Workgroup Windows 11 Membership?

You set workgroup windows 11 membership by checking the device’s system name and joining it to the desired workgroup name in system settings. In most cases, the default workgroup name is fine, but matching names across small networks can make device discovery cleaner.

Changing the workgroup is useful when you want a group of PCs to sit under the same label in a small environment. It is not required for sharing to work, and it will not fix permissions problems by itself. If discovery and sharing are disabled, a perfect workgroup name changes nothing.

  1. Open system information. Check the current computer name and workgroup under system properties.
  2. Compare names across devices. Make sure the PCs you want grouped are using the same workgroup label.
  3. Change the workgroup if needed. Use the Windows system dialog to join the new workgroup name.
  4. Restart the device. Name and membership changes usually need a reboot to apply cleanly.
  5. Retest discovery. Confirm the other PCs and shares appear after the restart.

Be selective about this step. If the network already works, changing the workgroup name is often unnecessary. The bigger wins usually come from setting the correct network profile and enabling sharing properly.

Microsoft documents device identity and sharing behavior in Windows management guidance at Microsoft Learn, which is the right reference point when you want current Windows behavior rather than old Homegroup-era advice.

How Do You Enable Network Discovery and File Sharing?

Network discovery is the feature that lets Windows 11 find other devices on the local network. File and printer sharing is the feature that exposes shared resources so others can connect to them.

These are not the same thing. Discovery makes the device visible; sharing makes the resource usable. If one is on and the other is off, you get partial success and confusing symptoms.

  1. Set the network to Private. Windows blocks more sharing on Public networks for safety.
  2. Open advanced sharing settings. Turn on discovery and file/printer sharing for the Private profile.
  3. Check the host firewall. Make sure inbound sharing rules are not disabled.
  4. Test from another PC. Try opening the share by hostname or IP address.
  5. Confirm the share is visible. If it does not show up, the problem is usually discovery, firewall, or name resolution.

The network profile matters a lot here. A Public profile is designed to be restrictive because it assumes untrusted environments like coffee shops or airports. A Private profile allows the sharing behavior you usually want on a trusted LAN.

Warning

If you leave a device on a Public network profile and expect normal file sharing, Windows will often block the exact traffic you need. Always verify the profile before digging into more complex troubleshooting.

For official guidance, see Microsoft Support and Windows security recommendations from Microsoft Learn.

How Do You Share Folders the Right Way?

To share a folder correctly, choose a folder, enable sharing, and assign access to specific users or groups. The goal is not to expose everything on the disk. The goal is to expose only the data people need.

The biggest mistake is ignoring the difference between Share permissions and NTFS permissions. Share permissions apply over the network share itself, while NTFS permissions apply to the file system on the local drive. The effective access is usually the most restrictive combination of the two.

  1. Select a dedicated folder. Use a folder built for sharing instead of opening a whole drive.
  2. Right-click and share it. Choose the sharing options and define who can access it.
  3. Set the access level. Use read-only for reference files and modify rights only when editing is necessary.
  4. Match NTFS permissions. Confirm the local file system permissions do not block the share.
  5. Test with a second account. Make sure access works exactly the way you intended.

Descriptive names help later. A folder named Shared-Accounting is easier to support than New Folder 3. The same goes for user groups. The cleaner your naming, the less time you spend decoding permissions six months later.

For Windows file-sharing details, Microsoft’s SMB documentation on file server and SMB features is the most reliable place to confirm behavior. If you are building a lab for practice, this aligns well with the Windows configuration concepts taught in ITU Online IT Training’s Free Windows 10 Courses Online material.

How Do You Share Printers in Windows 11?

Printer sharing lets one device make a printer available to other devices on the network. This is common in a home office where one PC is physically attached to the printer and the rest of the devices need to print through it.

There are two common printer models. A shared local printer depends on one PC being powered on and reachable. A direct network printer has its own IP address and can often be reached without tying it to a specific workstation.

  1. Install the printer on the host PC. Confirm it prints locally first.
  2. Enable sharing. Make the printer available to the network.
  3. Check discovery. Make sure other devices can actually see the host PC.
  4. Add the printer from the client PC. Use the network printer path or browse to the host.
  5. Verify driver compatibility. A missing or wrong driver can look like a network failure.

Printer issues often fool people because the driver is installed yet the printer still does not work. The real problem may be discovery, permissions, spooler service issues, or firewall restrictions. If the printer is network-attached, the printer itself may be the device that needs attention rather than the host PC.

For official printer and Windows support behavior, use Microsoft Support. For small-network troubleshooting, the same basic rule applies: if the printer is visible but unreachable, check network profile, sharing, and access rights before replacing the driver.

What Permission Basics Should Every Technician Know?

Permissions decide who can actually use the share. Visibility alone does not mean access. A folder may appear in a browse list, but a user without permission still cannot open it.

Everyone access is convenient, but it is not always a good choice. In small networks, it can make quick testing easier, yet it also increases the chance that the wrong person can see or modify the wrong data. The better long-term habit is to use named users or groups.

  • Read: users can open files but not change them.
  • Change: users can add, edit, and delete files.
  • Full control: users can also change permissions and ownership.

Credential prompts matter too. Windows sharing often expects a username and password from the host PC or a matching local account. If the client PC sends the wrong cached credentials, access can fail even when the share settings are correct.

The principle of least privilege is the best rule here. Give users the smallest level of access that still lets them do the job. That reduces accidental deletions, accidental edits, and unnecessary exposure of sensitive files.

For identity and access concepts that affect Windows environments, see Microsoft Learn identity documentation. It is the same basic access-control logic whether you are dealing with a single workgroup PC or a larger managed environment.

How Do You Troubleshoot Common Sharing Problems?

The most common symptom is simple: a device appears in the network list, but the share will not open. The next most common one is a visible printer that refuses to print. In both cases, the problem usually sits in the same few places.

  1. Check the network profile. Make sure the device is on Private, not Public.
  2. Verify discovery and sharing. Confirm both are enabled on the host PC.
  3. Test the path directly. Use \HOSTNAMEShareName instead of browsing.
  4. Look at credentials. Clear saved credentials and try again if Windows is reusing the wrong account.
  5. Check SMB and firewall settings. A blocked port or disabled rule can stop everything.
  6. Test from another device. This separates host problems from client problems fast.

Host-name resolution is another common failure point. If the name does not resolve, try the host’s IP address. If IP works but the name does not, the problem is more likely DNS, local name resolution, or discovery.

On modern Windows systems, SMB 3.x is the standard family behind most file sharing. If you need a deeper technical reference, Microsoft’s SMB overview is the right place to confirm supported behavior and terminology.

Pro Tip

If one PC can access the share and another cannot, compare the two devices instead of changing random settings. The difference is often a single cached credential, firewall rule, or network profile.

What Security Considerations Matter When Sharing Resources?

Sharing should never be enabled casually. If other devices can reach the network, then every shared folder and printer becomes a security decision. The same convenience that helps a small office can also expose sensitive files if the setup is too broad.

Guest-style access is tempting because it removes friction, but it creates auditing and accountability problems. If everyone can connect without a named account, it becomes much harder to know who changed a file or accessed a folder. That is a bad trade in any environment where data matters.

  • Use strong passwords on local accounts that can access shares.
  • Limit access to trusted users and devices only.
  • Avoid sharing whole drives when a single folder will do.
  • Review access regularly as people and devices change.
  • Separate sensitive data from general collaboration folders.

Security is also about trust boundaries. A home office may trust every device on the LAN, while a classroom or shared workspace may not. The correct share settings depend on the environment, not on convenience alone.

For current security guidance on Windows sharing and access control, use Microsoft Learn Security. The same least-privilege logic also appears in broader security frameworks such as NIST Cybersecurity Framework, which reinforces how important controlled access is even in small environments.

How Do You Choose Between Peer-to-Peer and Server-Based Sharing?

Peer-to-peer sharing is the right choice when you have a small number of devices and limited administrative overhead. Server-based sharing is better when you need centralized permissions, auditing, backup control, or login management.

The key difference is control. With peer-to-peer sharing, each PC owns its own shares and user accounts. With a server, one place controls access, which makes administration easier as the network grows. The tradeoff is cost and complexity.

Peer-to-Peer Simple, low cost, and practical for a few devices, but requires manual setup on each PC.
Server-Based Centralized, scalable, and easier to audit, but requires more infrastructure and administration.

If you are running a home office, peer-to-peer may be enough for years. If you are managing a growing business, you will eventually want centralized identity and shared storage that can be backed up and monitored from one place. That is where a domain-backed environment becomes more attractive than a simple Workgroup.

For workforce context, the BLS Occupational Outlook Handbook continues to show steady demand for administrators who can manage network access and shared systems. That does not mean every small office needs a server. It means the ability to choose the right model matters.

What Are the Best Practices for Reliable Windows 11 Sharing?

Reliable sharing comes from consistency. When settings vary from one PC to another, troubleshooting gets slow fast. The easiest way to avoid that is to standardize the basics and keep the configuration simple.

  1. Keep Windows updated. Updates often fix SMB, discovery, and compatibility issues.
  2. Use clear names. Name PCs, folders, and printers in a way users can recognize immediately.
  3. Standardize network profiles. Use Private on trusted internal networks and reserve Public for untrusted spaces.
  4. Document shares and permissions. Write down who owns each resource and who should access it.
  5. Review access regularly. Remove outdated users and stale shares.
  6. Test after changes. Do not assume a setting worked just because it saved.

Documentation saves time later. If a printer stops working, you want to know who owns it, how it is shared, and what credentials are expected. If a folder disappears from browse lists, you want to know whether discovery was ever enabled in the first place.

For modern Windows administration practices, Microsoft’s own guidance remains the most useful reference. Use Microsoft Learn for current behavior, then apply the same discipline to your small network that you would use in a larger environment.

Key Takeaway

Windows 11 sharing is usually fixed by checking the Private network profile, turning on discovery and file/printer sharing, and applying the right permissions.

Homegroup is gone, so modern Windows 11 depends on manual sharing through SMB and File Explorer settings.

Same workgroup name helps organization, but it does not replace permissions, credentials, or firewall rules.

If a share is visible but not accessible, troubleshoot the host PC first, then the network profile, then access control.

Featured Product

Free Windows 10 Courses Online

NO CREDIT CARD REQUIRED Our Free windows 10 courses online is committed to providing an in-depth understanding of Installing and Configuring Windows 10. This video series includes three primary topics – Implementing Windows, Supporting Core Services & Maintaining Windows along with their respective subtopics that are listed on Microsoft's website. Let this tutorial guide you through every section so that by the end of it, you will have a comprehensive knowledge about installing and configuring the said software!

View Course →

Conclusion

Windows 11 sharing works when the basics line up: the network is trusted, discovery is enabled, the resource is shared, and permissions allow access. A workgroup windows 11 setup can be very effective for homes, classrooms, and small offices, but it is not automatic. Every device still needs correct configuration.

Homegroup is gone, but the goal behind it is still alive. Microsoft replaced one-click consumer sharing with a more flexible model built around SMB, network discovery, and manual permissions. That approach is less friendly at first, but it gives you better control and works across more kinds of environments.

When a PC can see the network but cannot reach a folder or printer, start with the simplest checks: network profile, discovery, sharing settings, and permissions. That is usually where the problem lives, and it is usually where the fix lives too.

If you want to build these Windows fundamentals into a stronger support skill set, ITU Online IT Training’s Free Windows 10 Courses Online is a practical place to reinforce the configuration habits that also apply to Windows 11. Those habits make troubleshooting faster, cleaner, and much less frustrating.

CompTIA® and A+™ are trademarks of CompTIA, Inc.

[ FAQ ]

Frequently Asked Questions.

How do I set up a workgroup in Windows 11 for sharing files and printers?

To set up a workgroup in Windows 11, first open the Settings app and navigate to the ‘Network & Internet’ section. Select ‘Advanced network settings’ and then click on ‘Change adapter options’. Right-click your active network connection and choose ‘Properties’.

In the ‘Network’ tab, ensure that ‘Network discovery’ and ‘File and printer sharing’ are enabled. Then, go to the ‘Control Panel’, select ‘System and Security’, and click on ‘System’. Under ‘Computer name, domain, and workgroup settings’, click ‘Change settings’.

In the ‘System Properties’ window, click ‘Change…’ next to ‘To rename this computer or change its domain or workgroup, click Change’. Enter your desired workgroup name (common names include ‘WORKGROUP’ or any custom name). Click ‘OK’ and restart your PC for the changes to take effect. This setup allows Windows 11 PCs to discover each other and share resources seamlessly within the same workgroup.

What are the common permission issues when sharing folders in Windows 11?

Permission issues are a frequent cause of sharing failures in Windows 11. When a shared folder isn’t accessible, it’s often because the user account lacks the necessary permissions. To resolve this, right-click the folder, select ‘Properties’, then go to the ‘Sharing’ tab and click ‘Advanced Sharing’.

Ensure that ‘Share this folder’ is checked, then click ‘Permissions’. Here, you can add specific user accounts or groups and assign them ‘Read’ or ‘Change’ permissions. For more granular control, also review the folder’s ‘Security’ tab to verify NTFS permissions.

Additionally, confirm that network profiles are set to ‘Private’ rather than ‘Public’, as Windows 11 applies stricter sharing rules on public networks. Adjust user account settings and permissions carefully to avoid unauthorized access while ensuring legitimate users can access shared resources.

How does the sharing model differ between workgroups and Homegroups in Windows 11?

In Windows 11, workgroups operate on a peer-to-peer sharing model where each computer manages its own sharing permissions independently. This setup is flexible and suitable for small networks where users need direct access to shared folders and printers.

Homegroups, on the other hand, provided a simplified sharing experience in earlier Windows versions but have been deprecated in Windows 11. Now, Windows 11 primarily relies on workgroup sharing and other methods, such as Microsoft accounts or OneDrive for cloud-based sharing. For local network sharing, setting up a workgroup is the recommended approach to enable resource sharing without complex configurations.

Understanding this distinction helps users choose the appropriate sharing method, especially when configuring access permissions and network discovery settings for seamless resource sharing in Windows 11 environments.

Why can’t my Windows 11 PC see shared resources on other devices?

If your Windows 11 PC cannot see shared resources on other devices, the issue often involves network discovery, firewall settings, or sharing configurations. First, verify that ‘Network discovery’ is enabled on your PC via ‘Settings’ > ‘Network & Internet’ > ‘Advanced network settings’.

Next, check the firewall settings to ensure that file and printer sharing are allowed through Windows Defender Firewall. You can do this by opening ‘Windows Security’, navigating to ‘Firewall & network protection’, and reviewing the allowed apps and features.

Additionally, ensure the other device’s sharing settings are configured correctly, and that both devices are on the same workgroup or network. Restarting the network connection or the devices can also resolve temporary connectivity issues. Properly configuring these settings helps Windows 11 computers discover and access shared resources on your network.

Related Articles

Ready to start learning? Individual Plans →Team Plans →
Discover More, Learn More
Windows Installation Considerations: Workgroups, Domains, and User Accounts for CompTIA A+ Certification Discover essential Windows installation considerations to optimize user access, security, and management… Local Security Policy: Configuring Security Standards in Windows for CompTIA A+ Certification Learn how to configure Windows security policies effectively to prevent common issues,… Understanding Operating Systems for CompTIA A+ Certification: Windows, Linux, macOS, and Beyond Learn essential OS troubleshooting skills with practical insights into Windows, Linux, and… Mastering Windows Operating Systems for CompTIA A+ Certification: Key Features, Editions, and Life Cycles Discover essential Windows features and lifecycle insights to boost your IT support… CompTIA A+ Guide to Windows Business and Education Editions: Key Features and Usage Discover essential features of Windows Business and Education editions to help IT… CompTIA A+ Guide to Windows System Limits, Editions, and File Systems Discover key insights on Windows system limits, editions, and file systems to…
FREE COURSE OFFERS