Skip to main content

Featured post

How to Insert line break in Text component in React Native

Hi, I was developing an application in react native.I have to handle lots of text data in this small react native application.I have used  Text component in react native many times. While working on this application,i had a requirement to display some text content with line breaks.I will explain it clearly with an example.I want to display a text as shown below  Welcome Please subscribe my channel I wrote react native code as shown below <View> <Text> Welcome Please subscribe my channel </Text> <View> When i run these lines of code,It will display text as shown below Welcome Please subscribe my channel   - instead of displaying in two lines with line break,it displays in a single line.So i have to find a solution to insert line break in Text component in React Native.After lots of research,i found a clean solution as shown below <View> <Text> Welcome{"\n"} Please subscribe my channel </Text> <View> Here ...

The function requested is not supported .An authentication error has occurred - RDP error in windows 10 windows 7 windows 8 windows server OS

I was trying to access a machine's remote desktop using RDP in the same network, unfortunately ,I got an error  The function requested is not supported .An authentication error has occurred 






When I Click CONNECT button, I got an error as shown below




In Order to fix this error I opened RUN window and typed  GPEDIT.MSC as shown below






This will open Local Group Policy Editor  window as shown below






Go To Local Computer Policy -> Computer Configuration -> Administrative Templates -> System ->Credentials Delegation
and then
click on Encryption Oracle Remediation





Select ENABLED Option
Protection Level Vulnerable 
Then Click APPLY and OK 



Now Try to connect the remote Desktop without "The function requested is not supported .An authentication error has occurrederror. we have successfully fixed it