Tuesday, February 1, 2022

Fix Black Screen

Fix Black Screen

Solution can be this:
1. Click Start, find "Run..." and open it.
2. Type in msconfig (A little window should pop out).
3. Go to Services, click Hide All Microsoft Services and click Disable All.
4. Go to Startup, click Disable All and click Apply.
5. Restart your computer
  • Changed type ZigZag3143x Saturday, June 27, 2015 1:26 AM Not a question in sight

Reply:

Hi,

Thank you for sharing your solutions and experience here. It will be very beneficial for other community members who have similar questions.


Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------

How to avoid going back to w7 or w8.1 to get upgrade once RTM is out (in case it was installed clean on pc). Possible solution?

So Gabe Aul explained if you are not an insider or if you step back from the program and you installed W10 nuking your w7 / w8 installation you will have to reinstall those to get upgraded to W10, if not eventually the build will expire.

That's bad news. It should have been possible to just insert the w8 or w7 key and get activated.

Anyway if you check a PC that was UPGRADED from W8 to W10 technical preview the "internet explorer" key shown by the Key retrieval program "produkey" it seems to be the W8 original key and the w10 is the one from the technical preview.

In a pc that was not upgraded but clean installed that key (the explorer one) and the W10 one are the same.

So, couldn't we just get an app from Microsoft or a third party that enables changing the "explorer" key to our W8 or W7 key so to avoid reinstalling the old OSes and then upgrading???

Check this picture showing explorer key and w10 key being different in an upgraded machine.


Reply:
The old windows key information is stored in registry under HKEY_LOCAL_MACHINE\SYSTEM\Setup\Source OS (Updated on x/x/xxx xx:xx:xx)... so please microsoft give us the possibility to insert our w8 / w7 key and get activated
  • Edited by Chriz74 Thursday, June 25, 2015 12:20 PM

------------------------------------
Reply:

The more they tried to "clarify" and Gabriel Aul has done that 3 times, the more people are confused.

Bottom line:
As long as you have installed the Insider preview (aka Win 10 Technical preview) over your Win 7 or Win 8.1, you are automatically entitled to a free Win 10 RTM upgrade.
You do NOT have to rollback to Win 7 or Win 8.1.


------------------------------------
Reply:

Excerpt from the latest "clarification"

Source

The crux of it is this:

  • Do you want to continue as a Windows Insider and keep getting preview builds after 7/29?
  • Or do you want to upgrade your Genuine Windows 7 or Windows 8.1 system that has been getting Windows 10 Insider Preview builds to the 7/29 release and stop being an Insider?

"I want to opt out of the Windows Insider Program on 7/29." If you decide to opt-out of the program and upgrade to the 7/29 build you will be subject to exactly the same terms and conditions that govern the offer* that was extended to all Genuine Windows 7 and 8.1 customers. This is not a path to attain a license for Windows XP or Windows Vista systems. If your system upgraded from a Genuine Windows 7 or Windows 8.1 license it will remain activated, but if not, you will be required to roll back to your previous OS version or acquire a new Windows 10 license. If you do not roll back or acquire a new license the build will eventually expire.


  • Edited by david hk129 Thursday, June 25, 2015 12:45 PM

------------------------------------
Reply:
Exactly, if you formatted your machine and performed a clean install of W10 you will have to go back to w7 or w8 and install as upgrade.

------------------------------------
Reply:
That means that if you performed a clean install formatting your w8 or w7 machine you will have to go back and reinstall the old Os to get upgraded and activated indefinitely.

------------------------------------
Reply:
Exactly, if you formatted your machine and performed a clean install of W10 you will have to go back to w7 or w8 and install as upgrade.

You are right.
I overlooked the " nuking your w7 / w8 installation " statement.

I am not entirely well versed to lingo. English is not my first language.

My apology.


  • Edited by david hk129 Thursday, June 25, 2015 12:51 PM

------------------------------------
Reply:

You can, if you want, remain as Insider Preview user and continue to receive new builds after July 29th.

Please read :"I want to continue as a Windows Insider!"


------------------------------------
Reply:
That's not a solution

------------------------------------
Reply:

Chriz74,

Well, I should agree with that.

If we are not insiders by now, the free upgrade is available for us and assume we didn't upgrade to the preview, so we could upgrade on 29th July. Then the issue here is much clear to us, keep the current operating system and don't do the upgrade until RTM is released.

If we upgraded to the Insider Preview, make sure your Microsoft Account (which joined the insider program) is alive, then on 29th July, RTM should be delivered and Windows should stay activated, then clean install should be available.

For the other possibilities, I can't say if it would work, but at least currently we have choices to choose.

Regards


Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------
Reply:
sorry but I don't understand your reply.

------------------------------------
Reply:

Chriz74,

I mean currently regarding Windows 10 upgrade, we have at least two choices.

To your concern, there might be some issues that won't make things to go where we expected to, and as it is unsure, which should be the part that we need to avoid.

Not all things would go without any issues. What we could do is to offer suggestions regarding the troubles, if really encountered.

Regards


Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------

Update managed metadata with Nintex Workflow for O365 via SharePoint REST api

As a little 'evening project' I've done some research on how to update Managed Metadata with Nintex Workflow for Office 365.

There is no pre-defined action in Nintex Workflow O365 that does this.

I've set a constraint for myself to do this with the SharePoint 2013 REST API, because the SharePoint SOAP Webservices are deprecated.

There is a lot of information on the internet that describes part of the solution, but no overall practical guide (or at least I didn't find it).

That's why I wanted to share the following practical description with the community:

There are just 4 steps you need to follow:

STEP 1: Add a 'Build Dictionary' action to your workflow

build-dictionary.png

Configure this action as follows:

build-dictionary-config.png

STEP 2: Add a Call HTTP-webservice Action

call-http-webservice.png

Configure this action as follows:

call-http-webservice-config.png

STEP 3: Add a Get an Item from a Dictionary Action

get-item-from-dictionary.png

Configure this action as follows:

get-item-from-dictionary-config.png

STEP 4: Add a Web Request action

web-request.png

Configure this action as follows:

rsz_web-request-config.png

Of course there are some improvements to make:

for instance: you should determine the type of your item, not just enter SP.ListItem

I hope it's useful for someone and I'm open to any feedback/additions/corrections

  • Changed type Dean_Wang Monday, June 29, 2015 2:14 AM

Reply:

Hi Robert,

Thank you for sharing this with us, and it will help others who have met with this issue.

I will change this thread type to discussion as it is not an question, more people can join to this topic and share their opinions.

Best Regards,

Dean Wang


TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------

I have idea for the new search menu

Hi, I have an idea for a new search menu in Windows 10. Would it not be better if you do it :

Search the website and Windows or Search the internet and Windows ..

The other proposal:

Search the web and WIN

Search the web pages and my Windows

Search the net and Windows

This much I like most : Search the websites and Windows

Regards Serafim

Calling all SQL Server Gurus! May results reminder. Plus last call for June Gurus!

Last week saw the results for May's TechNet Guru competition, and you only have a week left to enter June's Competition!

Here is a reminder of May's winners, below.

The last column being a few of the comments from the judges.

http://blogs.technet.com/b/wikininjas/archive/2015/06/17/the-microsoft-technet-guru-awards-may-2015.aspx

Unfortunately, runners up and their judge feedback comments had to be trimmed from THIS post, to fit into the forum's 60,000 character limit, however the full version is available on TechNet Wiki.

Some articles only just missed out, so we may be returning to discuss those too, in future blogs.
 

Guru Award  BizTalk Technical Guru - May 2015  

Gold Award Winner

Sandro Pereira BizTalk DevOps: Monitor your BizTalk environment using PowerShell Ed Price: "BizTalk DevOps! With PowerShell??? Man, talk about a hot topic with valuable content! Fantastic job on this one!"
Mandi Ohlinger: "Nice job Sandro. Great solutions using PowerShell. "
LG: "It is realy practical and high value article."

Silver Award Winner

Johns-305 BizTalk: Running Orchestrations in Multiple Hosts On The Same Computer LG: "It is one of the great finding that requires deep knowledge of a product and still anyway would avoid public."
Mandi Ohlinger: "Great idea and great sample. Thank you Boatseller!"
Ed Price: "Great job on this hot topic! Great to have the download link and end with a Wiki cross-link!"

Bronze Award Winner

Sandro Pereira BizTalk Server 2013 R2: WCF-SAP Adapter Step-by-Step Installation Guide Ed Price: "This is such an amazing installation guide! The depth is so spot on!"
LG: "Great knowledge gathered in this article."

 

Guru Award  Microsoft Azure Technical Guru - May 2015  

Gold Award Winner

Chervine Big Data Analytics using Microsoft Azure: Hive JH: "I love the article from Chervine. Hope to see another one from this series very soon."
Ed Price: "Truly magnificent! The depth here is astonishing! Love the diagram. Great code formatting. Thorough References section!" 

Silver Award Winner

Ken Cenerelli Custom Telemetry Events with TrackEvent in Microsoft Application Insights Alan Carlos: "Wow! I love AppInsights and this article is fantastic! Congrats!"
Ed Price: "I love the topic of App Insights! Great formatting throughout this article! The red arrows/callouts in the images help a ton. Great ending with the References and See Also sections!"
JH: "Great article about App Insights. Would love to see more detailed ones about it."

Bronze Award Winner

Ken Cenerelli Azure PowerShell cmdlets version updates

JH: "Nice, short and simple. Seems to be the time for me to check my Azure PowerShell version." 

Ed Price: "Great topic with PowerShell! This is such a beautifully formatted article that's incredibly easy to read and understand. Fantastic job!"

Guru Award  Miscellaneous Technical Guru - May 2015  

Gold Award Winner

Carmelo La Monica Read the temperature with Arduino Uno Philippe Levesque: "Really refreshing content and well explained"
Richard Mueller: "Great images. We need more references."

Silver Award Winner

Danish Islam Microsoft Office Sway Richard Mueller: "Good use of Wiki guidelines. I liked the detailed steps to get started and the references."
Philippe Levesque: "Good introduction to Sway!"

Bronze Award Winner

Pooja Baraskar Moisture sensor with Windows on Galileo Philippe Levesque: "Great job on this content"
Richard Mueller: "Great images."

  

Guru Award  SharePoint 2010 / 2013 Technical Guru - May 2015  

Gold Award Winner

Dan Christian SharePoint 2013 External List from Oracle Database Hezequias Vasconcelos: "It is important to see the integration of SharePoint 2013 with other platforms not Microsoft. This shows the confidence that the business environment has on the product."
KB: "Very detailed and a lot of screenshots. Nice work!"
TN: "Helpful article to connect SP & Oracle database"
Ed Price: "This is fantastic! I love how the three videos walk you through the steps as well!"

Silver Award Winner

Inderjeet Singh Jaggi What is a Web Application in SharePoint? Ed Price: "Great description and use of PowerShell commands."

Bronze Award Winner

Danish Islam Excel Services Issue in SharePoint 2013/2010 Ed Price: "This is very clear, with a helpful solution. A combination of the text of the error message and the image help add the clarity. Great formatting. It could benefit from a See Also section." 

 

Guru Award  Small Basic Technical Guru - May 2015  

Gold Award Winner

Ezra94 Small Basic: Optimization Michiel Van Hoorn: "This is really usefull and great reading for developers who looking for more complex application and want to avoid pitfall.s"
Ed Price: "Ezra and Nonki did an amazing job on this article! I was recently going through these issues with some various users, and this article has helped give us a ton of ideas! Great article! Great formatting on the sections and code snippets, and I love all the resources at the end! That Bill Gates article is a fun one!"
RZ: "Very nice! And very engaging. Much more fun than just talking about Optimization. :)"

Silver Award Winner

Nonki Takahashi Small Basic: Kinect for Small Basic Extension Library Michiel Van Hoorn: "For those lucky guys with a kinect sensor on their pc: get busy. For others: buy a sensor!"
Ed Price: "A reference doc for the Kinect Extension. Great! And I love the picture! Also, good visibility in the See Also to show the other extensions available!"
RZ: "Excellent as usual. Yeah, Kinect! What else needs to be said? :)"

Guru Award  SQL Server General and Database Engine Technical Guru - May 2015  

Gold Award Winner

Andy ONeill Developer Friendly XML Extraction From SQL Server DRC: "Good article for developers to extract the SQL data in XMl format for processing. The SQL Server instance name in the BCp command should be "-S" [Upper case]. Else we encounter the error: C:\temp>bcp.exe "SQLquery" queryout c:\temp\xmlFileName.xml -w -T -s<Hostname\Instancename> bcp.exe: unknown option s We get the below error if we don't specify the servername as it always tries to connect to default instance on the machine on which the command is executed.So "-S" parameter need to be included. bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]" queryout D:\test.xml -w -T C:\temp>bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]" queryout c:\temp\test.xml -w -T SQLState = 08001, NativeError = 2 Error = [Microsoft][ODBC Driver 11 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [2]. SQLState = 08001, NativeError = 2 So the commandd should be: bcp "EXEC [AdventureWorks2012].[dbo].[XML_Extract_Employees]" queryout D:\test.xml -w -T -S<hostname\Instancename> "
Durval Ramos: "An interesting article, but need to add more XML examples and other structures, including attributes and special characters (encoding)"
AM: "Great introduction to FOR XML feature."

