Posts

Print on Both Sides Option Missing

hi, we running windows xp sp3 office 2010 trying conntect lexmark t644 printers. some of our users missing option in backstage duplex called "print on both sides". can still manually go print properties , select it, prefer backstage. i have tried deleting printer driver , reinstalling problem still occurs. if user has options logs same pc, options there. i find weird users while others printing same printer not. any ideas? kind regards, daniel in printer properties (right click printer icon/properties) have setting duplex?  maybe box isn't checked off? Microsoft Office  >  Word IT Pro Discussions

hyper-v

Image
i installed hyper v server , enabled remote management , remote desktop. ping , access remote desktop, didn't connect through hyper-v manager pc (windows 8.1 , windows server 2008). please me. necessary join them domain? work in workgroup? hello, you add hyper-v management feature on windows 8.1 , open hyper-v manager , connect server. seb. please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread. Windows Server  >  Hyper-V

Privilege Access Workstations

is there recommended hardware spec sheet?  or vendor make/model?  for remote access surface books, looking direction workstation build. hi txmethodman, thanks post. you might check article below. http://www.pcadvisor.co.uk/review/laptops/microsoft-surface-book-review-uk-1tb-3627119/ please note: since web site not hosted microsoft, link may change without notice. microsoft not guarantee accuracy of information.  and couldn't find the documents  vendor make/model recommendation microsoft, maybe consult surface forum hardware , vendor make/model  recommendation. https://answers.microsoft.com/en-us/surface/forum/surfbook?tab=threads appreciate support , understanding. best regards, mary please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com . Windows Server ...

Wifi Sense Not working/Login to Microsoft Account from same screen Inoperable

hi,  im new windows 10 bit , have several issues.  one being @ time, there may box pops states "wifi sense needs attention" "please click on box".  after clicking on box takes me wifi sense settings screen in next thing wants me sign microsoft account.  mind you, can log microsoft account online, isn't locked.  having said this, same situation repeats no matter how many times on , on , regardless of administration privileges.....i click on log microsoft account , grey box appears 2 seconds, disappears. nothing.....please , if there solutions can provide appreciated.  no, not have access secondary computer solution has been researched already.....please help!  thank kindly, eddie vontana hi eddie, im new windows 10 bit , have several issues.  one being @ time, there may box pops states "wifi sense needs attention" "please click on box".  after clicking on box takes me wifi sense setti...

Netgear adapter not working

i downloaded insider preview of windows 10 , had issues. nothing working made new user , reset computer overnight. have netgear wifi adapter , driver not working. working before reset. in device manager says: windows cannot load device driver hardware. driver may corrupted or missing. (code 39) {unable load device driver} %hs device driver not loaded. error status 0x%x i have uninstalled, reinstalled on , on again. great. thanks p.s. driver netgear wnda4100 n900 wireless dual band usb adapter which version of windows 10 preview version using? latest preview version 10166. kindly update , recheck issue. make sure have updated system latest updates via windows update. s.sengupta, windows experience mvp Windows 10 Insider Preview  >  Windows 10 Insider Preview Setup and...

activation question on 2008.. what are most doing?

 at least in our test servers use msdn license.. if i'm understanding correctly in general.. activate, 1 has run special command or set kms server in environment handle activation.. is there reason not activate old style way.. ie:  issue command instead of designating special machine or 1 machine kms activation server? thanks hello mark, by default media msdn windows server 2008 doesn't prompt product key, if enter msdn product key, should able activate used to.  default key used during setup of msdn media kms host machine, if change key msdn product key can activate old style way. you can change key in activation wizard. or elevated cmd prompt: slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx thanks darrell gorter [msft] thanks, darrell gorter[msft] posting provided "as is" no warranties, , confers no rights Windows Server  >  ...

psremoting setselector to listen on 2 ip from total of 4

hi :) i trying configure powershell remoting on server have 4 ip address want listener listen on 2. command is: new-wsmaninstance winrm/config/listener -selectorset @{address="ip:10.0.0.1";transport="http"} but when try add 1 more ip in same command new-wsmaninstance winrm/config/listener -selectorset @{address="ip:10.0.0.1, 192.168.0.1";transport="http"} i'm error. what correct command line ? thank's best regards nenad try: new-wsmaninstance winrm/config/listener -selectorset @{address="ip:10.0.0.1", "ip:192.168.0.1";transport="http"} grant ward, a.k.a. bigteddy Windows Server  >  Windows PowerShell