Jump to content

Tripredacus

Supervisor
  • Posts

    13,294
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. How do you go about fixing the issue manually? I have a similar thing with my cell phone on Verizon's network. It is supposed to be on 4G LTE all the time, but sometimes if the signal drops it will disconnect from the 4G signal and connect to the 3G signal. This doesn't actually cause me a performance problem because I don't use big data on the phone. The way I can get it back to 4G is to put it in airplane mode, then turn off airplane mode. Then it reconnects to 4G. I bring this up because it is possible that there is a shared hardware behaviour at work here and not necessarily just a software issue. What is the model of the modem device you are using?
  2. Certainly this one is ok? http://winaero.com/updates/opaquet.txt And a bad choice of naming, this domain used by MSSE/Defender: spynet2.microsoft.com.
  3. I am unsure of the legitimacy of the company for which the answer file is being made for. If they are in the OEM Channel, then you (or they) should contact their MS Account Representative regarding how to best accomplish this.
  4. Here's the story on a site that you can read with javascript disabled: http://www.winbeta.org/news/microsoft-re-signs-expands-agreement-to-share-info-with-nato
  5. It sometimes will work to add the mass storage driver to an OS manually prior to moving the disk to another board.
  6. Well it did work in 7/8. Either something changed for Windows 10 or you aren't doing something right. Its hard to tell from your posts. It would be better if you could post your XML in CODE tags or attach it to the post so we can see if there is an error. Here is an example of a hybrid answer file if it helps you (it is for Windows 7) http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page-5#entry963334
  7. What instructions are you following? PEImg is for Vista times and isn't used anymore. DISM for everything!
  8. Artarga, it is clear that using HOSTS file in Windows 10 is not valid as there are a few documented instances where the file is not even used for resolving domains.
  9. Not knowing which edition you have, but have you looked into AppLocker?
  10. Getting tired of you posting what you did on other forums.
  11. Did you add the registry entry anyways? Also look here: http://www.msfn.org/board/index.php?act=findpost&pid=1097746
  12. I see this often. I just keep doing restarts and check updates until it works.
  13. Its not really news, but I guess no one wrote an article about it yet.
  14. Are you settings correct? See here about the BLASTER var: http://www.rinkworks.com/apogee/s/6.4.2.shtml That is specifically for DOS so you must not be using Doom95 there. For Doom95, a Windows application, it uses DirectSound.
  15. Does 3dmark2000 fit the bill? Look here: http://www.vogons.org/viewtopic.php?t=33579#p406996
  16. You can try running this in a .cmd: wmic useraccount where "name='UserName'" set PasswordRequired=falseThe only way I have made a deployment where an account has no password is to pre-create it in Audit Mode.
  17. I have my PCs also set to notify only, but only because that is the lowest setting you can have that won't disable MSSE. I am considering finding a different lightweight antivirus and then disabling Windows Update completely.
  18. Well good thing MS didn't do a "Show us the great things you did" social campaign for Windows 10. I would just submit a pic of my blocked updates.
  19. I believe the WS folder appears after you do the upgrade.
  20. Have you been looking at any outgoing UDP connections as well?
  21. Ok, there is no official word that I am aware of concerning the re-imaging rights of the ISO from the Media Creation Tool. We do know it initially comes as a converted ESD file and that DISM can't mount it. We also know some people have done deploy/capture or use N(T?)Lite to convert the file so DISM can mount it. OEM/FPP editions of Windows 10 do not have the ESD type install.wim, which leads me to believe that Microsoft does not want the Free Upgrade ISO to be used to make an image. And there are multiple people on Technet reporting that using this ISO with an XML that certain things in Specialize pass are ignored, the primary one being ComputerName. I can do 1 test to see if OEM/SB Windows 10 uses the ComputerName object in the XML. Update It does not work with OEM System Builder. I deployed my image to Audit Mode, then sysprep /reboot /oobe /unattend using this XML: <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>en-us</InputLocale> <UILanguage>en-us</UILanguage> <SystemLocale>en-us</SystemLocale> <UILanguageFallback>en-us</UILanguageFallback> <UserLocale>en-us</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>NameTest</ComputerName> <TimeZone>Pacific Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-us</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows vista business.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend> It did not rename the computer.
  22. Welcome to the MSFN!
  23. Are you saying you validated Mavericks' XML in WSIM or your own? If you deploy with DISM, it will use the XML in the WIM. If you deploy with Setup, it will use the XML in the root, unless otherwise specified.
  24. Ok. I do not yet have the new WSIM installed and have not done any XML for a deployment like that yet, so I can't test right now. Is the behaviour different from before? Before you had a hang issue, is it still this way or is it that Specialize is ignored? I have read some posts where people complain that ComputerName isn't being applied... but also wonder about your source. Are you trying to use the ISO from the Media Creation Tool?
  25. AMD looks to have won this round of DirectX compliance. Read the article here: http://www.guru3d.com/news-story/nvidia-wanted-oxide-dev-dx12-benchmark-to-disable-certain-settings.html
×
×
  • Create New...