To find and delete timecodes formatted as 00:00:00:00 in Microsoft Word using wildcards, you can follow these steps:
Open the Find and Replace dialog box by pressing Ctrl + H.
Click on the More button to expand the dialog box.
Check the Use wildcards box.
In the Find what field, enter the following wildcard pattern:[0-9]{2}:[0-9]{2}:[0-9]{2}:[0-9]{2}
Leave the Replace with field empty to delete the timecodes.
Click Replace All.
However, if you encounter an error stating that the pattern is too complex, you can break it down into simpler parts. For example, you can use:
[0-9]{2}:[0-9]{2}:[0-9]{2}:[0-9]{2}
and replace it with an empty string. If this still causes issues, you might need to handle the timecodes in multiple steps or use a VBA script for more complex operations.
Additionally, if you want to remove the timecodes but leave the rest of the text intact, you can use:
<([0-9]{2}:[0-9]{2}:[0-9]{2}:[0-9]{2})>
and replace it with:
\1
This will preserve the timecodes but remove the surrounding text. However, this approach might not be necessary if you only want to delete the timecodes.
I needed to find 00:00 so I had to remove part of the patern, reducing it to only the two sides of the [:] colon
[0-9]{2}:[0-9]{2}
Further more some of the times only had a single 0 on the left so I had to change it again to the following. Specifying only a single chareacter on the hour side of the [:] colon.
Microsoft Edge Workspaces are natively available in Microsoft Edge, but you can use a third-party extension to replicate this feature in Google Chrome. One such extension is “Edge Workspaces,” which is available on the Chrome Web Store. This extension allows you to organize and manage multiple projects or tasks by saving and restoring entire browsing sessions.
To use Edge Workspaces in Chrome:
Install the extension from the Chrome Web Store.
Open the extension popup by clicking the icon in the toolbar.
Click the “+” icon to open the new workspace modal.
Select either “New workspace” or “New workspace from window.”
A new Chrome window will open with the New Tab page.
As you work, all tabs in the current window will be saved to the workspace.
Close the window when finished.
The extension also supports managing workspaces, such as renaming or deleting them, and saving workspaces as bookmarks. However, it’s important to note that changes to the bookmarks will not be reflected in the workspaces themselves, as they are just a copy.
Effortlessly organize and manage multiple projects or tasks by saving and restoring entire browsing sessions.
Edge Workspaces empowers Chrome users with advanced tab management: * Preserve context: Save and restore entire browsing sessions * Reduce clutter: Keep your browser organized by project or task * Improve focus: Easily switch between different work contexts * Automatic saving: Never lose your place with continuous workspace updates * Keep in sync: Your workspaces stay in sync across computers via Google sync Install Edge Workspaces to take control of your tabs and boost your productivity. Ad-free and free to use, forever!
This extension is open source. Check out the GitHub repository: https://github.com/Elec0/chrome-edge-workspaces
## How to Use ##
## Creating a Workspace ##
1. Open the extension popup by clicking the icon in the toolbar (pinning the extension is recommended).
2. Click the “+” icon to open the new workspace modal.
3. Select either “New workspace” or “New workspace from window”.
4. Enter a name for the workspace.
5. Click “OK”.
6. A new Chrome window will open with the New Tab page.
7. All tabs in the current window will be saved to the workspace as you work.
8. Close the window when finished.
## Opening a Workspace ##
1. Open the extension popup.
2. Click on a workspace to open it.
3. The saved tabs will be opened in a new Chrome window.
## Managing Workspaces ## – Click the trashcan icon to delete a workspace. – Click the pencil icon to rename a workspace.
## Saving Workspaces as Bookmarks ##
– Ensure “Save workspaces to bookmarks” option is checked in Settings. – Workspaces will now be copied to “Other bookmarks -> Edge Workspaces (read-only) -> [Workspace Name]”. – Note that changes to the bookmarks will **not** be reflected in the workspaces themselves, as they are just a copy. – When installing a new version, make sure to open old workspaces at least once to allow for them to be saved as bookmarks.
## Importing/Exporting Workspaces ##
1. Open the extension popup.
2. Click the hamburger icon to open the settings window.
3. Click “Export” to save all workspaces to a file.
4. Click “Import” to load workspaces from a file.
### Changelog ###
## v1.2.0 ##
– Add syncing of workspaces across computers, when signed in to Google sync
## v1.1.0 ## – Add ability to save a copy of workspaces as bookmarks
Determine whether the Autodiscover service is working, and check access to the Offline Address Book
Check whether Outlook and the computer can access the Offline Address Book file on the server. This action is typically done by Outlook in the background. It also happens when you force a download of the Offline Address Book in Outlook. To do this check, sign in to the Microsoft 365 portal, and then follow these steps:
Start Outlook.
Hold down the CTRL key, right-click the Outlook icon in the notification area on the right side of the taskbar, and then click Test E-mail AutoConfiguration.
Click to clear the Use Guessmart check box, and then click to clear the Secure Guessmart Authentication check box.
Click to select the Use AutoDiscover check box.
Type the email address and password, and then click Test.
On the Results tab, note the path of OAB URL.
Click the XML tab, locate the <OAUrl> and </OABUrl> tags, and then copy the path that’s displayed between the tags. Paste the path into the address box in Windows Internet Explorer, add /OAB.xml to the end of the path, and then press Enter.
The following is an example of what the URL may resemble:
NOTE: The information that’s displayed in the webpage in Internet Explorer. The webpage should contain lots of XML data.
The figure below depicts an example of the information that should be displayed in Internet Explorer.
If your computer becomes disjointed from a Domain, and you need to rejoin it to the domain, it will create a new profile folder with additional information in the folder name. Here is a way to change the folder name back to the original.
To rename the user profile folder in Windows 11, you’ll need to follow these steps:
Create a new administrator account: This will allow you to modify the registry and rename the user profile folder without affecting your current account.
Activate the built-in administrator account: Go to Computer Management > Local Users and Groups > Users > Activate built-in admin.
Sign out and log in to the new administrator account: This will ensure you’re using the correct account for the renaming process.
Rename the user profile folder: Go to the C:\Users\ folder and rename the subfolder with the original user name to the desired new name. Make sure to follow these guidelines:
No spaces within the new name.
Use only alphanumeric characters (letters and numbers).
Update the registry: Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList and update the registry entries associated with your user account to reflect the new folder name.
Restart and log in to your original account: After updating the registry, restart your computer and log in to your original account. The renamed user profile folder should now be reflected.
Important Notes:
Renaming the user profile folder can cause issues with some Microsoft Store apps. Signing out and signing back in may resolve these issues.
If you encounter problems, consider creating a new local account (without spaces in the name) and moving your files from the old account to the new one. This may be a safer and more straightforward approach.
The workaround mentioned in KB article 2454362 (applicable to Windows 7 and Server 2008 R2) is not applicable to Windows 11.
Additional Tips:
Be cautious when modifying the registry, as incorrect changes can cause system instability.
It’s recommended to create a system restore point before making changes to the registry or user profile folder.
If you’re experiencing issues with the renamed user profile folder, try resetting the folder name to its original value and then renaming it again.
By following these steps and guidelines, you should be able to successfully rename your user profile folder in Windows 11.
Trying to change the default Regional Settings through the Domain Group Policy Editor to apply a date format of dd-mm-yyyy instead of the default m/d/yyyy
Creating a new GPO called “RegionalSettings” and editing this GPO and saving it. Re-editing the GPO settings, we notice that they have not saved the new format but reverted back to the default.
Trying this on other policies, including the default domain controller policy, all to no avail. No changes are saved.
When changes are made we now see a red box around what was changed, in the past we would click on the apply button, but this no longer saves the changes.
Not sure at what stage this was changed, but now it seems that when changes are made we have to press (F5) before exiting out of the properties page by clicking OK.
Remove Copilot using the Group Policy Editor, you will need to have Windows 11 Pro, Enterprise, or Education editions. The Group Policy Editor is a tool that allows you to configure various policies and settings for your computer and user accounts. To access the Group Policy Editor, type gpedit.msc in the Start menu or the Run command and hit Enter. Then, navigate to the following folder using the left panel:
User Configuration > Administrative Templates > Windows Components > Windows Copilot.
On the right-side pane, double-click on the policy ‘Turn off Windows Copilot’ and select ‘Enabled’. Then, click ‘Apply’ and ‘OK’.
This will disable Copilot entirely and remove it from the Settings app as well.
Taking Your Presentation Skills From Nervous to Natural
It’s no secret that many professionals feel nervous about speaking and presenting in front of a class or a group of people. Public speaking can be overwhelming and is not for everyone. If we combine that with a dose of anxiety, not knowing the audience or their knowledge of the topic, leads to a huge case of nervousness and you could likely find yourself with an extremely awkward delivery.
With the right training, coaching and practice, you can take your speaking skills from simple to sophisticated. Wolf, vice president of Freedom Shaper community college, provides guidance to help IT Professionals become confident and compelling trainers or speakers.
Knowing Your Audience
Improving your classroom speaking begins with confidence. One of the first steps Wolf suggests is understanding who is going to be in the classroom or venue. Research your students and audience so that you can grab and maintain their attention. Content should be tailored to your subjects to help increase the effectiveness of your presentation. “Knowing who you’re talking to, and something about them will help hold their attention by interacting with them” says Wolf. “It is easier to engage with them and get their involvement when you understand who they are and what they want or need to get out of your presentation.”
Engaging Your Audience
Keeping your audience engaged is key to a winning speech or presentation. Monotone creates boredom and is one of the easiest ways to lose their attention. By developing your own body language you are able to create a dynamic presence to keep them interested in the subject matter.
Overcoming Anxiety
Anxiety, the unpleasant complex combination of emotions that includes fear, apprehension and worry, and is often accompanied by physical sensations such as palpitations, nausea, chest pain and/or shortness of breath. Most of us experience anxiety when we are in front of a group for the first time. Statistics show that approximately 75% of presenters experience some fear or tension before speaking in public. Recognizing that this stems from fear of judgement or failure is crucial to overcoming it. “I still get anxious or nervous depending on my presentation and the audience. It just gets to people – even seasoned speakers, coaches and trainers,” says Wolf.
Customizing Your Message
Creating a concise and factual message is essential when speaking to students or attendees. You need a clear structure that is easy to follow. Show evidence by including examples and stories to help explain and demonstrate the subject matter. Ending with a strong conclusion, including a recap and a call to action are essential to a great performance. Remember that less is more from a creative perspective so you should focus on creating a clean and appealing presentation. A lot of graphics are a distraction from the core message.
Strategies for Elevating Your Public Speaking Skills
Over the past 30 years, Wolf has changed and gained more experience from his public speaking and training sessions, has found some tried-and-true methods for helping the most nervous trainers improve their communications skills.
Know Your Material
Preparation is the only way that we can combat anxiety. The more prepared we feel, the more authentic and confident we will be. I thoroughly familiarize myself with my speaking material and practice timings to ensure that I can finish within the given time limits. Practice your speech, you should know the subject well enough to complete it without additional aids. Get involved and take every opportunity you can to practice. Remember “Practice, makes perfect” is how the saying goes. “Run through it over and over in your head if it’s a presentation you’ve never delivered before.” The more times we do the same presentation, the better we become at it.
Visualization Techniques
Visualization can help trainers and presenters overcome their fear. Picture yourself delivering a confident, error-free presentation, imagine that you receive only positive feedback and that your delivery is flawless. Feel the pride that will come after a successful session. “Most successful people visualize,” says Wolf. “Get a layout of the stage, use visualization techniques and think about how you will feel when you are at the podium, walking off stage and getting feedback from others.”
Practice Delivery Techniques
Another way to build your confidence is to pay attention to your delivery techniques and what presentation product that you will use. Practice voice modulation and eye contact to create a natural, engaging performance. Moving around the stage helps to engage your audience and create a dynamic presence. “I move a lot on stage. If I happen to forget what I was going to say, I shut up and walk to the other side of the stage. Nobody knows what I’m doing, but I can use this time to collect my thoughts. You have to be prepared for any eventuality and master how you will handle it,” says Wolf.
Be a Storyteller
Transforming your message into a story, inserting real life examples and finding ways to connect with the audience helps to overcome any anxiety. Injecting personal experiences and details can most definitely help engage your audience. “I don’t have a presentation, I have a story to tell. Right from the outset people are interested in a story that I am going to tell them,” mentions Wolf
Body Language
Use your body language to convey confidence, do this by using hand gestures, never pointing directly at an individual but making eye contact and holding that contact for a full few seconds makes people feel that you are involving them. Making the audience feel like you’re engaging them in a personal conversation enhances the outcome. “Body language matters and does affect the engagement of the presentation. I use these techniques to make sure people are listening to me.”
Prepare for the Worst
If something can go wrong, it probably will. Think through any possible scenarios and have a backup plan. Common problems include technical issues, audio problems, audience interruptions or losing your train of thought. Be able to pivot in any situation. “I have duplicates of most things, two remote presenters, cables – if things are going to go wrong they will happen suddenly and at the most inconsiderate time.” says Wolf.
Perfect Your Timing
Your audience is going to vary, which means that no presentation will be flawless every time it’s delivered. Sometimes, the attention span of your audience may lag or engagement might be low. An energetic group before lunch can become suddenly very deflated by the end of the day. Adjust your timing for each group to improve clarity and coherence, however always leaving enough time for questions. “The way I can adjust my timing is knowing my quarter, halfway and three quarter point in the presentation and then knowing if I am behind and need to speed it up” he says.
Be Ready for Questions
Questions are a the best part of any presentation and shows how well your audience received your story. It also means your audience was engaged with and understood what you were saying. Trying to anticipate questions helps you have a thorough, thoughtful response, this helps to create a dialogue and creates engaging interactions.
Ask for Feedback
It is never easy to hear feedback, but it’s a good idea to ask for feedback anyway so that you can grow as a presenter. Use the feedback in a positive way to refine your skills and you’ll become an expert over time.
There are several ways to open Disk Management from the Command Prompt in Windows 10:
There are two primary tools available to manage disks on a Windows computer.
Disk Management Console (a graphical interface using the Microsoft Management Console framework .msc)
There are many ways of accessing this tool
DiskPart, a command line tool
Doth should be opened with administrative privileges.
Using the diskmgmt.msc command:
Open the Command Prompt as an administrator (right-click the Start button and select “Run as administrator” or search for “Command Prompt” in the Start menu and right-click it to select “Run as administrator”).
Type diskmgmt.msc and press Enter.
Using the diskpart command:
Open the Command Prompt as an administrator (as described above).
Type diskpart and press Enter to launch the DiskPart utility.
At the DISKPART> prompt, type list disk to display all disks, then select the disk you want to manage using the select disk <disk_number> command.
Additional Tips
Make sure you’re logged in as an administrator before opening Disk Management or DiskPart from the Command Prompt.
You can also use the powershell command to open Disk Management: powershell -Command "Start-Process -FilePath 'diskmgmt.msc' -Verb RunAs".
If you need to perform multiple operations, consider creating a text file script with DiskPart commands and running it from the Command Prompt.
Common DiskPart Commands
help or ?: Displays all commands available.
<command> ? (or help) displays options available for the command
list disk: Displays a list of all disks on the system.
select disk <disk_number>: Selects the specified disk for management.
list volume: Displays a list of all volumes on the selected disk.
select volume <volume_number>: Selects the specified volume for management.
format <volume>: Formats the selected volume.
delete volume <volume_number>: Deletes the specified volume.
There is a huge difference between “Disk Management” and DiskPart: There are many more options available in DiskPart, it is however a tool where knowledge of what is required and what commands are available is required.
Remember to use caution when using DiskPart commands, as they can modify your disk configuration permanently. Always make sure to back up your data before making significant changes.