Microsoft Product Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 30 April 2013

Printer Colour/Duplex/Page-size Setting Won't Save in Windows

Posted on 22:17 by Unknown

In the past I have found myself changing printer settings on a Windows PC, laptop, or tablet, only to find that when I go to print, the settings are not what I want. Examples of this are when the colour or black and white setting, the page size setting, or the duplex setting just will not stick!

What I've found in my travels are that most print drivers have a number of places where you can change these settings and if you don't check them all, they can seem to incessantly be returning to settings you don't want.

Ensure you check the relevant settings in the following locations:

If you're using a Windows-based print server:
1.       On the print server, in the Print Preferenceson the General tab you first see when you open printer properties
2.       On the print server, in the Print Defaults on the Advanced  tab in the printer’s properties – THIS IS THE MOST IMPORTANT ONE TO SET ON A PRINT SERVER

Whether you're using a print server or not:
3.       On the user’s PC, in the Print Preferences on the General tab you first see when you open printer properties – this does not affect other users, i.e. it is a per usersetting.
4.       On the user’s PC, in the Print Defaults on the Advanced  tab in the printer’s properties. THIS IS THE MOST IMPORTANT ONE TO SET IF NOT USING A PRINT SERVER. If you ARE using a print server, these can often not be changed from a client PC/laptop/tablet. It's worth a look anyway.
5.       Lastly, on the user’s PC, within the program they are actually printing from, i.e. Word/Excel/whatever. When you change these settings, they only hold until you close the application. – this is therefore a per session setting.
Read More
Posted in black and white, colour, duplex, print, Print Defaults, Print Preferences, print server, print settings, printer | No comments

Thursday, 25 April 2013

Exchange 2007 Transport Service Not Starting

Posted on 14:53 by Unknown
I found the following error in the Application Event Log
Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC)
The fix was to reenable IPv6 on the server's NIC.

Other fixes, some of which are NOT best practice so are used at your own discretion, are available here:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx

References:
http://blogs.msdn.com/b/keithmg/archive/2009/01/06/exchange-topology-discovery-failed-error-0x80040a02-dsc-e-no-suitable-cdc.aspx
Read More
Posted in exchange, exchange 2007, IPv6 | No comments

Monday, 8 April 2013

Symantec Endpoint Protection Manager version 11 Recovery

Posted on 03:03 by Unknown
See this link:
http://www.symantec.com/business/support/index?page=content&id=TECH102333



...that is all.
Read More
Posted in recovery, restore, SEPM, Symantec Endpoint Protection Manager | No comments

Windows Deployment Server Multicast Is VERY Slow

Posted on 02:59 by Unknown
If WDS multicast deployment is creeping VERY slowy, you probably have switches that are not able to fragment packets the way Microsoft expects.


To change WDS so it does not send fragmented packets do the following

Windows Server 2008R2
Set the following registry key and restart the WDSService
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSMC\Protocol
Name: ApBlockSize
Value type: REG_DWORD
Value data: 1385 decimal

Windows Server 2008
Windows Server 2008 uses network profiles to control the setttings.  Do the following to configure it to not send fragmented packets
  1. Click Start, Run, WdsMgmt.msc
  2. Right click the WDS server and choose properties
  3. Choose the network settings tab
  4. Change the network profile to custom
Set the following registry key and restart the WDSService
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSMC\Profiles\Custom
Name: ApBlockSize
Value type: REG_DWORD
Value data: 1385 decimal

If this allows the multicast transmission to complete you can then modify the TpCacheSize registry key below to increase the performance.  If you decrease ApBlockSize without increasing TpCacheSize then overall performance will decrease. Basically ApBlockSize * TpCacheSize = the maximum bandwidth that can be achieved. Increase it from 1190.

Windows Server 2008 R2
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSMC\Protocol
Name: TpCacheSize
Value type: REG_DWORD
Value data: 3145 decimal

Windows Server 2008
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSMC\Profiles\Custom
Name: TpCacheSize
Value type: REG_DWORD
Value data: 3145 decimal
Restart the WDSServer service after setting this registry key.  After setting this run a deployment to verify it completes and take note of the time to download the image.  Then increase this value in increments until it fails or reaches 7550.

If you have to disable IP fragmentation to get multicast working then this may be indicative of low-end switching/routing hardware that perhaps does not support fragmentation efficiently or does not support multicast efficiently (IGMP/MLD snooping etc.).  Multicast can be demanding on a network so it can expose problems or issues in network infrastructure that were unknown until multicast was setup. 

References
http://support.microsoft.com/kb/2582106
Read More
Posted in multicast, slow, wds, windows deployment services | No comments

Saturday, 6 April 2013

Windows Deployment Server's Message from Administrator

Posted on 16:44 by Unknown
On your WDS server type the following at a Command Prompt:
WDSUtil /set-server /AutoAddPolicy /Message:"To contact your network administrator, please dial 123-4567“