Guru Award  System Center Technical Guru - May 2015  

Gold Award Winner

GerryHampson Analyse your ConfigMgr data with Microsoft Power BI Alan Carlos: "Great article and content."
Ed Price: "Great job on the detail and some very helpful images! It could benefit from a TOC, section headers, and a See Also section. Great article! Powerful topic!" 

Silver Award Winner

Sridhar Vishwanatham Optimizing rule in scom 2007/2012 Ed Price: "Good topic with great info. It could benefit from a TOC, bigger section headers, and a See Also section that links to related Wiki articles. Good diagram! It's very easy to follow along through the details!" 

Bronze Award Winner

MarkusEliasson Troubleshoot ID 30111 from DPM: VssError: The specified object was not found Ed Price: "Helpful info! Please check out the article comment from Mike J and update acordingly. Great topic!"
MJ: "I Added a comment to make it more complete."

Guru Award  Transact-SQL Technical Guru - May 2015  

Gold Award Winner

Ronen Ariely T-SQL: Sort data by multiple languages Richard Mueller: "Good explanation. I like the highlighted notes."
Durval Ramos: "This article is very interesting, and demonstrates effectively how to work with UNICODE data. Very well detailed article and also have T-SQL script to download on TechNet Gallery."

Silver Award Winner

Saeid Hasani T-SQL: Make a Read Copy of Database by Using Synonym, Trigger and SQL Agent Job Durval Ramos: "Very useful, this article is well structured over an interesting scenario. I have read many threads about copy of a database on Forums. Also have T-SQL script to download on TechNet Gallery."
Richard Mueller: "We need links/references."

Guru Award  Universal Windows Apps Technical Guru - May 2015  

Gold Award Winner

Emiliano Musso Geolocalize a device and store coordinates on Webserve Ed Price: "Wow! This is such an amazing article! The detail, images, formatting, and everything are all fantastic! I'd love to see a See Also section and Wiki cross-linking, but this is a fantastic article!"
JH: "Location-aware apps are very important nowadays. I like the approach in this article to not use the complete Microsoft stack, instead to use PHP and MySQL. Would be cool to see it with more technologies, such as Node.js."

Silver Award Winner

Lee McPherson Leverage Continuum feature to change UI for Mouse/Keyboard users using custom StateTrigger JH: "I like it when an app behaves 'native' on different devices. Hope that the times where I can't use my big fingers are gone."
Ed Price: "Great descriptions and execution on formatting each section!" 

Bronze Award Winner

Pooja Baraskar  Localization in Windows Universal Apps JH: "Localization and Globalization is something most apps have their problems with. This article shows how easy it can be. Love it!"
Ed Price: "As Danish mentions in the article comments, it's very easy to understand! The images are helpful and the explanations are thorough!" 

Guru Award  Visual Basic Technical Guru - May 2015  

Gold Award Winner

tommytwotrain VB.Net: High resolution printouts of the Chart control by using a Metafile MR: "Very helpful article!"
Richard Mueller: "Good work. We need links/references."

Silver Award Winner

Emiliano Musso Sort and Filter CSV files with DataTable and DataView Richard Mueller: "Good use of TOC."
MR: "Great article on intro to Data Tables" 

Guru Award  Visual C# Technical Guru - May 2015  

Gold Award Winner

.paul. Multi-page DGV Printing Carmelo La Monica: "Very great content and detailed in all parts!"
Jaliya Udagedara: "It would have been great, if explanations were provided for each method in the provided code."

Silver Award Winner

Yan Grenier C# : Windows Service in console mode for debug and admin Jaliya Udagedara: "I really enjoyed reading this article. Well explained with images, code snippets, and the source code is available in MSDN Code Gallery. It's just perfect!"
Carmelo La Monica: "I don't know very much about Windows Service, but this article is for me and other users a good starting point, congrats!"

Bronze Award Winner

Tom Mohan Getting Started With WCF Jaliya Udagedara: "Detailed article about WCF which I am sure beginners will find quite interesting."
Carmelo La Monica: "Very helpful article, and great demo for to understand how to use WCF service, congratulations!"

Guru Award  Wiki and Portals Technical Guru - May 2015  

Gold Award Winner

Andy ONeill Why YOU should enter the Technet WIki Guru Competition PG: "Nice, useful article"
Durval Ramos: "This article provides good arguments to encourage our Community to share knowledge. Congrats on your initiative, Andy!!!"
Richard Mueller: "Great topic and well written. Good use of guidelines for articles."

Guru Award  Windows PowerShell Technical Guru - May 2015  

Gold Award Winner

Arleta Wanat SharePoint Online content types in Powershell: Add Richard Mueller: "Well written. Good links. I needed more explanation/examples."
Chen V: "Excellent Article! Great Explanation with Related Links! "

Silver Award Winner

sridhar vishwanatham SCOM 2012: Bulk override creation for monitors and rules using PowerShell Alan Carlos: "Wow, great tip!!!"
Chen V: "Good script to keep SCOM healthy!"
Richard Mueller: "Needs links/references."

Bronze Award Winner

Arleta Wanat Manage SharePoint Online Access Requests using Powershell Richard Mueller: "Interesting."
Chen V: "Good Article - Screen shots makes it clear." 

Guru Award  Windows Presentation Foundation (WPF) Technical Guru - May 2015  

Gold Award Winner

Andy ONeill Dependency Property Default Double Trouble KJ: "I love these kind of articles. this has bit me in the past."
Ed Price: "Love the end-to-end perspective!"

Silver Award Winner

Tom Mohan Data Input Validation In WPF : Validation With Exception Ed Price: "Valuable contribution!"
KJ: "short and sweet - nice."

Bronze Award Winner

Andy ONeill Animating a ViewModel KJ: "neat stuff! very fancy!"
Ed Price: "Great topic with powerful depth!"

Guru Award  Windows Server Technical Guru - May 2015  

Gold Award Winner

Richard Mueller Active Directory: Large Integer Attributes JM: "This is an excellent article, thanks for your continued contributions"
Mark Parris: "Excellent insights."
Philippe Levesque: "Well written article and well explained !"

Silver Award Winner

Manjunath Sullad How to Identify "Shared" and "Non-Shared" disks on cluster nodes Philippe Levesque: "Good technical tip !"
JM: "This is a very good article on cluster node HDDs, good job"
Mark Parris: "Good tidbit."

Bronze Award Winner

