Monday, June 14, 2021

Hidden Windows Trick & Tips

Hidden Windows Trick & Tips

Check out some cool tricks and tips you can try on your windows machines that will make your life easier. 

1. GODMODE -  The Windows Master Control Panel, or "God Mode", is a shortcut to access all of the operating system's control panels from within a single folder. To create a such a shortcut, create a new folder on your desktop (or anywhere else) and rename it to:

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

You can change the "GodMode" bit, but make sure the full-stop and the rest is the same. Once you've renamed it, the icon will change, and you'll have access to all Windows' most powerful features.

2. TASK MANAGER: Most people will press CTRL+ALT+DEL when their computer crashes, and then instantly open the task manager. Instead, try hitting CTRL+Shift+ESC to open the task manager directly. After all, if your computer's crashing, the fewer steps in the process the better

3. HIGHLIGHT ADDRESS BARSpeaking of browsers, every try to highlight a long URL from the browser address bar to copy or delete it? Why bother? Instead just hit F6 and the URL will automatically highlight. Magic.

4. DELTETING BROWSER HISTORY: If you want to delete your browsing history, but don't want to go fishing through the settings on your browser, try hitting CTRL+Shift+DEL. That'll take you straight to the menu!

5. SHAKE WINDOWS TO MINIMISE: This is one of my personal favourites. If you click and drag a window, you can then give it a little shake - go on, try it! All the other windows you have open will instantly minimise, giving you a clutter free workspace.

6. RENAME MANY FILES AT ONCE: If you want to give a whole load of files the same name, select them all at once and click F2. Windows will append a (1) or a (2) to the end of each file name too, so you don't get confused.

7. LOCK COMPUTER INSTANTLY: If you're leaving your Laptop open around friends prone to changing your Facebook information for kicks, or if you just want to increase security on your PC, it's good to get into the habit of pressing WIN + L every time you leave your desktop unattended.

8. POWER USER MENU: On any Windows 10 Machine Hit Windows + X to get to POWER USER Menu


Best Amazon Business Offers
Amazon Business Exclusive Deals
Best Sellers in Computers & Accessories

Monday, June 7, 2021

cannot start event log service access denied

Cannot start event log service access denied

Event viewer cannot open the event log access is denied (5)


Issue: 

You are Getting error while opening Event viewer as follows: Event viewer can not open the event log or custom view. Verify that event log service is running or query is too long. Access is denied (5). this error is coming while I open all event logs which are under 'Applications & Service logs' as well as 'Setup' logs under 'Windows logs'. Also half of the log category which are under 'Microsoft>Windows'.

In Windows server 2008 we are not able to start the "Windows Event Log service"

Below is the Error displaying while restarting the service.

Windows could not start the Windows event log service on local computer. Error 5: Access is Denied


Resolution:

GUI Method

Change NTFS permission of  %WINDIR%\System32\WinEvt\Logs directory add Local Service and Network Service, give them FULL access.














Start event viewer service by running following command through elevated CMD (Run as Administrator)

net start eventlog






CLI Method


Run following commands sequentially from elevated cmd (Run As Administrator)

ICACLS C:\Windows\System32\winevt\logs /grant "LOCAL SERVICE:(OI)(CI)(F)" "NETWORK SERVICE:(OI)(CI)(F)"

net start eventlog

If Above doesn't work - One last solution is to backup all log files with extension .evtx to some other location or delete them, backing up them on some other location is smart move. 

Moving all .EVTX Files/all files from c:\windows\system32\winevt\logs Folder to another location in case they are required in future for audit. 

I could start the service once i cleared my LOGS Folder.

Hope this helps.


Thanks.

Windows Administrator Level 1 Interview Question & Answers

 Windows Administrator Level 1 Interview Question & Answers What is an active directory?  An Active Directory (AD) is a directory ...