Mga Pahina

Sabado, Setyembre 17, 2022

HOW TO FIX You can’t access this shared folder because your organization’s security policies block unauthenticated guest access

 

If your company disable the GPO editor and Secpol on our PC, could you enable insecure guest logons with Registry?

Please refer to the following steps:

1.Open Run command by Pressing windows + R and type regedit and hit enter to open the registry editor.

2.Navigate to the following path.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

3.Expand the Windows Registry Key and search for LanmanWorkstation registry key, If you are not able to find the registry key, then you need to create it.

4.Right Click on the Windows Registry Key and Choose New > Key, Name the Key as LanmanWorkstation. Now Click on the LanmanWorkstation Registry key and from your right-hand side right click and choose New > DWORD 32 bit Value and name it as AllowInsecureGuestAuth. Double click on the AllowInsecureGuestAuth DWORD and set the vlaue to 1 and give OK.

As the picture below:

Now restart the system once and check the shared file is accessible or not.

Please note: Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs.



Martes, Agosto 23, 2022

How to Format a Hard Drive Using the Command Prompt

STEP 1:    Open Command Prompt As Administrator

Opening the command prompt.

Search for command prompt, right click and run as Administrator.S




STEP 2:    Use Diskpart



Using diskpart

Once command line is open, type 'diskpart' and press Enter.

PLAY SOUND

STEP 3:    Type List Disk



Using list disk

The above command will open a Diskpart window. In this window, type 'list disk' and press Enter. It will list all the available drives.

STEP 4:    Select the Drive to Format



Formatting a drive.

Now type 'select disk (disk number)' as shown above. Specify the drive number which needs to be formatted.

STEP 5:    Clean the Disk



Using the clean function.

In this step, type 'clean'. This command will permanent delete all files and folders, and successfully clean up the disk.

STEP 6:    Create Partition Primary




Creating primary partition.

To make the drive again accessible, type 'create partition primary'.

STEP 7:    Format the Drive



Now format the drive with FAT or NTFS file system. Type 'format fs=ntfs' and press Enter.

STEP 8:    Assign a Drive Letter

To assign a drive letter, you can type 'assign' as shown below.


Huwebes, Enero 27, 2022

Kernel Security Check Failure error

 

1. Enable legacy advanced boot menu

  1. Restart your computer and insert a Windows 10 bootable media into the optical media drive. Find out how to create a bootable media)
  2. On the displayed Windows Setup box, click Next.
  3. On the next page, click on Repair your computer.

  4. On the Choose an option screen, click Troubleshoot.

  5. Click on Advanced options.
  6. Now select Command Prompt.

  7. On the newly opened Command Prompt window, type C: and hit Enter.
  8. Type the following command and press Enter to enable legacy advanced boot menu:BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY


  9. Once the command executes successfully, type EXIT to close the Command Prompt window.
  10. Go back to the Choose an option screen, click Continue and start your computer normally.


3. Use System File Checker and Memory Diagnostic

➡ Restart your PC from the Boot menu

  1. Tap on Troubleshoot.

  2. Go to Advanced Options.

  3. Click on Startup Settings.

  4. Click the Restart button located on the lower right side of the screen.
  5. Your operating system should boot with the minimum system requirements.

 Run the Windows Memory Diagnostic tool

  1. Click on the Search button in your taskbar.
  2. Type memory, and select Run as administrator under the Windows Memory Diagnostic option.

  3. Select Restart now and check for problems.

  4. After the reboot, the OS will automatically check your RAM and display the possible reasons as to why you got the Blue Screen of Death error.
  5. Reboot your PC normally.
  6. Check to see if the Kernel Security Check Failure BSOD error persists.
last update driver and the install updates.

Huwebes, Hulyo 22, 2021

HOW TO FIX USB FLASHDRIVE 16GB SHOWS 8MB (FIXED)

Open run or windows + r (for shortcut)

type 

dispart





list disk



select disk (number)



clean

create partition primary


Go to my computer or this pc

right click removable disk

format and start


or 

computer

manage

disk management

format nfts

Sabado, Hunyo 26, 2021

Activate Windows 10 Using CMD In 2021

.open cmd and type 

1. slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
2. slmgr /skms kms8.msguides(.)com
3. slmgr /ato

Miyerkules, Pebrero 26, 2020

Fix UEFI Boot: Fix for Windows 7, 8, 8.1, 10

Fix UEFI Boot in Windows 7

The step-by-step instructions for fixing the UEFI/EFI boot on a Windows 7 system are very similar to those of Windows 8/8.1:
Windows 7 can’t be installed if your computer’s UEFI/EFI mode is set as active and not in Legacy mode. Legacy mode allows your computer to boot Windows 7.
If your computer model is new and has UEFI/EFI installed, but you have Windows 7 installed, it’s most likely that you’re running UEFI/EFI as Legacy.
Follow the instructions from prerequisites below before you start.

Prerequisites