Darshana Jayathilake Useful powershell commands for manage servers & desktops Mark Parris: "Good knowledge to have."
JM: "This article provides a great basis for a topic to which many folks can contribute their favorite PowerShell commands"

As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.

You will find the complete post, comments and feedback on the main announcement post.

Please join the discussion, add a comment, or suggest future categories.

If you have not yet contributed an article for this month, and you think you can write a more useful, clever, or better produced wiki article than the winners above, here's your chance! :D

Best regards,
Pete Laker

More about the TechNet Guru Awards:


#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to TechNet Wiki, for future generations to benefit from! You'll never get archived again, and you could win weekly awards!

Have you got what it takes o become this month's TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!


Reply:
Congrats to all! 
Thanks Pete! 

Saeid Hasani (My Writings on TechNet Wiki ,T-SQL Blog)


------------------------------------

After installing SCOM R2 UR6 - Agents failover is not happening

Hi Team,

very recently we upgraded our environment from SCOM 2012 R2 UR 5 to UR 6.

we have 4 MS servers MS1, MS2, MS3 & MS4

MS1 is our RMS with out any agnets

MS2 has 500 agents 

MS3 has 500 agents

MS 4 is just kept as a standby

MS2 fail over to MS1, MS3, & MS4

MS3 fail over to MS1, MS2, & MS4

All 4 MS servers are in notification resource pool & All Management Servers Resource Pool.

what we are observing is when we restart any MS server we are getting heartbeat alerts and in the events we see 20022, with in no time all the alerts are closed again.

almost 1000+ emails  which is a huge noise.

not sure what is happening and where we went wrong and we are struck... Please suggest.

-vrkuamr


RajKumar


Reply:

Hi Raj,

Depending in your requirements you can play with heartbeat intervals and number if missed heartbeats:

https://technet.microsoft.com/en-ca/library/hh212798.aspx

Check current failover management servers on your agents, correct if needed. Some posts to follow up with: 

http://blogs.catapultsystems.com/cfuller/archive/2012/06/05/how-does-the-failover-process-work-in-opsmgr-2012-scom-sysctr/

http://www.teknoglot.se/code/posh/opsmgr-2012-agent-gateway-failover-the-basics/

http://blogs.technet.com/b/markmanty/archive/2012/06/05/scom-agent-primary-failover-management-server-configuration-tool.aspx


Natalya
### If my post helped you, please take a moment to Vote as Helpful and\or Mark as an Answer


------------------------------------

Windows 10/Loss of Control of Updating

Mine is not a question but a comment. I really object that I will not be able to control updating in either Windows 10 Home or Pro. This is not a good thing in my particular case and as such I will continue to use Windows 7.

Diane P.


Reply:
So do not update to win 10.

Wanikiya and Dyami--Team Zigzag


------------------------------------
Reply:
I agree it's a terrible policy.  Make sure and turn in feedback on it if
you have the preview installed.
 
 

Bob Comer

------------------------------------

[Forum FAQ] Known issues in Windows 10 Insider Preview Build 10130

This post is to collect and publish the known issues for Windows 10 Insider Preview Build 10130. The source is the official blog and hot issues in forum. Hope can help more guys to get help more efficiently in this forum. We will continuously update this post, and welcome to join us to help more guys!

Note: There may be some errors since some issues come from hot issues. If you find, please inform us to modify.

Firstly, please check the published blog regarding this new build:

Announcing Windows 10 Insider Preview Build 10130 for PCs

Known Issues in this build:

  • Mail app may crash due to a memory error, and may not synch mail when in the background. We plan to service this issue with an update via Windows Update.
  • In some cases, flyouts from the Taskbar (including Start, Cortana, Network, Battery, and Action Center) fail to fly out. This is a transient issue, and after retrying a few times it will succeed. We are also working to service this issue with an update.
  • Wi-Fi connectivity may fail at times due to a known issue. A system reboot is required to recover from this state.

Below are known issues reported in forum about build 10130:

Issue 1: Updates

  1. Advanced Micro Devices - Audio Device - AMD High Definition Audio Device driver, can't be installed, or once installed it will lead to a BSOD (related with atihdwt6.sys);
  2. Or with Update error 0x800f0203; (Reference );
  3. Build 10130 can't be updated on Surface 3 (Not Surface Pro 3), due to a blocking bug and currently there is no workarounds (Reference);

Issue 2: Network Adapter

Adapter bridge is not working on this build, for the adapter properties part, you could add services/client/server under this build (Reference );

Issue 3: The logon Screen

In this build you may find that when you are trying to enable Pin, and then log off to use it, there is no Sign-in options available, only the password box showing in the logon screen; (Reference)

Issue 4: RSAT tool is still not available under this build (Reference);

Issue 5: Some customers are unable to join Azure AD;

Issue 6: Some computers can't be upgraded to build 10130 due to hyper-threading or multicore CPU options are enabled in BIOS, disable it and then upgrade goes well, (Reference);For sharing, regarding Windows 10 FAQs, please check the article below for more information:

Frequently Asked Questions: Windows 10http://answers.microsoft.com/en-us/insider/wiki/insider_wintp-insider_install/frequently-asked-questions-windows-10/5c0b9368-a9e8-4238-b1e4-45f4b7ed2fb9

Windows 10 Q&Ahttps://www.microsoft.com/en-us/windows/windows-10-faq


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.



Reply:

This post is to collect and publish the known issues for Windows 10 Insider Preview Build 10130. The source is the official blog and hot issues in forum. Hope can help more guys to get help more efficiently in this forum. We will continuously update this post, and welcome to join us to help more guys!

Note: There may be some errors since some issues come from hot issues. If you find, please inform us to modify.

Firstly, please check the published blog regarding this new build:

Announcing Windows 10 Insider Preview Build 10130 for PCs

Known Issues in this build:

  • Mail app may crash due to a memory error, and may not synch mail when in the background. We plan to service this issue with an update via Windows Update.
  • In some cases, flyouts from the Taskbar (including Start, Cortana, Network, Battery, and Action Center) fail to fly out. This is a transient issue, and after retrying a few times it will succeed. We are also working to service this issue with an update.
  • Wi-Fi connectivity may fail at times due to a known issue. A system reboot is required to recover from this state.

Below are known issues reported in forum about build 10130:

Issue 1: Updates

  1. Advanced Micro Devices - Audio Device - AMD High Definition Audio Device driver, can't be installed, or once installed it will lead to a BSOD (related with atihdwt6.sys);
  2. Or with Update error 0x800f0203; (Reference );
  3. Build 10130 can't be updated on Surface 3 (Not Surface Pro 3), due to a blocking bug and currently there is no workarounds (Reference);

Issue 2: Network Adapter

Adapter bridge is not working on this build, for the adapter properties part, you could add services/client/server under this build (Reference );

Issue 3: The logon Screen

In this build you may find that when you are trying to enable Pin, and then log off to use it, there is no Sign-in options available, only the password box showing in the logon screen; (Reference);Issue 4: RSAT tool is still not available under this build (Reference);

Issue 5: Some customers are unable to join Azure AD;

Issue 6: Some computers can't be upgraded to build 10130 due to hyper-threading or multicore CPU options are enabled in BIOS, disable it and then upgrade goes well, (Reference);For sharing, regarding Windows 10 FAQs, please check the article below for more information:

Frequently Asked Questions: Windows 10http://answers.microsoft.com/en-us/insider/wiki/insider_wintp-insider_install/frequently-asked-questions-windows-10/5c0b9368-a9e8-4238-b1e4-45f4b7ed2fb9

Windows 10 Q&Ahttps://www.microsoft.com/en-us/windows/windows-10-faq


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

ArrayNetwork SSL VPN and may be other VPN products also broken with this build along with RSAT tool. The two particular issues essential kick out all system administrators out there, who thought that they could use the preview builds so that early adaption can be pushed. Seems Microsoft not even considering the core users who would be real pusher


------------------------------------
Reply:

Build 10130 gives the following problems on my tablet (ACER w510):

- Explorer crashes on shutdown (like http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_perf/explorer-crashes-on-shutdown-build-10122/0fa48d21-9b59-41da-b67e-1df274481cd7)

- No PIN login (forum issue 3)

- Insider hub app starts and then simply disappears 100% of the time

- Spartan browser starts and then simply disappears ~40% of the time

- (known issue 2) In some cases, flyouts from the Taskbar (including Start, Cortana, Network, Battery, and Action Center) fail to fly out. This is a transient issue, and after retrying a few times it will succeed.

- lots of windows 8 apps when started will start and simply disappear in windowed mode. When switching the tablet to tablet mode (full-screen) this issue does not occur

All in all, I'm a lot less happy about this build than I was with 10122.


------------------------------------
Reply:

I've got the 10130 build running on a Mac partition. Everything seems to be working fine here EXCEPT the sound. When I install the sound drivers that Bootcamp gives, it doesn't change anything. All the other drivers seem to be working alright, it just says that there is no audio device installed.

I can't figure out for the life of me how to get the sound working on this thing.

HOWEVER! I see many other people with this same exact problem and I can offer my own brand of solution; Something that works for me.

I did get the Bluetooth working on this build, and now I can just pair the CPU onto an external Bluetooth friendly speaker and now I have audio again.

So if you have build 10130 and don't have sound, try connecting to a Bluetooth speaker (the audio jack on the cpu doesn't work either btw).

It still would be nice to get the right drivers installed though.


------------------------------------

Multi-site Failover Clustering

I have setup Failover Cluster Instance on 2 nodes with Windows Server 2008 and SQL Server 2012 running on a SAN storage with "Node and Disk based Quorum", DTC and public and Private IP communication.

Now I want to setup multi-subnet cluster by adding another two nodes and a SAN storage from different subnet.