If your message is too long (I haven't tested how long), it will fail.

References:
http://trycatch.be/blogs/roggenk/archive/2010/06/23/message-from-administrator-in-wds-windows-deployment-services.aspx
Read More
Posted in wds, windows deployment services | No comments

Monday, 1 April 2013

Change Windows Public Network to Private

Posted on 18:38 by Unknown
This works for Windows 8, but the Secpol bit should work for Windows 7 also, and probably Vista.
http://www.online-tech-tips.com/windows-8/change-from-public-to-private-network-in-windows-8/


See here for Windows Server 2012
http://www.jenovarain.com/2012/09/server-2012-network-location/

Read More
Posted in network, Network and Sharing Centre, NIC, Private Network, Public Network, Windows 7, Windows 8 | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Connecting Windows 8 to SBS 2008/2011 RWW
    If you are using Windows 8 and cannot connect to computers via  to SBS 2008 or 2011 Remote Web Workplace, the following may help. It is lik...
  • SharePoint Updates Cause Site to Fail
    Config Wizard Access Denied http://blogs.catapultsystems.com/mpoole/archive/2011/02/12/sharepoint-2007-config-wizard-access-denied.aspx Cann...
  • Symantec Endpoint Protection Manager 11 - Unable to Communicate with Reporting Component
    If you are on a 32-bit OS, skip the next step. If you are on a 64-bit OS, first go to 32-bit ODBC Control Panel. To do this do the following...
  • Symantec Endpoint Protection Has Detected Pending Changes
    When installing Symantec Endpoint Protection, sometimes you will see an error message that "Symantec Endpoint Protection has detected t...
  • Reset Offline Files Cache in Windows 7
    To reset the offline files cache in Windows 7 Create a registry file called resetcache.reg file with the following contents: Windows Registr...
  • Find the Desktop
    It can be REALLY hard to access the desktop using scripts, especially batch scripts, if it has been moved from the default location of C:\Us...
  • Connecting to Windows Internal Database MICROSOFT##SSEE
    This is often useful when administering Sharepoint services on a Windows SBS 2008 system: http://www.networkinghowtos.com/howto/connecting-w...
  • DirectAccess Routing Considerations
    Default gateway should be configured on the server's external interface. So static routes will need to be configured on the internal int...
  • Configure Windows 7 Libraries via Group Policy
    A great article on this here: http://kevinjmorse.ca/articles/configuring-windows-7-libraries-using-group-policy-preferences Thanks guys!
  • Enable Legacy Boot Mode on Windows 8 Pre-Installed Device
    Apparently Microsoft requires OEM suppliers of Windows 8 systems to set the BIOS (actually UFEI now) to Secure Boot by default. This and ano...

Categories

  • access
  • acl
  • active directory
  • Active Directory Federation Services
  • AD
  • add mailbox
  • ADFS
  • ADFS 2.0
  • antivirus
  • Apple
  • automatic configuration
  • BIOS
  • black and white
  • black screen
  • browser
  • bulk import
  • bulk user import
  • cache
  • check
  • Cisco
  • click to run
  • click-to-run
  • clipboard
  • colour
  • command line
  • Compatibility Support Module
  • computer
  • configuration wizard
  • control panel
  • copy
  • CSM
  • data migration
  • database
  • delete
  • desktop
  • detect
  • DirectAccess
  • domain
  • dsquery
  • duplex
  • edition
  • email address
  • embedded database
  • endpoint protection
  • endpoint protection manager
  • error
  • exchange
  • exchange 2003
  • exchange 2007
  • exchange 2010
  • file
  • firewall
  • folder redirection
  • force
  • GASFO
  • Google Apps
  • Google Apps Sync for Outlook
  • GPO
  • group policy
  • inline editor
  • installation
  • IPv6
  • Java
  • java update
  • join domain
  • ldf
  • Legacy Boot
  • libraries
  • library
  • log file
  • Lync
  • Lync Server
  • Lync Server 2010
  • Lync Server 2013
  • Mac
  • mail relay
  • mailbox
  • mailbox creation
  • mailbox setup
  • mailbox statistics
  • Microsoft
  • microsoft##SSEE
  • minimised
  • minimized
  • multicast
  • netdom
  • network
  • Network and Sharing Centre
  • new mailbox
  • new window
  • NIC
  • Office 2013
  • Office 365
  • offline files
  • old computer accounts
  • old computers
  • old user accounts
  • Outlook
  • Outlook 2013
  • pac
  • paste
  • pop-out
  • powershell
  • prerequisites
  • print
  • Print Defaults
  • Print Preferences
  • print server
  • print settings
  • printer
  • Private Network
  • proxy
  • Public Network
  • rdp
  • re-appearing
  • reappearing
  • recover
  • recovery
  • registry
  • remote
  • remote connection
  • remote management
  • Remote Web Workplace
  • restart
  • restore
  • restrict
  • routing
  • RWW
  • sbs
  • sbs 2008
  • sbs 2011
  • scripts
  • Secure Boot
  • SEP
  • SEPM
  • service
  • sharepoint
  • shrink database
  • simple backup
  • site-to-site
  • slow
  • SQL
  • SQL server
  • support
  • Symantec
  • Symantec Endpoint Protection Manager
  • timeout
  • trust relationship
  • UEFI
  • USB
  • user
  • user data
  • version
  • virtual labs
  • VPN
  • wds
  • Windows 2003 domain
  • Windows 2008 R2
  • Windows 7
  • Windows 8
  • windows deployment services
  • windows internal database
  • windows update
  • WMI
  • WSUS

Blog Archive

  • ▼  2013 (35)
    • ►  November (3)
    • ►  October (1)
    • ►  September (3)
    • ►  August (3)
    • ►  July (2)
    • ►  June (3)
    • ►  May (1)
    • ▼  April (6)
      • Printer Colour/Duplex/Page-size Setting Won't Save...
      • Exchange 2007 Transport Service Not Starting
      • Symantec Endpoint Protection Manager version 11 Re...
      • Windows Deployment Server Multicast Is VERY Slow
      • Windows Deployment Server's Message from Administr...
      • Change Windows Public Network to Private
    • ►  March (1)
    • ►  February (10)
    • ►  January (2)
  • ►  2012 (15)
    • ►  December (4)
    • ►  November (3)
    • ►  October (3)
    • ►  September (3)
    • ►  May (2)
Powered by Blogger.

About Me

Unknown
View my complete profile