Before you start using the bootrec or the diskpart command to fix the bootloader of your Windows 7 system, first you must determine that UEFI/EFI loads with the Legacy mode active.
Follow these steps:
  1. Restart your computer
  2. Press the necessary key to open UEFI/EFI. The key depends on your PC manufacturer and PC model.Most common keys are: F2F8F12DelEsc is also an option.
  3. Once inside the UEFI/EFI setup menu, search for Secure Boot.This is usually found at any of the following tabs: Boot, Authentication or Security.
  4. Make sure Secure Boot is either Disabled or Off
  5. Save these settings and exit the UEFI/EFI setup menu
Secure Boot [Enabled] on a Dell computer
Secure Boot [Enabled] on a Dell computer
Secure Boot [Enabled] on a HP computer

Fix #1: Use bootrec

To use the bootrec utility and fix the boot error of your Windows 7 system, follow these steps:
If you don’t have the Windows 7 installation CD/DVD to run Command Prompt, go to Fix UEFI Boot with Easy Recovery Essentials.

  1. Insert the original Windows 7 installation CD/DVD and boot from it
  2. Select a language, keyboard and click Next
  3. Select the operating list (Windows 7) from the list and click Next
  4. At the System Recovery Options screen, click Command Prompt
    Windows 7 System Recovery Options Screen
  5. Type:
    bootrec /fixmbr
  6. Press Enter
  7. Type:
    bootrec /fixboot
  8. Press Enter
  9. Type:
    bootrec /ScanOs
  10. Press Enter
  11. Type:
    bootrec /rebuildBcd
  12. Press Enter
  13. Remove the installation CD/DVD, type exit, press Enter and restart your computer
Windows 7 bootrec utility results screen

Fix #2: Use bootsect

Follow these steps to run diskpart to repair the boot sector code of the Windows 7 installation:
  1. Follow the steps from Fix #1: Use bootrec until you reach Command Prompt
  2. Type:
    bootsect /nt60 SYS /mbr
  3. Press Enter
  4. Remove the Windows 7 installation CD/DVD from the disc tray, type exit in Command Prompt and press Enter
  5. Restart your computer
Windows 7 bootsect utility results screen
Windows 7 bootsect utility results screen

Fix UEFI Boot in Windows 8, 8.1 or 10

To fix the UEFI bootloader on a Windows 8, Windows 8.1 or Windows 10 system, you can follow these options:

Fix #1: Use diskpart

If the UEFI partition on your computer doesn’t have a drive letter assigned, this may be the primary cause of your computer’s boot error.
A common is to use the diskpart utility (available on the Windows 8/8.1/10 recovery disc/USB) to make sure the UEFI partition has a letter assigned to it. If it doesn’t, you’ll assign it a letter.
The instructions you need to follow are:
  1. Insert your original Windows 8/8.1/10 installation disc or installation USB
  2. Boot from the disc or the USB
  3. At the Install now screen, click Repair your computer or press R
    Windows 8 Repair Your Computer Menu
    Windows 8 Repair Your Computer Menu
  4. Click Troubleshoot
  5. Click Advanced options
  6. Click Command Prompt
  7. When Command Prompt has finished loading, type:
    diskpart
  8. Press Enter
  9. The diskpart utility should now be loaded:
    DISKPART>
  10. Type:
    sel disk 0
  11. Press Enter
  12. Wait for the confirmation message:
    Disk 0 is now the selected disk.
  13. Type:
    list vol
  14. Press Enter
  15. diskpart will now show the full list of volumes available on your PC
  16. Find the UEFI volume from the list. This usually has “BOOT” mentioned on the Label column, “System” on the Info column. The Fs column might FAT32 specified.For our example, in the next steps, our UEFI partition will be on Volume 2.
  17. Type:
    sel vol 2
  18. Press Enter
  19. Type:
    assign letter=G:
    Where G: should be a unique drive letter. It can’t be already used, e.g. C:\, D:\
  20. Press Enter
  21. Wait for the confirmation message:
    DiskPart successfully assigned the drive letter or mount point.
  22. Type:
    exit
  23. Press Enter
  24. Type:
    cd /d G:\EFI\Microsoft\Boot\
    Where G: is the drive letter you’ve assigned to your UEFI partition a few steps back. If the \EFI\Microsoft\Boot\ folder doesn’t exist (the error message will be “The system cannot find the path specified”), you can run the same command on alternative paths:
    cd /d G:\Boot\
    or
    cd /d G:\ESD\Windows\EFI\Microsoft\Boot\
    Remember to replace G: with the UEFI’s partition letter.
  25. Type the bootrec command:
    bootrec /fixboot
    NOTE: on newer Windows 10 installs this command may return with an “Access Denied” error. On those versions the following command should be run:
    bcdboot C:\windows /s V: /f UEFI
  26. Press Enter
  27. For backup purposes, backup the BCD record of your computer like this:
    ren BCD BCD.bak
  28. Recreate the BCD using the bcdboot command:
    Bcdboot C:\Windows /l en-us /s x: /f ALL
    Where C:\ is the letter of the drive where Windows 8, Windows 8.1 or Windows 10 is installed on. The /l en-us parameter is used for localization: US. You can use ln /en-gb for UK localization.
  29. Press Enter
  30. You can also run this command too:
    bootrec /rebuildbcd
  31. Press Enter
  32. Type exit in Command Prompt
  33. Restart your computer
  34. Your Windows 8/8.1/10 should now boot again