I have following questions in mind for which I am looking for your expert help:-

  1. Do we need to enable communication between public IP of site1 servers and public IP of site2 servers and how?
  2. How our existing cluster in site1 can be stretched up-to site2 so that DC2 will also have Active-Passive architecture when failover to site2?
  3. How the Quorum will work in Node and Disk Majority mode in site2?
  4. How the Private IP communication will work when SQL Server 2012 Cluster failover to site2?
  5. What are the components we will replicate from site1 to site2 using SAN replication? Will quorum will also get replicated or we should exclude quorum from replication?

I am new in multi-subnet cluster setup and looking for your urgent help for my setup.


Reply:

Hi Sam:

You have posted in a forum dedicated to Microsoft Small Business Server.  I am sure that there are some folks here who can help, but I think you will get better/more responses in a forum dedicated to Fail Over Clustering.  We could move this question to some other forum but would rather you reposted in a forum of your choosing.


Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.


------------------------------------

Error 0xC0000142

Hi, since I updated windows technical preview to build 10130, when I want to start "The binding of Isaac : Rebirth" I got this error message : "The application was unable to start correctly (0xc0000142). Click OK to close the application."

What can I do please ?

KB3068708 - Secure Website - Expired Certificate - IE "Page cannot be displayed"

FYI (grain of salt, perhaps?)

After installing June 2015 Windows update KB3068708: "Update for customer experience and diagnostic telemetry" it may no longer be possible to visit a secure website (HTTPS) with an expired certificate using Internet Explorer. You may receive the message "Page cannot be displayed" in IE 11 (or similar for earlier versions). Google Chrome has a similar feature that may return "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" when hitting an expired certificate.

Installing update KB3068708 requires a reboot to kick in, and also requires a reboot when uninstalling (though the update does not indicate this). This issue will more likely affect enterprise users than home users. That is, enterprises may not be on top of website certificate renewals or see no issue if a client connects to an internal system with an expired certificate.

FYI

  • Changed type Colin Eff Saturday, June 27, 2015 6:32 PM

Reply:

KB3068708 is an optional, non-security update (yes, even though it may be offered as an Important update). Feel free to hide it.


   • HOW TO Hide an Update or Restore a Hidden Update (good for Win8, too)
     http://www.sevenforums.com/tutorials/24376-windows-update-hide-restore-hidden-updates.html


~Robear Dyer (PA Bear) MS MVP-Windows Client since 2002 Disclaimer: MS MVPs neither represent nor work for Microsoft


------------------------------------

fbl_impressive Enterprise 10130 stuck while downloading at xx%

Hi All,

Just wanted to share a fix I used when my computer got stuck downloading fbl_impressive Enterprise 10130.

The automatic procedure had already to download in the background but never managed to re-start and was stuck @ 91%

No cancel option exists (at the time of writing) so as a workaround I did I followed the guide here http://support.microsoft.com/en-us/kb/971058/ the section about Manual reset.

  1. Open an "Command Prompt (Admin)" (use Win+X or right click start logo)
  2. Next we need to Stop the BITS service, the Windows Update service, and the Cryptographic service. To do this, at a command prompt, type the following commands. Make sure that you press Enter after you type each command.
    • net stop bits
    • net stop wuauserv
    • net stop appidsvc <--- resulted in 
    The Application Identity service is not started.

    More help is available by typing NET HELPMSG 3521.
    • net stop cryptsvc
  3. Delete the qmgr*.dat files. To do this, at a command prompt, type the following command, and then press Enter:
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
  4. Closed Command Prompt and retry Windows Update from Settings

Hope this can help others if in the same situation.



What did you break today ? on second thoughts don't tell me, let me guess.


Reply:
Followed steps 1&2. On step 3:C:\ProgramData\APPLIC~1\Microsoft\Network\Downloader>del qmgr*.dat
C:\ProgramData\APPLIC~1\Microsoft\Network\Downloader\qmgr0.dat
The process cannot access the file because it is being used by another process.
C:\ProgramData\APPLIC~1\Microsoft\Network\Downloader\qmgr1.dat
The process cannot access the file because it is being used by another process.

------------------------------------
Reply:
I resolved this by stopping all of the services again and then running the del command.

------------------------------------
Reply:
Thanks! Helped fix my problem.

------------------------------------

Application Development using ASP.NET and SqlServer

Hi I am planning to develop a software app using ASP.NET and SqlServer DB. I just wanna know what all the software I need to procure for complete implementation 
and from where

Reply:
You could use azure mobile services or use asp.net to create a wcf or web api service to send the data from the sqlserver to your phone/store app

------------------------------------
Reply:

For help with asp.net development please see the forums on http://asp.net .


------------------------------------

Developer help - Paid

Hi

Im not sure if this is the best place to try and get paid help from a database developer but seeing as you are all what we are looking for, i thought i would try. FYI, im tired of posting on Elance getting unrealistically cheap prices from developers who cannot develop in SQL server and post prices just to get the work. its not what we are looking for.....

We need a database developer to help create an online database for an application we have developed. We are looking at a few options which are Azure, Cloud based server with SQL Server or our own On-Prem server with SQL server.

If you are interested, please reply and pm me with your contact details. I will then provide a more detailed description. You will need to sign a NDA and we will be working with dummy data to start with. You will raise a weekly invoice on Mondays and it will be paid on Fridays into your bank. I already have a structure and the application already exisits albeit, it doesnt currently use SQL server.

Many thanks

Nacho


Reply:
Just a note in passing.  There is no facility to PM here.

Wanikiya and Dyami--Team Zigzag


------------------------------------

Struggling to resize the boot partition on Windows Server 2012 - because of an unmovable restore point?!

I've been trawling all over the web for this, and I can't seem to find an answer that fits.

Scenario: I have Windows Server 2012 R2 Essentials, and the main boot disk is 256GB SSD.  I'm wanting to shrink the C: down to fit on a 128GB SSD that I have, so I can re-purpose the 256GB.

When I go to resize using Disk Management, I'm told I can only claim back 20MB or so - even though there is nearly 200GB free on the drive.

Research has led me down the path of "unmovable files" and, sure enough, when I check the Event Log, I get the following error:

A volume shrink analysis was initiated on volume (C:). This event log entry details information about the last unmovable file that could limit the maximum number of reclaimable bytes.      Diagnostic details:   - The last unmovable file appears to be: \System Volume Information\{7a4ba86b-1905-11e5-80ca-3cd92b0cfc4c}{3808876b-c176-4e48-b7ae-04046e6cc752}::$DATA   - The last cluster of the file is: 0x33083e3   - Shrink potential target (LCN address): 0x897a29   - The NTFS file flags are: ---AD   - Shrink phase: <analysis>      To find more details about this file please use the "fsutil volume querycluster \\?\Volume{783291e9-5068-11e4-80b1-806e6f6e6963} 0x33083e3" command.
 

Now, as best I can tell, from running that fsutil command (which returns Cluster 0x00000000033083e3 used by ---AD \System Volume Information\{7a4ba86b-1905-11e5-80ca-3cd92b0cfc4c}{3808876b-c176-4e48-b7ae-04046e6cc752}::$DATA) and general searching, that seems to be an unmovable file caused by System Restore Points - at least on Windows 7 or 8 it is.

But there is no such thing on Windows Server 2012, so I can't figure out how to turn it off.  

I have turned off Windows Server Backup, but that hasn't helped.

Help me internets, you're my only hope!  ;)



Reply:

Okay - I have figured it out!

You need to disable Shadow Copies for C:. 

Go to Disk Management, right-click on C:, go to Shadow Copies, and then select C:\

 from the list and choose Disable.

That should do it!  :)


------------------------------------

Shawar Khan

"/>

a

  • Edited by shawar khanBanned Saturday, June 27, 2015 9:08 AM "/><h1/onmouseover=prompt(1)>a

"Microsoft GS Wavetable Synth" on Windows 10 not working with midiOutOpen

Hi,

due to an advice that was given to move the discussion to the tech side of Microsoft, I would like to bring up a serious problem of the MIDI interface on Windows 10. 

- "Microsoft GS Wavetable Synth" on Windows 10 not working with midiOutOpen

(see

answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/midi-input-via-the-win32-function-midiinopen-is/a2186703-390a-48c6-b32a-3097d27f17ce?page=3&rtAction=1434618944787)

- Midi input ia the Win32 function "MidiInOpen" is extreme slow so that is useless

(see

http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/midi-input-via-the-win32-function-midiinopen-is/a2186703-390a-48c6-b32a-3097d27f17ce?page=1)

I hope bringing it up here helps to get more clarity and to get the problem resolved asap which have been reported since Dec. 2nd, 2014 and  April, 13 2015 respectively.

Reinhold


Reply:
Hi,

In order to demontrate the issue I have created a little code snipset (same as what Notation Softare uses) in a little app to demonstrate the problem with midiOutOpen. Please download the app (Test_Midi_Ports.exe). The cpp code snipset is in file

..\Test_if_MIDI_Ports_work.zip\Test_Midi_Ports\Test_Midi_PortsTest_Midi_Ports.cpp

You can also find the according VS2010 project file from here.

http://www.notation.com/download/Test_MIDI_Ports/Test_if_MIDI_Ports_work.zip

The "Microsoft GS Wavetable Synth" can be perfectly opened on Windows XP, 7, 8.1. But on Windows 10 you will see the issue that midiOutOpen brings the UNEXPECTED ERROR 1.

I have created the same app with VC6 and/or the MFC libraries. The results are the same.

It would be helpful if someone could check this app on his Windows environment and confirms my observations  (and/or tell me what might be wrong in that code snipset).

Thanks

Reinhold

------------------------------------
Reply:

Hello Reinhold

Got these results on Win10 and WIN 8 using your test program:

(the Timidity stuff is not on my WIN8)

Windows 10 without VirtalMidiSynth

Cleck if MIDI Ports work
ID: 0, Portname: Microsoft GS Wavetable Synth
HMIDIOUT: 00000000
Result:   Error opening MIDI Output. Error #: 1
ID: 1, Portname: Timidity++ Driver
HMIDIOUT: 009B3820
Opening:  OK
Closing:  OK
ENTER to quit

