@gibon


-
Leos Marek replied to the topic Create Folder based on CSV file in
PowerShell Forum 3 weeks ago
Try Test-Path?
-
Leos Marek wrote a new post, AccessChk: View effective permissions on files and folders 1 month, 3 weeks ago
In my previous post about NTFS permissions, I showed you how to list file or folder permissions that differ from those of their parent. Today, you’ll learn how to use AccessChk, a tool from the Sysinternals suite, to query files, folders, shares, services, and other objects for their effective permissions.
-
Leos Marek wrote a new post, Read NTFS permissions: View read, write, and deny access information with AccessEnum 2 months, 1 week ago
Reading NTFS permissions for files and folders on a Windows device to find misconfiguration can be a cumbersome and time-consuming task. Basically, there are two options for accomplishing the task. Either you can read NTFS permissions for every scanned object and analyze the results, or you can find misconfigured permissions and list only the differences. Let me show you how to do the latter with the help of AccessEnum, a GUI tool from the Sysinternals Suite.
-
Leos Marek liked the comment of David Figueroa (Rank 3) on Kill Windows a process with Tskill and Taskkill. (So far, David Figueroa (Rank 3) has 1 likes for this comment) 2 months, 3 weeks ago
-
Leos Marek wrote a new post, Kill Windows a process with Tskill and Taskkill 2 months, 3 weeks ago
In my previous post, Terminate Windows processes with PsKill, I explained how to use PsKill to kill Windows processes on local or remote systems. As mentioned in the post, PsKill is a rather old tool with just a few options. Today, I will explain how to use two built-in tools: Tskill and Taskkill.
-
Leos Marek replied to the topic Windows DHCP Database Cleanup Interval on Windows Server 2019 in IT Administration Forum 2 months, 3 weeks ago
not sure how you mean it. There is just the lease time. If the IP was taken at 9:00 and my lease time is 1 hour, its released ad 10:00 and can be used by another device. No grace period.
-
Leos Marek replied to the topic Windows DHCP Database Cleanup Interval on Windows Server 2019 in IT Administration Forum 2 months, 4 weeks ago
Not sure how you mean it. There is just lease time in the scope properties. Once the Ip pass the lease time and dont renew, its free for reuse.
-
Yes, that could work. But the problem is, you cant even get to that screen unless you connect to the internet. The next button is grayed out until you do so. Thats the point here.
-
These options are not available when you install Home edition.
-
It rly seems some setting or options could be region depending.
I did the disable wifi trick for my friend today with Home edition and it worked well.
Cheers -
Hi Surender,
I have tried this some weeks ago. Didnt work for me. But, I did have “I dont have internet” button right away at my laptop with the latest installation file downloaded using the Windows media downloader tool.
Seems some tricks work for some regional builds when some others works elsewhere.
Cheers
Leos -
You can try my guide here – https://4sysops.com/?p=1563159
I just did it also with win 11 for one of my friends with Home edition. -
Leos Marek liked the comment of Aleksandr on Cannot delete a file or folder. (So far, Aleksandr has 1 likes for this comment) 3 months, 1 week ago
-
Thx for feedback Paolo. Happy it helped.
-
Leos Marek liked the comment of Paolo Maffezzoli (Rank 4) on Analyze Windows memory usage with RAMMap. (So far, Paolo Maffezzoli (Rank 4) has 2 likes for this comment) 3 months, 1 week ago
-
Leos Marek wrote a new post, Cannot delete a file or folder 3 months, 1 week ago
If you cannot delete a file or folder and the operation fails with the error message “This action can’t be completed because the file is open in another program,” some questions come up. Was is another program? How can it be identified? In this post, I will show you how to use Handle and Process Explorer, tools from the Sysinternals suite, to answer these questions.
-
Leos Marek liked Block notifications in Chrome, Edge, and Firefox. (So far, This post has 2 likes) 3 months, 2 weeks ago
-
Leos Marek replied to the topic Creating Individual txt files from an Excel document in
PowerShell Forum 3 months, 2 weeks ago
You just need to have a header (filter in the excel) with titles SN, Warranty. Then you can use the ImportExcel module from github to import such excel. You will get a hash table object
SN: xaxaxa
Warranty: 20.11.2023
Then you can use easy foreach loop and say New-Item -Itemtype File -Name $loop.SN -Path yourtargetpath; Set-Content -path yourfilename -Value $loop.Warranty.
That should be it.
-
Leos Marek wrote a new post, Analyze Windows memory usage with RAMMap 4 months ago
When you have a performance issue, random access memory (RAM) is usually the second thing to check right after the CPU counters. Let’s see how you can analyze Windows memory usage with RAMMap, a tool from the Sysinternals suite.
-
I have tried the bypassNRO.cmd again, didnt work with latest media.
The trick described in this post is still valid as per today. Tried just now, works flawlessly. - Load More