Recent Questions

متن مرتبط با «windows 10 cannot add user» در سایت Recent Questions نوشته شده است

Adding pinned posts with Laravel

  • نیلوبلاگ

    Let's say you have a blog and have posts ordered by their published date. Later you decide you want to pin certain posts. Pinned posts should be displayed before any other posts regardless of their published date. The Solution You can accomplish this by modifying the order clause in the query. Take this order: ->orderBy('published_at', 'desc') This will order posts by their published date in descending order. Adding a second-order clause: ->orderBy('is_pinned', 'desc')->orderB...

    ادامه مطلب
  • How to Add an Audio or Music File to a Web Page with BlueGriffon

  • نیلوبلاگ

    BlueGriffon has built-in facilities for you to insert an audio clip or music file into your web page. This article shows you how to use it....

    ادامه مطلب
  • [Updated] How to Add a CAPTCHA Test to Your Feedback Form Script: Reducing Spam in Your Contact Form

  • نیلوبلاگ

    The article on how to add a CAPTCHA to your contact form has been updated to include information on how you can use the newest CAPTCHA option (the one that potentially pays you for using them) of the Feedback Form Wizard. ...

    ادامه مطلب
  • How to Generate the Free Let's Encrypt SSL Certificate on Your Own (Windows) Computer

  • نیلوبلاگ

    Find out how to generate an SSL certificate for a website on your own computer. (For those wondering, SSL certificates are needed so that your site can be accessed using HTTPS instead of HTTP.) ...

    ادامه مطلب
  • Top 10 Free Blogging Platforms For Beginners

  • نیلوبلاگ

    Weblogs (more commonly known as Blogs) initially started as a means of keeping logs of one’s daily life - just like we used to do with jouals. Ten years ago, many didn’t see a point in maintaining a...

    ادامه مطلب
  • F5 on my Windows 10 Surface

  • نیلوبلاگ

    I have Windows 10 on a Surface Pro 3. I am trying to use Visual Studio Code. Unfortunately, there seems to be no combination whatsoever where I can run my program. Any time I hit F5 or ctrl f5 or shift f5, the windows 10 search bar from the OS pops up. There seems to be no way to make the application received the F5 before the OS and I can find no way to swap any key to make the program Let's block ads! بخوانید...

    ادامه مطلب
  • Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

  • نیلوبلاگ

    I try to set a root password as follows: mysqladmin -u root password "root"; Then I make a connection to my MySQL server, the following command: mysql -u root -p Enter password: **** enter image description here ...

    ادامه مطلب
  • Is it possible to customize Windows 8.1 colors similarly to how it was since Win95 in the "Advanced Appearance Settings"?

  • نیلوبلاگ

    For the first time since Windows 95, Windows 8/8.1 ceased to offer the "Advanced Appearance Settings", which enabled the following customizations: screenshot of the "Window Color and Appearance" window That is a shame, not only because users lost customization power, but specifically because it made much more difficult for an user to set its own dark-theme version of the system. Is there any way to change such colors in Windows 8.1? Notice that I am not talking about merely doing this and I also...

    ادامه مطلب
  • Find folder contents difference on WIndows 7?

  • نیلوبلاگ

    I have a larger folder containing all my SVN files. I got attacked my a virus destroying some files but also corrupting SVN config files, so now TortoiseSVN cannot recognize it as a SVN folder. I can redownload the repository to other location but there are some files I didn't commit to it. Is there some software that can tell me difference in contents between folders or should I write a batch script that can tell me which files were not commited? Let's block ads! بخوانید...

    ادامه مطلب
  • Outlook 2016 - whitelist certain addresses from domain

  • نیلوبلاگ

    Let's say I work for XYZ Ltd and our email addresses are [email protected] . I have three colleagues [email protected]. [email protected], [email protected] . However I get spam with spoofed sender addresses say (apparently) from [email protected] and [email protected] and other obviously randomly generated names. So can I create an Outlook rule to only allow the three or four valid names from the domain and spam folder the rest? Let's block ads! بخوانید...

    ادامه مطلب
  • Windows 10 Pro (UPGRADED FROM HOME) cannot join to domain only in Anniversary Update 1607

  • نیلوبلاگ

    I have a room full of machines that I have been upgrading from home to pro (Windows 10). All machines that are NOT anniversary update 1607 can be joined to a domain with no issues. All that are the anniversary update will allow me to join to the domain and it restarts and asks for the useame and password. Put in my credentials and it provides a generic "cannot log you in" error message. I've also noticed lusrmgr.msc is missing (Local users and groups) in all of these 1607 upgrades. The earlier b...

    ادامه مطلب
  • SLOW CIFS/SMB file transfer for authenticated users

  • نیلوبلاگ

    How to configure CIFS that local and domain users have fast transfer speeds? I do have massive performance issues using CIFS / SMB / Samba in combination with users. It's independent from Active Directory (AD) being enabled or disabled. Local as well as domain users transfer data really slow. There as guest user is fine. However I'm not able to figure out that causes the bottleneck for authenticated users? And how to configure samba to avoid the problem? CIFS / SMB Transfer Speeds User --------...

    ادامه مطلب
  • Fedora 24, Installed on Hyper-V (W10) - Display Driver & vGPU

  • نیلوبلاگ

    I have Fedora 24 installed using Hyper-V on top of Windows 10 (anniversary update) Trying to get the Hyper-V vGPU working, but Fedora does not recognizing it, and it doesn't even recognizing the video device if i don't have the vGPU enabled. Anyway to get some video acceleration or even just fullscreen working on this setup or should i look at different Hyper-visors? Side Question: Would i be better off testing this with Server 2016 - Which has pass through? I started this expedition after i not...

    ادامه مطلب
  • using command prompt how can i change my gmail username on my local account back to microsoft

  • نیلوبلاگ

    Using command prompt, how can I change my Gmail address useame on my local account back to Microsoft. It doesn't let me sign in. You see my Gmail address but when I put my password in, it said to change my Microsoft password to sign in. But it's not a Microsoft account. Somehow I ended up with my Gmail address as my sign in local account. I also don't see the option of changing my useame. I can only sign in as a built-in administrative. Let's block ads! بخوانید...

    ادامه مطلب
  • Events 10000 and 10001 Windows 10

  • نیلوبلاگ

    I can see a lot of events 10000 and 10001 in the Application Logs of the Event Viewer. They relate to RestartManager and if looked closely upon I can see a lot of "StartingSession" and "EndingSession" entries. But no entries to indicate as to why does it keep initiating and closing sessions. Any way to find this out? Let's block ads! بخوانید...

    ادامه مطلب
  • How to find the 'Run' command that opens a specific process on Windows?

  • نیلوبلاگ

    I am using Windows 10 (well, the version is irrelevant I believe) and I would like to execute my programs through 'Run' just for convenience. My problem is, where do I look for each software's Run keyword ? For example, to open paint, you can run 'mspaint', to open Notepad++ I luckily figured out you can run notepad++ but what about other processes ? For example, I have no clue how to open Sublime text 3 with Run or paint.net and many other software. If you are willing to help, please also provi...

    ادامه مطلب
  • Multiple monitors with different resolutions - windows oddly re-positioned upon unlocking system

  • نیلوبلاگ

    I have an Nvidia 1070 and three monitors. Two are 1080p one is 1440p. I run Windows 10 x64. Say I have google chrome (it happens to other windowed apps) maximized on one of the side 1080p monitors. SOMETIMES when I lock the computer and come back to it later (after the screens have gone to sleep -- my computer never goes into sleep mode though), the window will have shifted from maximized position to 50% to the right and 50% down but still the same size so it's off the screen...It's not always i...

    ادامه مطلب
  • Error attempting to install RHEL7 on Dell 7510 laptop

  • نیلوبلاگ

    I created a boot image of RHEL 7.2 and configured BIOS to boot from USB. The USB boot image is recognized. I am asked to Install or check hash. After selecting Install, the following text appears on screen: [0.0000000] tsc: Fast TSC calibration failed [ OK ] Started Show Plymouth Boot Screen. [ OK ] Reached target Paths. [ OK ] Reached target Basic System. Mounting Configuration File System... [ OK ] Mounted Configuration File System. [7.920070] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6...

    ادامه مطلب
  • Windows 10 reporting wrong hard disk free space

  • نیلوبلاگ

    I have an exteal hard disk, and for some reason, it is reporting wrong free space. In Windows Explorer, it is showing the used space is 378 GB. I tried running chkdsk H: /f /r, it seems to report the same usage as Windows Explorer, and it says that there is no problem. But when I tried selecting all the files inside this drive, it is showing much lesser usage. I've already set the setting to show all hidden files and folders, also show the protected OS files, but it still cannot find about th...

    ادامه مطلب
  • Windows 10 claims that memory is full, when it really should not be

  • نیلوبلاگ

    I have a Windows 10 PC with 8GB of RAM that frequently generates "low memory" waings, even when barely any applications are open. Example: Can anyone explain what is going on, and what can be done to fix this? ...

    ادامه مطلب