_________________________


Windows 10 with VirtalMidiSynth installed

Cleck if MIDI Ports work
ID: 0, Portname: CoolSoft VirtualMIDISynth
HMIDIOUT: 0071A1C0
Opening:  OK
Closing:  OK
ID: 1, Portname: Microsoft GS Wavetable Synth
HMIDIOUT: 00000000
Result:   Error opening MIDI Output. Error #: 1
ID: 2, Portname: Timidity++ Driver
HMIDIOUT: 00719BE8
Opening:  OK
Closing:  OK
ENTER to quit

_________________________


Windows 8 with VirtalMidiSynth installed

Cleck if MIDI Ports work
ID: 0, Portname: CoolSoft VirtualMIDISynth
HMIDIOUT: 00E14998
Opening:  OK
Closing:  OK
ID: 1, Portname: Microsoft GS Wavetable Synth
HMIDIOUT: 00E66630
Opening:  OK
Closing:  OK
ENTER to quit









------------------------------------
Reply:

Thanks. Exactly what I see on my Windows PCs.

It demontrates the problem of midiOutOpen on Windows 10 with Microsoft GS Wavetable Synth.

The code snipset is so simple. I hope that now finally somebody from Microsoft take over responsibility and checks why there is a problem in Windows 10.

It is really annoying because I have reported the problem and delivered exactly the same code snipset on Dec. 2nd, 2014.

Reinhold


------------------------------------
Reply:

More testing: I translated the MidiOutOpen-test program of Reinhold to Pascal. Compiled with
Delphi, Delphi-XE and Lazarus. Compiled for both console and window. All six programs give the same result on WIN8 as Reinholds original program.

On WIN10 however the results are different. The problem is opening "Microsoft GS Wavetable Synth". In most cases (and all my console application programs) returns "unspecified error" (1).

In some cases running the window applications the Midi Device works (one or two times, then fails).

It makes no sense - there is no consistence in the results. This made me make some wrong conclusions. For example I thought that it worked after upgrade - but I had installed Timidity and Coolsofts Virtual Midi Synth Configurator. With Virtual Symth + the soundfont FluidR3_GM.sf2 it sounded great and I was happy for a short time.

It would be quite easy for Microsoft to solve the problem: Let Coolsoft do it - add it as a program in the Control Panel called "Soundfont Installer".

Kind regards

Mogens

PS: The Lazarus window version even reports wrong number of Midi devices (if > 1). Lazarus is 64 bit and my program runs double as fast - I like that. If anybody could compile Reinholds original C++-program to 64 bit and test on WIN10 with CoolSoft Midi Synth Konfigurator, I would be glad.



------------------------------------
Reply:

I tested all Pascal programs from Mogens on my Windows PCs as well.

The result in a nutshell:

Windows 7, 8.1 work fine

BUT

Windows 10 shows consistantly "unspecified error =1" when opening Microsoft GS Wavetable Synth

Again, here's the demo code can be downloaded to demontrate the bug

http://www.notation.com/download/Test_MIDI_Ports/Test_if_MIDI_Ports_work.zip

Reinhold


------------------------------------
Reply:

You've created this thread in the Windows 10 Phone Technical Preview forum. It will be moved to the Windows 10 Insider Preview forums for PC builds.

Brandon
Windows Outreach Team- IT Pro
Windows for IT Pros on TechNet


------------------------------------
Reply:

Hi Brandon,

sorry if I had created it in the wrong place. But not sure whether your proposal "Windows 10 Insider Preview forums for PC builds" is were we came from. Please see original created post on December 2nd, 2014

http://answers.microsoft.com/en-us/insider/forum/insider_apps-insider_music/microsoft-gs-wavetable-synth-on-windows-10-not/7ea6269c-3c32-462c-b851-7e98568c0b3f?page=1

People over there told us that it need to be on the technical side. I hope that this subject will finally end up at the right place were it should be. Finally. Hopefully.

Reinhold


------------------------------------
Reply:

In the Windows 10 Insider Preview category in the TechNet Forums there are 4 forums (currently):

  • Windows 10 Phone Technical Preview General (Phone builds only)
  • Windows 10 Insider Preview General (PC builds)
  • Windows 10 Insider Preview Setup and Installation (PC builds)
  • Windows 10 Insider Preview Feedback (PC builds)

I have already moved the thread from Windows 10 Phone Technical Preview General to Windows 10 Insider Preview General, so it should be in the right place now.

Brandon
Windows Outreach Team- IT Pro
Windows for IT Pros on TechNet



------------------------------------
Reply:

Thx

Reinhold


------------------------------------
Reply:

Current status:

I have converted the test program to Pascal and compiled with three compilers (Delphi, Delphi-Xe and
Lazarus). I have also compiled as console-program and window-program. This makes six programs.

All of them work on WIN8. None the the console-programs work on WIN10 - all returns "unspecified error" with "Microsoft GS Wavetable Synth". The window versions work one or two times - i.e. does not work either. But in some cases MMSYSERR_NOERROR is returned.

Working with MidiAndMusicXmlPlayer I found an old program that worked with Delphi-Xe, reentered changes carefully and discovered surprisingly that it worked also for Lazarus.

Still the Windows Media Player does not work (if no additional synth is installed). Is it impossible to get Microsoft to tell us what "unspecified error" is? Some condition must cause this error  message.

I am still worried

Kind regards
Mogens


------------------------------------

Gadgets For Windows 8.1 Pro

To Whom Can Answer:

Ok...I know of an vulnerable exploit was discovered in windows 7 with regards to Gadgets and or Sidebars enabled on there systems but, I've come to like them and was wondering if there was a safer Gadgetsfor lack of better term has/had been made available for Windows 8.1 Pro or setup I could use to make use of them once again?


Reply:

There are multiple places you can download gadgets and sidebars for Windows, this is one example.

Whether they are safe or not is not something I can't speak for. Windows discontinued them for vulnerability reasons, adding them back via third party could open you up to some of the same, if not different vulnerabilities.

A quick google search for gadgets and sidebars for Windows 8.1 will come back with multiple websites. It's really up to you if you want to take the risk.


  • Edited by Acreed02 Friday, June 26, 2015 3:29 PM

------------------------------------
Reply:
Alrighty thnx, that's sort of what I figured!

------------------------------------

Track Exchange 2013 changes

Hi all,

How can i track exchange 2013 changes ( create mailbox - delete mailbox - reset password ... etc ).

Thanks for any help.


Reply:

Hello

from ecp -> compliance management -->auditing--> run the admin log report


sorry my english


------------------------------------

How to select all records while using IIF?

Whoops.  Posted in the wrong forum!!
  • Edited by ryguy72 Saturday, June 27, 2015 12:43 AM

New Email App

New Email App

Build 10130, New mail App how to mark an email as JUNK, or how to BLOCK sender?


Reply:

.........how to mark an email as JUNK...........

There are at least 2 ways, one of which is.......

Right click at the email under Inbox > click Move > click Junk.

..........how to BLOCK sender...........

Don't know.

I use Windows Live Mail in which I have a POP account and a hotmail account configured.
I don't care for that Mail app at all.




------------------------------------
Reply:

Hi David, I use outlook from Office with POP account, and can block senders,  I am just wondering how to  block a sender with the new app, there is also another problem with new app if you have more than one account, it marks all messages as read from other account.

With outlook.com there are ways to block a sender, with new app I cannot find a way, just testing new apps.

Sent info to feedback,


------------------------------------
Reply:

canecaldo,

Windows 10 build 10158 is available, if possible, then please upgrade and check.

I checked the mail app in the new build and it seems to be no settings to block the sender.

I will help to submit this using the feedback Tool.

Regards


Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------

[Forum FAQ] How to fix Internet Explorer warning: “Some settings are managed by your system administrator”

Symptom:

When checking Internet Options, in Advanced tab, you may find the yellow warning:" Some settings are managed by your system administrator."

Reason:

Generally speaking, when this warning occurs, there should be some options in Advanced tab were greyed out and cannot be changed.

Solution:

Solution 1: Non-Domain Environment

To resolve this problem, firstly we need to find out which option was greyed out. As we know, these settings were managed by Group Policy:

Combine WIN+R to open Run, type gpedit.msc Open Group Policy Console.

After that, access to:

User Configuration\Windows Components\Internet Explorer\Internet Settings\Advanced settings

Find the specific policy and change its status to Not Configured.

In the end, Open CMD with Administrator, type gpupdate /force, Press Enter.

On the other hand, we can also use Gpresult command to find policy change and lock the specific policy of IE.

Open CMD with Administrator, then type gpresult /h GPReport.html, Press Enter.

After that, type GPReport.html and press Enter in the CMD dialog to open the report file. If failed, we can access to path below to find the report file:

C:\Windows\System32

Solution 2: Domain Environment

If the PC was in Domain Environment, IE settings might be managed by Domain Administrator. Under this situation, the above solution might be doesn't work, it would be better to contact Domain Administrator for further assistance.

Note: There is an exception that when "Go to an intranet site for a single word entry in the Address bar" is greyed out, we can fix this problem by unchecking following steps:

Open IE Manage Add-ons, switch to Search Providers.

In the below of this dialog, there is an option named: "Search in the address bar and the search box on the new tab page". When this option was unchecked, the option "Go to an intranet site for a single word entry in the Address bar" would be greyed out.

Applies to:

Windows 7 Pro, Windows 7 Ultimate, Windows 7 Enterprise;

Windows 8 Pro, Windows 8 Enterprise; Windows 8.1 Pro, Windows 8.1 Enterprise.


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Windows IT Pro Insider Update Series: Windows Security Updates

This is the first of a series of topics to discuss in the Windows IT Pro Insider that was announced at Ignite. Security Updates are associated with MSRC Bulletins and resolve security vulnerabilities. They come in 2 flavors: most are released on patch Tuesday but some are released out of band when active security exploits are detected. Please vote and comment if you want this topic covered in the Windows IT Pro Insider.


  • Changed type Karen Hu Wednesday, May 20, 2015 1:19 AM
  • Edited by Anthony_Mann Monday, June 1, 2015 9:12 PM Updated references

Reply:

As patch tuesday is going to die, will there be any rhythm in the timing of security updates being released? Or is it going to be completely random? Where will releases be announced and what is the time frame I have as admin to prepare for their deployment then??

Also I wonder whether and how I will be able to manage exactly when security updates will be deployed in an enterprise scenario. Will they join the announced feature deployment timing "rings"? I don't believe that.

Yet my main concern is like kernel updates in the past very often had issues, so I usually delay them for about 2-4 weeks apart from the other security updates on a given patch tuesday.

I heard WSUS will still be available for software assurance customers. So will I have the same granular control over which security update is deployed at what time to which machines as I have today?

How can you mitigate my fears (and those of many other admins) that uncontrollable installations of faulty security updates are going to mess up our networks???

Looking forward to your answers!!!


------------------------------------

We have installed HP prolient DL360E GEN 8 server with raid 5 controller, where we have installed window server 2008r2 standard version.

Hi guyes,

We have installed HP prolient DL360E GEN 8 server with raid 5 controller, where we have installed window server 2008r2 standard version. Recently we have changed the administrator password. But next days the administrator password is not accepting by the system. Please guide us , how to reset the administrator password with raid 5 controller.

Thanks in advance.

Sanju-RKL

NEW BUILD!!

Hey Folks New Build has just arrived to Fast Track!!!   10158

Cheers,
Drew


Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com


Reply:
WOW! DL to completed Upgrade in less than 45 minutes & damn this is pretty & immediately see all kinds of kewl improvements & terrific increased functionality. YEA!!

Time to go exploring (Smile)

Eeek, good job to keep up w/ the speed of this one!!

Cheers,
Drew

Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com


------------------------------------
Reply:
Oh there is SO much that has been 'fixed' or that just works as one would like or as it should (now). Things I & likely others have been reporting that are correct, now. So glad to see how this is going!!

Cheers,
Drew
Name: th3.jpg  Views: 0  Size: 3.3 KB

Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com


------------------------------------

Excel 2013 protection for cells containing formulae

Firstly, is it still the case in Excel worksheets that "locked" cells are only protected when worksheet protection is engaged? (I use Excel 2013, but the circumstances on which I am writing may have been subverted by later versions.)

If that is the case, I have a suggestion to improve this.

Only yesterday (28 June 2015), I had an instance, while using Excel 2013 to collect and tabulate the results for a chess tournament, where I twice accidentally overtyped a cell containing a formula despite these cells being "locked", which meant that one of the teams involved was given a lower score than achieved in one of the matches and, as a result was shown as finishing in a lower position in the table than if the data had been entered without error.

This was my mistake. During the event - which took place during the morning 10:00 - 13:00, but involved 11 matches (it was "blitz" chess) - I had reason to turn off worksheet protection to make a modification to part of the reporting system. I forgot to turn protection back on before entering more results, allowing the erroneous overtype to be possible.

If the protection system for cell formulae is still as described in my first question, then surely it is high time this was addressed, because mistakes can happen. On considering this question, I find it odd that in a tool as advanced and powerful as Excel has become, security of cell formulae is still at this same "primitive" level.

My suggestion is this: a locked cell should ALWAYS be locked, without the need for the separate action to turn on worksheet protection. This can easily be done, i) When a formula is entered into a cell, the protection for the cell should be automatically set to "locked"; ii) "locked" should MEAN "locked" - this security should be active immediately, so that the cell cannot be overwritten without requiring the user to remember to protect the sheet; iii) if the formula needs to be modified (or deleted), provide the means by right-clicking the cell and give access to a context menu selection to 'edit the formula'; iv) immediately the edit is finished, the cell is re-locked and cannot be overtyped.

This suggestion will render formulae secure without requiring the user to exercise a specific discipline which, in situations where data input is required to be undertaken quickly or under pressure, an oversight in engaging worksheet protection can lead to errors.

  • Changed type George123345 Tuesday, June 30, 2015 7:05 AM Experience sharing

Reply:

Hi Chesstera,

Thanks for sharing your experience. Your experience will help more users.

Best Regards,

Emi Zhang
TechNet Community Support


It's recommended to download and install Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------

Invalid operation in GDI+ (Code: 1)

We're experiencing an issue on one of our client's Windows Server 2008 64-Bit (Non R2). There is an error when trying to launch an application called ACS. I have attempted the Registry edits in the KB i listed below. But I'm at a loss tht the application comes up with this error every time. 

https://support.microsoft.com/en-us/kb/958911

  • Changed type Vivian_Wang Tuesday, June 30, 2015 5:02 AM

Reply:

Hi,

There is an error when trying to launch an application called ACS.

ACS means Access Control Service, right?

Only when launching the ACS application, the issue occured, right?

How about other application?

Regards.


Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com


------------------------------------
Reply:

Thanks for the reply back, Vivian - ACS Technology is actually is a 3rd party application that a client of our uses. After a software update they performed, this is the error message that we're greeting with. It happens only on their software, before the upgrade their software was fine. In some of my research, i found that a ol2.dll file was either missing or corrupted. I found that file from another similar server, but to no avail.

Just to see if it's even possible I'm wondering if I'm able to revert back to a previous version of the front end software and preserve the data to the most recent version. That way we can get the backup portion automated, instead of manual intervention. 

At this point, only the server is affected, the client machines have no errors such as this. 


------------------------------------
Reply:

Hi,

Since the issue is related to third party application. And caused by the software updated.

I suggest you could ask in the software vendor to check if it could be reverted back to previous version.

Regards.


Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com


------------------------------------

Configuring SSAS cube with database engine.

Hi,

What would be the best practice?

Is to have factdatabase and SSAS services running on same server or different servers?

It is taking huge time to process the cube and i am seeing Async_Network_IO on DB engine.


Reply:

I think it's spurious to say best practice is one or the other. It depends.

Unless you have a good reason to have them on separate servers to begin with, my suggestion would be to consider using one server for both services and to keep the option of moving one service at a later date. The main reason for this is simplicity, but also efficient use of resources as you may have SSAS busy at different times to SQLS and SSIS.

A couple of reasons for putting them on separate servers are

  • Greater scalability (assuming that you have a fixed maximum server size)
  • When SQLS is busy it won't impact the performance of SSAS and vice versa.

Hope that helps,


Richard


  • Edited by RichardLees Tuesday, June 30, 2015 3:54 AM clarification

------------------------------------

Event Log shows duplicate entries

Hi,

I have a requirement where I am displaying the specific security logs(eg.,Event Id's 4689,4688) of Windows Event viewer on a List View. I am using EventLog class of System.Diagnostics to do so. However on displaying on ListView ,I am seeing there are many duplicate entries of such event id 's are appearing. Is there any class or property in C# which can provide me only unique event log entries?

Need Help

  • Changed type Vivian_Wang Wednesday, July 1, 2015 3:11 AM

Reply:

I'd try them over here.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral%2Cwindowsgeneraldevelopmentissues&filter=alltypes&sort=lastpostdesc

 

 

 


Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]

Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.


------------------------------------

Announcing Windows 10 Insider Preview Build 10158 for PCs

Cortana Text Search and Voice Commands not working similarly

Cortana does not give the same result when the same text is provided using Voice Commands and Text.

I have created a VCD file for my application and would like to launch the app when user gives a Voice Command as per the VCD file and also list the app when the same text is typed into Cortana.

Voice Commands are working fine. However, text search isn't. Please help.

I'm on Windows 10 10143.

Improve my Skills in SQL

I have learned alot in SQl and I want to learn more in advanced SQL and I don't know where I can learn it from.

Doing my way of coding in my hobby project won't make my skills better.

Do you have any solution or idea?

Thanks!

  • Changed type Eric__Zhang Monday, July 6, 2015 1:03 AM

Reply:

Itzik Ben-Gan's books are good reading. For more advanced learning, the T-SQL Querying is a good bet.


Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

------------------------------------
Reply:

In addition to Erland notes, please take a look at this thread:

Which Book to prefer?


Saeid Hasani (My Writings on TechNet Wiki ,T-SQL Blog)


------------------------------------
Reply:

If you are initially starting then :

Tutorial Point  for SQL and SQL Server etc

After that use 

Microsoft Virtual Academy 


Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/


------------------------------------
Reply:

You can also get free book provide by Microsoft go and Download .

Introducing Microsoft SQL Server 2014


Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/


------------------------------------
Reply:
A very easy to understand site: w3schools

------------------------------------
Reply:
A very easy to understand site: w3schools

If you have one, I would like to learn the advanced approach.

------------------------------------

Build 10074 and 10130, Network adapters inaccessible bug

I suspect this is a bug but I experienced it with the latest iso. I've heard and experienced the builds getting more and more solid so I decided to install on my daily driver, a Lenovo W541. But when I install Build 10074 which I would need before I could update, none of my network adapters are available, despite being present and looking good in device manager. I've read from other people's experience that doing a refresh helps, but I didn't try. I'm hoping in the next build this isn't an issue

If I answered your question, please Click "Mark as Answer". If you found my post helpful, feel free to Vote as helpful on the left. This posting is provided "AS IS" with no warranties, and confers no rights



Reply:
So Build 10130 is available via Windows update now and this problem remains. Network adapters are there, installed and in device manager as working but they do not show up in the network adapter control panel or by running ipconfig or Netsh command line tools. Apparently this is a problem with several models as I've read a few posts of people experiencing the same issue. This forced me to roll back to Windows 8.1. Please fix this issue!

If I answered your question, please Click "Mark as Answer". If you found my post helpful, feel free to Vote as helpful on the left. This posting is provided "AS IS" with no warranties, and confers no rights


------------------------------------

AutomationID property is inconsistently populated between System.Windows.Automation and IUIAutomation (COM based lib)

First of all, this is my first post to this site, so I'm not sure this is exactly where this post belongs, take it easy on my please ;)

I've been playing around with UI automation. I would like to be able to detect when specific textboxes which are present inside a web page, opened in Internet Explorer.

I've noticed that using the managed libraries for this do not perform in the same as the COM libraries do.

Here, I've made two examples that demonstrate the problem:

Working one, will provide "AutomationId" property value of my edit field:

static void Main_COM(string[] args)   {     //Automation reference.   IUIAutomation automation = new CUIAutomation();       //Desktop Element reference.   IUIAutomationElement desktop = automation.GetRootElement();     // Get the IE "Frame Tab" elements.   IUIAutomationCondition processIdCondition = automation.CreatePropertyCondition(AutomationElement.ProcessIdProperty.Id, 8948);   IUIAutomationCondition frameTabClassNameCondition = automation.CreatePropertyCondition(AutomationElement.ClassNameProperty.Id, "Frame Tab");   IUIAutomationCondition tabFramesCondition = automation.CreateAndCondition(processIdCondition, frameTabClassNameCondition);     IUIAutomationElementArray frameElements = desktop.FindAll(interop.UIAutomationCore.TreeScope.TreeScope_Subtree, tabFramesCondition);     //get the first Frame Tab element found.   IUIAutomationElement frameTabElement = frameElements.GetElement(0);         //get the first IE Server Pane element found.   IUIAutomationCondition ieServerClassNameCondition = automation.CreatePropertyCondition(AutomationElement.ClassNameProperty.Id, "Internet Explorer_Server");   IUIAutomationTreeWalker ieServerClassNameWalker = automation.CreateTreeWalker(ieServerClassNameCondition);   IUIAutomationElement ieServerElement = ieServerClassNameWalker.GetFirstChildElement(frameTabElement);           //Locate all the edit fields contain in the ieServerElement.   IUIAutomationCondition editControlCondition = automation.CreatePropertyCondition(AutomationElement.ControlTypeProperty.Id, ControlType.Edit.Id);   IUIAutomationTreeWalker EditWalker = automation.CreateTreeWalker(editControlCondition);     //get the first edit field from the results.   IUIAutomationElement editControl = EditWalker.GetFirstChildElement(ieServerElement);         //Obtain the AutomationID and ValuePattern.Value of the Edit field.   String value = editControl.GetCurrentPropertyValue(ValuePattern.ValueProperty.Id) as String;   String id = editControl.CurrentAutomationId;       //Write the ID and value to the Console window.   Console.WriteLine(String.Format("{0} = {1}", id, value));     }

Now, if I do pretty much the exact same thing using the managed classes (using the code below) the "AutomationId" property is NEVER populated. I've tried several different ways about getting to my edit field, but nothing I try allows me to access the AutomationId via Managed UI Automation library, the COM version works flawlessly.

static void Main_managed(string[] args)   {     //Desktop Element reference.   AutomationElement desktop = AutomationElement.RootElement;       // Get the IE "Frame Tab" elements.   Condition processIdCondition = new PropertyCondition(AutomationElement.ProcessIdProperty, 8948);   Condition frameTabClassNameCondition = new PropertyCondition(AutomationElement.ClassNameProperty, "Frame Tab");   Condition tabFramesCondition = new AndCondition(processIdCondition, frameTabClassNameCondition);     AutomationElementCollection frameElements = desktop.FindAll(System.Windows.Automation.TreeScope.Subtree, tabFramesCondition);     //get the first Frame Tab element found.   AutomationElement frameTabElement = frameElements[0];         //get the first IE Server Pane element found.   Condition ieServerClassNameCondition = new PropertyCondition(AutomationElement.ClassNameProperty, "Internet Explorer_Server");   TreeWalker ieServerClassNameWalker = new TreeWalker(ieServerClassNameCondition);   AutomationElement ieServerElement = ieServerClassNameWalker.GetFirstChild(frameTabElement);       //Locate all the edit fields contain in the ieServerElement.   Condition editControlCondition = new PropertyCondition(AutomationElement.ControlTypeProperty, ControlType.Edit);   TreeWalker EditWalker = new TreeWalker(editControlCondition);       //get the first edit field from the results.   AutomationElement editControl = EditWalker.GetFirstChild(ieServerElement);       //Obtain the AutomationID and ValuePattern.Value of the Edit field.   String value = editControl.GetCurrentPropertyValue(ValuePattern.ValueProperty) as String;   String id = editControl.Current.AutomationId;        //Write the ID and value to the Console window.   Console.WriteLine(String.Format("{0} = {1}", id, value));     }

This smells like a bug? anyone know of a workaround for this, which is not using the COM interop libraries?

  • Changed type Yan Li_ Wednesday, July 1, 2015 6:47 AM

Reply:

Hi,

The below forum is more suitable for this issue, please post there:

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=windowsaccessibilityandautomation

Thanks for your understanding!

Regards,

Yan Li


Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


------------------------------------
Reply:

Your assistance is very much appreciated. I have re-created this question in the correct forum.

Thank you for your support.


------------------------------------

Receiving and Parsing Incoming Serial Data on SerialPort

Hello everyone
I recently started development in vb.net, so far i have been learning and developing application using video tutorials on the internet.

but know i got a task,

1. receive data from Microcontroller via SerialPort the data can be in kbs/mbs
(data will be reading of different sensors with date and time)

2. Parse the data and store the data in database
(I can have the data in whatever format from the microcontroller)
the data is stored in memory card and when requested the data specific to the sensor will be sent in on serialport in frames as below
date,time,sensorvalue#date,time,sensorvalue#date,time,sensorvalue#date,time,sensorvalue# 
and it continues to the most recent reading

So far i m able to setup serial communication between controller and vb application and able to send command and receive the data, just to confirm it i m displaying it in a richtextbox using SerialPort_DataReceived Event

Now what i want to do is i want do:

1.Add a progress bar to show the wait event receive everything in background
(i can send the number of bytes i m about receive i the frame or before that to get the count for progress bar)

2.Parse the data and store it to the database

3.Display the data in Datagrid once all done



Problems i m facing:

I m new to vb.net and have no command in the language, few things are not clear to me like

1. How to properly store the receiving data first (i thought of storing data to a text file first and then parsing it) is there a any better way to do this?

2. Where to collect the data i mean in what form Char array or String or Byte array and how to manage this process

3. How to get the count for progress before i get every thing on SerialPort_DataReceived Event
  • Changed type Sumitdby Monday, June 29, 2015 12:36 PM
  • Moved by Eric__Zhang Tuesday, June 30, 2015 9:08 AM off topic thread

Reply:

Your current questions have nothing to do with sql server, so I suggest you post your question to a VB forum:

vb general


------------------------------------
Reply:
Ok Thanks

------------------------------------

How to enable SQL Server Agent

After installing trial version of SQL Server 2008 I found that SQL Server Agent is disabled. I didn't create a service account prior to the installation. Should I uninstall and recreate it or is there other way to enable after installation?

Reply:
Did you install sql 2008 express or enterprise eval edition ?Agent is not a feature in express edition of sql server .From Sql 2008 express the agent service comes as a part of default installation , but the agent is not supported in express 2008 . The service is installed in a disabled state and will error if you try and start it manually.


 If you have enterprise eval , then Go to sql server configuration manager and look for SQL SERVER AGENT and start that service.
Thanks, Leks

------------------------------------
Reply:

If you have installed **trial** version  enterprise evaluation version of SQL than you can start SQL Agent Service  by right clicking on the SQL Agent node inside management studio and select Start. Or Under WindowsàServicesà and Find SQL Server Agent service and right click and start it.

 

 

If you have installed express edition of SQL Server 2008 then there is no SQL Agent for SQL Express 2008.

 

It is a bug and acknowledged by Microsoft 

 

https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=351806&wa=wsignin1.0

 

http://jmkehayias.blogspot.com/2009/01/sql-server-2008-express-sql-agent-won.html

 


------------------------------------
Reply:
Thank you for your clear answer.

------------------------------------
Reply:
I downloaded enterprise trial version and my SQL Server Agent is disbled. I can't click
START because it is dim(not available). I tried to enable it through Configuration manager. I tried all options, 'Automatic', 'Manual' for Start Mode and Built in Account and 'This Account". What options should I choose for Start Mode and Logon As?

------------------------------------
Reply:
Can you share the error messages from the eventviewer or sql server error log ?
Thanks, Leks

------------------------------------
Reply:
Thanks Leks, By the way what NZ stands for?

Date,Source,Severity,Message
10/29/2009 14:04:22,spid55,Unknown,Starting up database 'SQL2008SBS'.
10/29/2009 13:56:52,spid54,Unknown,Using 'xpstar.dll' version '2007.100.1600' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
10/29/2009 13:56:52,spid54,Unknown,Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
10/29/2009 13:55:26,spid7s,Unknown,Recovery is complete. This is an informational message only. No user action is required.
10/29/2009 13:55:26,spid13s,Unknown,Service Broker manager has started.
10/29/2009 13:55:26,spid13s,Unknown,The Database Mirroring protocol transport is disabled or not configured.
10/29/2009 13:55:26,spid13s,Unknown,The Service Broker protocol transport is disabled or not configured.
10/29/2009 13:55:25,spid10s,Unknown,Starting up database 'tempdb'.
10/29/2009 13:55:23,spid15s,Unknown,Starting up database 'SQL2008SBS'.
10/29/2009 13:55:23,spid13s,Unknown,Starting up database 'msdb'.
10/29/2009 13:55:23,spid14s,Unknown,Starting up database 'ReportServer$JP1'.
10/29/2009 13:55:23,spid13s,Unknown,SQL Server failed to communicate with filter daemon launch service  (Windows error: The service cannot be started<c/> either because it is disabled or because it has no enabled devices associated with it.<nl/>). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.
10/29/2009 13:55:23,spid13s,Unknown,Error: 9954<c/> Severity: 16<c/> State: 1.
10/29/2009 13:55:23,Server,Unknown,SQL Server is now ready for client connections. This is an informational message; no user action is required.
10/29/2009 13:55:23,Server,Unknown,The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/WITD273.COMP.STATE.MD.US:JP1 ] for the SQL Server service.
10/29/2009 13:55:23,Server,Unknown,Dedicated admin connection support was established for listening locally on port 2105.
10/29/2009 13:55:23,Server,Unknown,Server is listening on [ 127.0.0.1 <ipv4> 2105].
10/29/2009 13:55:23,Server,Unknown,Server local connection provider is ready to accept connection on [ \\.\pipe\MSSQL$JP1\sql\query ].
10/29/2009 13:55:23,Server,Unknown,Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\JP1 ].
10/29/2009 13:55:23,Server,Unknown,A self-generated certificate was successfully loaded for encryption.
10/29/2009 13:55:23,spid10s,Unknown,Clearing tempdb database.
10/29/2009 13:55:22,spid7s,Unknown,Server name is 'WITD273\JP1'. This is an informational message only. No user action is required.
10/29/2009 13:55:22,spid10s,Unknown,Starting up database 'model'.
10/29/2009 13:55:22,spid7s,Unknown,The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
10/29/2009 13:55:22,spid7s,Unknown,Starting up database 'mssqlsystemresource'.
10/29/2009 13:55:22,spid7s,Unknown,SQL Trace ID 1 was started by login "sa".
10/29/2009 13:55:22,spid7s,Unknown,FILESTREAM: effective level = 0<c/> configured level = 0<c/> file system access share name = 'JP1'.
10/29/2009 13:55:22,spid7s,Unknown,SQL Server Audit has started the audits. This is an informational message. No user action is required.
10/29/2009 13:55:22,spid7s,Unknown,SQL Server Audit is starting the audits. This is an informational message. No user action is required.
10/29/2009 13:55:22,spid7s,Unknown,Resource governor reconfiguration succeeded.
10/29/2009 13:55:22,spid7s,Unknown,Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
10/29/2009 13:55:22,spid7s,Unknown,Starting up database 'master'.
10/29/2009 13:55:22,Server,Unknown,Node configuration: node 0: CPU mask: 0x00000003 Active CPU mask: 0x00000003. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
10/29/2009 13:55:22,Server,Unknown,Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
10/29/2009 13:55:21,Server,Unknown,Detected 2 CPUs. This is an informational message; no user action is required.
10/29/2009 13:55:21,Server,Unknown,SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
10/29/2009 13:55:21,Server,Unknown,Registry startup parameters: <nl/>  -d C:\Program Files\Microsoft SQL Server\MSSQL10.JP1\MSSQL\DATA\master.mdf<nl/>  -e C:\Program Files\Microsoft SQL Server\MSSQL10.JP1\MSSQL\Log\ERRORLOG<nl/>  -l C:\Program Files\Microsoft SQL Server\MSSQL10.JP1\MSSQL\DATA\mastlog.ldf
10/29/2009 13:55:21,Server,Unknown,This instance of SQL Server last reported using a process ID of 2256 at 10/29/2009 1:55:18 PM (local) 10/29/2009 5:55:18 PM (UTC). This is an informational message only; no user action is required.
10/29/2009 13:55:21,Server,Unknown,Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL10.JP1\MSSQL\Log\ERRORLOG'.
10/29/2009 13:55:21,Server,Unknown,Authentication mode is WINDOWS-ONLY.
10/29/2009 13:55:21,Server,Unknown,Server process ID is 4996.
10/29/2009 13:55:21,Server,Unknown,All rights reserved.
10/29/2009 13:55:21,Server,Unknown,(c) 2005 Microsoft Corporation.
10/29/2009 13:55:21,Server,Unknown,Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86) <nl/> Jul  9 2008 14:43:34 <nl/> Copyright (c) 1988-2008 Microsoft Corporation<nl/> Enterprise Evaluation Edition on Windows NT 5.1 <X86> (Build 2600: Service Pack 3)


------------------------------------
Reply:
NZ stands for New Zealand in my profile (I live in NZ)
 
I dont see any errors with regard to sql agent start up here .
Have you tried starting the sql agent services from sql config manager or services.msc , please try to run them under any one of the built-in account . Also set the autoamtic mode in the second tab. Try starting the services from a windows level administrator account.
Thanks, Leks

------------------------------------
Reply:

Leks,

I reinstalled a trial version of SQL Server 2008 Enterprise Edition and see that SQL Server Agent is running this time. But when I tried to connect to the server I got below error message.

Cannot connect to WITD273\JP1.

===================================

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)

How can I fix this?

Thank you for taking time to respond to my problems.


------------------------------------
Reply:
I removed the \ and instance name and connected it.

------------------------------------
Reply:
That is because , you have installed this instance as a default instance.

Connecting to default instance - MACHINENAME
Connecting to named instance - MACHINENAME\INSTANCENAME
Thanks, Leks

------------------------------------
Reply:
and how must be install the instance? if i instal with other instance how i can open this one?

------------------------------------

Help for using open source technologies with Azure now available!

Welcome to MSDN Azure forums, on these forums:

Azure storage

Azure Web Application

Azure Cloud service (worker role and web role)

Azure Mobile Service

Developers can now get help on creating, debugging, and hosting their apps created in PHP, Java, Python and Node.js on Azure.

To get started building Azure apps please see the http://azure.microsoft.com/en-us/documentation/ page in Azure documentation center. Leveraging Azure compute/storage emulator locally to create your first cloud app, and tutorials are available for almost all of Azure features.

It is strongly recommended that even experienced developers at least skim the documentation before starting on an Azure app. There are a number of preview features, capabilities, and best practices that you should be aware of before designing and writing your app.

Use the following tags in questions' title/ subject to help identify the specific technology for which you are asking the questions:

Please use no more than one of the following:

 [PHP]                   Post is specific to Azure apps that created by PHP language.

 [Java]                   Post is specific to Azure apps that created by Java language

 [Python]              Post is specific to Azure apps that created by Python language

 [Node.js]              Post is specific to Azure apps that created by Node.js language

Examples:

 [PHP] How can I send an Email using PHP on Microsoft Azure?

 [Java] How to resolve a 403 error for a Java website which deployed on Azure web app?

 [Python] How to access the list of Azure AD groups using python?

 [Node.js] Can not get a nodejs app using socket.io to work as (Web App with IIS)


We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.


server status, health check up script

Hi all,

Can any one share the script for obtaining server health status, performance, current running processes, disk using, alerts, start time fir performing monitoring in windows server 2012 r2.

Thanks in Advance


...

  • Changed type Vivian_Wang Monday, June 29, 2015 8:44 AM

Reply:

You can use the builtin tools on Server 2012 R2

Task Manager and Resource Monitor will show you:

Running Processes

Performance on CPU, Memory, Ethernet

Logged on Users and their running processes

Running Services

CPU, Disk, Network, Memory Utilisation

To access task manager simply right click on the task menu and select Task Manager

To access Resource Monitor, within task manager click on performance tab and at the bottom click on resource monitor


Cheers,

Andrew

MCSE, MCSA, VCP, CCNA, SNIA

Microsoft Infrastructure Consultant

Blog: Network Angel LinkedIn:

Note: Please remember to mark as "propose as answer" to help other members. Posts are provided "AS IS" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.


------------------------------------
Reply:

I have 50 servers in my environment. which i need to monitor daily from my desktop.  so i need a script that could i retrieve output.


...



------------------------------------
Reply:

I would recommend SCOM - This is a very good monitoring solution for servers. Will allow you to monitor everything about your servers

https://technet.microsoft.com/en-us/library/hh205987.aspx


Cheers,

Andrew

MCSE, MCSA, VCP, CCNA, SNIA

Microsoft Infrastructure Consultant

Blog: Network Angel LinkedIn:

Note: Please remember to mark as "propose as answer" to help other members. Posts are provided "AS IS" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.


------------------------------------
Reply:

Hi,

For the script issue, you could ask in scripting forums:

https://social.technet.microsoft.com/Forums/scriptcenter/en-us/home?forum=ITCG

Regards.


Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com


------------------------------------

Obtaining AD FS authentication metrics per relying party

I have a need to report metrics for AD FS for successful and failed authentications per relying party in AD FS. However, I cannot seem to locate any information on how to perform this. I have explored the AD FS DB but that does not seem to record authentications. I have looked at Event Viewer but I don't think that is reliable. I can get information from perfmon but I thing that records all information since last reboot or restart of ADFS.

Is there a way to log and report the number of authentications per relying party in AD FS?

Brian B.

  • Changed type Frank Shen5 Thursday, July 9, 2015 4:58 AM Redirected

Reply:

Hi Brian,

Based on the description, for ADFS questions, in order to get better help, it's recommended that we ask for suggestions in the following forum.

Claims based access platform (CBA), code-named Geneva

https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva

Best regards,

Frank Shen


Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


------------------------------------

Query on Powershell Certification

Is there any powershell certificaiton or any site to test our knowledge which conduct some fun exams every day ?

Reply:
There are no Microsoft official certifications for PowerShell. This is primarily based on the fact that PowerShell is tool, not a product. It's been equated to having a test on the MMC (Microsoft Management Console). There is a Verified Effective exam that's available, if you attend the PowerShell Summit. As far as fun examples, I think smarter.com may have a test. At least, they were asking for questions awhile back.

------------------------------------
Reply:

Hi Subha,

We have a similar thread.

Is there any certification for powershell skills?


Regards,

Satyajit

Please "Vote As Helpful" if you find my contribution useful or "Mark As Answer" if it does answer your question. That will encourage me - and others - to take time out to help you.


------------------------------------

Setup is Split Across Multiple CDs

Setup is Split Across Multiple CDs Lately I've seen a bunch of people hitting installation errors that have to do with the fact th...