Snippets Collections
1 // default file icon
2 // default document
3 // default exe file
4 // closed folder
5 // opened folder
6 // 5 1/4 disk
7 // 3 1/2 disk
8 // other removeable media
9 // hard drive
10 // network drive
11 // disconnected network drive
12 // cd-rom drive
13 // ram drive
14 // network (globe)
15 // network (mouse)
16 // my computer
17 // printer
18 // network computer
19 // entire network
20 // program group
21 // my recent documents
22 // control panel
23 // find
24 // help
25 // run
26 // good night (old log off?)
27 // undock
28 // shutdown
29 // shared
30 // shortcut
31 // scheduled task overlay
32 // recycle bin empty
33 // recycle bin full
34 // telephony
35 // desktop
36 // old settings
37 // program group, same as 20
38 // old printer
39 // fonts
40 // taskbar properties
41 // music cd
42 // tree
43 // old computer folder
44 // favorites
45 // log off
46 // find in folder
47 // windows update
48 // lock
49 // computer app ?
50 // empty - ignore
51 // empty - ignore
52 // empty - ignore
53 // empty - ignore
54 // old mistery drive
133 // file stack
134 // find files
135 // find computer glyph
137 // control panel, same as 22
138 // printer folder
139 // add printer
140 // network printer
141 // print to file
142 // old recycle bin full
143 // old recycle bin full of folders
144 // old recycle bin full of folders and files
145 // can't copy (overwrite?) file
146 // move to folder
147 // old rename
148 // old settings copy
151 // ini file
152 // txt file
153 // bat file
154 // dll file
155 // font file
156 // true type font file
157 // other font file
160 // run, same as 25
161 // old delete
165 // copy to disk
166 // error checking
167 // defragment
168 // printer ok
169 // network printer ok
170 // printer ok, file
171 // file tree structure
172 // network folder
173 // favorites
174 // old weird folder
175 // network (connect to globe)
176 // add network folder
177 // old htt file
178 // add network
179 // old network terminal thing
180 // screen full
181 // screen empty
182 // folder options: window image with webview
183 // folder options: window image without webview
184 // folder options: open in same window
185 // folder options: open in new window
186 // folder options: click files (link style)
187 // folder options: click files (normal style)
191 // old bin empty
192 // old bin full
193 // network folder
194 // old login (keys)
196 // fax
197 // fax ok
198 // network fax ok
199 // network fax
200 // stop
210 // folder settings
220 // old key users
221 // shutdown (blue circle)
222 // dvd disk
223 // some files
224 // video files
225 // music files
226 // image files
227 // various music/video files
228 // old music disk
229 // hub ?
230 // zip drive
231 // down overlay
232 // down overlay again
233 // other removeable media, same as 8
234 // no disk drive disabled
235 // my documents
236 // my pictures
237 // my music
238 // my videos
239 // msn
240 // delete (webview)
241 // copy (webview)
242 // rename (webview)
243 // files (webview)
244 // globe w/ arrow
245 // printer printing
246 // green arrow (webview)
247 // music (webview)
248 // camera
249 // board
250 // display properties
251 // network images
252 // print images
253 // ok file (webview)
254 // bin empty
255 // green cool arrow (webview)
256 // move
257 // network connection
258 // network drive red thing
259 // network home
260 // write cd (webview)
261 // cd thing (webview)
262 // destroy cd (webview)
263 // help, same as 24
264 // move to folder (webview)
265 // send mail (webview)
266 // move to cd (webview)
267 // shared folder
268 // accessibilty options
269 // users xp
270 // screen palette
271 // add or remove programs
272 // mouse printer
273 // network computers
274 // gear, settings
275 // drive use (piechart)
276 // network calender, syncronise ?
277 // music cpanel
278 // app settings
279 // user xp, same as 269
281 // find files
282 // talking computer
283 // screen keyboard
284 // black thingy
289 // help file
290 // go arrow ie
291 // dvd drive
292 // music+ cd
293 // unknown cd
294 // cd-rom
295 // cd-r
296 // cd-rw
297 // dvd-ram
298 // dvd-r
299 // walkman
300 // cassete drive
301 // smaller cassete drive
302 // cd
303 // red thing
304 // dvd-rom
305 // other removeable media, same as 8 and 233
306 // cards ?
307 // cards ? 2
308 // cards ? 3
309 // camera, same as before
310 // cellphone
311 // network printer globe
312 // jazz drive
313 // zip drive, same as before
314 // pda
315 // scanner
316 // scanner and camera
317 // video camera
318 // dvd-rw, same as before
319 // new folder (red thing)
320 // move to disk (webview)
321 // control panel, third time
322 // start menu favorites (smaller icon)
323 // start menu find (smaller icon)
324 // start menu help (smaller icon)
325 // start menu logoff (smaller icon)
326 // start menu program group (smaller icon)
327 // start menu recent documents (smaller icon)
328 // start menu run (smaller icon)
329 // start menu shutdown (smaller icon)
330 // start menu control panel(smaller icon)
331 // start menu logoff or something (smaller icon)
337 // old lookup phonebook
338 // stop, again
512 // internet explorer
1001 // question
1002 // printer red ok (webview)
1003 // drive ok (webview)
1004 // help file, again
1005 // move file (webview)
1006 // printer file (webview)
1007 // red ok file (webview)
1008 // printer pause (webview)
1009 // printer play (webview)
1010 // shared printer (webview)
1011 // fax, again
8240 // old logoff
16710 // old delete
16715 // old delete
16717 // old delete
16718 // old delete
16721 // old delete
 Get-Process | Where-Object {$_.ProcessName -like '*ollama*'} | Stop-Process
@ECHO OFF
set list=Desktop Documents Downloads Favorites Music Pictures Videos
set baseLocation="%USERPROFILE%\OneDrive - Olivet Nazarene University\LocalPC\"
set "Key=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
set "Typ=REG_EXPAND_SZ"
set RegList="Desktop" "Personal" "{374DE290-123F-4565-9164-39C4925E467B}" "Favorites" "My Music" "My Pictures" "My Video"
set /a c=0
setLocal enableDelayedExpansion
for %%j in (%RegList%) do (
    set RegList[!c!]=%%j & set /a c=c+1
)
for %%i in (%list%) do (
    if not exist %baseLocation%%%i (
        mkdir %baseLocation%%%i
    ) else (
        echo %%i already exsists
    )
)
set baseLocation=%baseLocation:"=%
for %%i in (%list%) do (
    RoboCopy.exe "%USERPROFILE%\%%~i\." "%baseLocation%\%%~i\." *.* /MOV /FP /NP /IS /Z /E /NFL /NDL /NJH
)
set /a d=0
for %%k in (%list%) do (
    call set val=%%RegList[!d!]%% & Reg Add "%Key%" /f /V !val! /T %Typ% /D "%baseLocation%%%k" & set /a d=d+1
 For /D /R j:\test %%1 IN (*) DO c:\trid_w32\trid "%%1"\* -ae
 
 
Replace j:\test with the directory that you want to move recursively through (TrID will not run on the files in the root of this directory).
 
Replace c:\trid_w32\trid with the path to trid.exe.
 
Dump the line in a batch file and run.
#Open the path: C:\Users\MuraliM\AppData\Local\Microsoft\Edge\User Data
#backup the file 'Local State'
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
"SystemUsesLightTheme"=dword:00000000
#Boot in Safe Mode (via msconfig)
#Open Registry Editor
#Navigateto:
#HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
#The six keys in the registry to change the values of:
#Sense
#WdBoot
#WdFilter
#WdNisDrv
#WdNisSvc
#WinDefend

# To disable, set:
HKLM\SYSTEM\CurrentControlSet\Services\Sense\Start	4
HKLM\SYSTEM\CurrentControlSet\Services\WdBoot\Start	4
HKLM\SYSTEM\CurrentControlSet\Services\WdFilter\Start	4
HKLM\SYSTEM\CurrentControlSet\Services\WdNisDrv\Start	4
HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc\Start	4
HKLM\SYSTEM\CurrentControlSet\Services\WinDefend\Start	4

#To re-enable, set:
HKLM\SYSTEM\CurrentControlSet\Services\Sense\Start	3
HKLM\SYSTEM\CurrentControlSet\Services\WdBoot\Start	0
HKLM\SYSTEM\CurrentControlSet\Services\WdFilter\Start	0
HKLM\SYSTEM\CurrentControlSet\Services\WdNisDrv\Start	3
HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc\Start	3
HKLM\SYSTEM\CurrentControlSet\Services\WinDefend\Start	2



# Turn on:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExpandableTaskbar"=dword:00000001

# Turn off:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ExpandableTaskbar"=dword:00000000
# To check:
Dism /Online /Get-Featureinfo /Featurename:Recall

#To disable:
Dism /Online /Disable-Feature /Featurename:Recall
# run the command:
RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll

# Select the device in the Safely Remove Hardware dialog and click Stop. The device can then be safely unplugged.
# Run these two commands from an elevated command prompt:
MD C:\Drivers_Backup
pnputil /export-driver * C:\Drivers_Backup
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

#Add or Remove Copilot Button on Taskbar in Windows 11

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowCopilotButton"=dword:00000000
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSecondsInSystemClock"=dword:00000001
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecommendedSection"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"HideRecommendedSection"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education]
"IsEducationEnvironment"=dword:00000001
DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase
# Press Win+R to open the Run prompt and enter this value:

shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}

# Tick the Always show all icons and notifications on the taskbar checkbox and click the OK button.
#elevated command prompt, all accounts
wmic UserAccount set PasswordExpires=False

#elevated command prompt, particular accounts
wmic UserAccount where Name="user name" set PasswordExpires=False
#Substitute user name in the command above with the actual user name of the local account.
#Open an elevated command prompt:

Dism.exe /online /Cleanup-Image /StartComponentCleanup
powershell -C "irm https://github.com/asheroto/winget-install/releases/latest/download/winget-install.ps1 ^| iex"
Computer\HKEY_CLASSES_ROOT\MSEdgeHTM\shell\open\command
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1
#to
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --enable-features="EnableCsrssLockdown,EncryptedClientHello,IsolatePrerenders,IsolateSandboxedIframes,RendererAppContainer,WinSboxDisableExtensionPoint" --disable-webgl --no-pings --single-argument %1
# Add this reg file to Post-Setup (Before logon):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
; BingWeather, Candy Crush and etc.
"SubscribedContent-314559Enabled"=dword:00000000

; My People Suggested Apps
"SubscribedContent-314563Enabled"=dword:00000000

; Occasionally show suggestions in Start
"SubscribedContent-338388Enabled"=dword:00000000
CMD elevated:

Dism.exe /online /Cleanup-Image /StartComponentCleanup
Reg edit:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

In right-side pane, look for a DWORD SvcHostSplitThresholdInKB

Set its value equal or greater than the amount of RAM (in KB) installed in your computer

Eg:
8 GB = 8×1024 MB = 8x1024x1024 KB = 8388608 KB

Close Registry Editor and restart the pc
Open the Windows Registry Editor (regedit), and go to the following key:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/FileSystem
Set the value of the NtfsDisable8dot3NameCreation key to 1.
Restart the system.
1: Using Control Panel
control panel - programs - turn windows features on or off

2: Using the Command Prompt (admin)
bcdedit /set hypervisorlaunchtype off

The DISM Command
cmd (admin)
dism /online /disable-feature /featurename:Microsoft-hyper-v-all

3: Using PowerShell (admin)
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

4: Using BIOS
Configuration tab (or such - check)
select the Virtualization Technology - disable






Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ProductVersion"="Windows 10"
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="22H2"
1
Hit Shift + F10 for CMD
Type OOBE\BYPASSNRO

Again if...
Hit Shift + F10 for CMD
Type ipconfig /release

3
Rufus version 4.4 method
Customize Windows Installation

Navigate to the following settings page in Edge browser: 

edge://settings/content/cookiesUnder Clear on exit section, 
enter the following items: http://* and https://*Under the Allow section, 
start adding the Microsoft domains from this repository, 
using this format [*.]Microsoft.com

Now every time you close your Edge browser, the cookies of the websites that are not in the Allow list will be removed. This can effectively increase your security and privacy on the web, without breaking websites functionalities.

You can optionally add any other website's domain that you don't want to log out of every time you close your browser to the list.All of these settings are synced so you only have to do these once.
#Way3. Use Command Promp (run as admin)
#User
wmic UserAccount where Name='Cocosenor' set PasswordExpires=False

#systemwide
wmic UserAccount set PasswordExpires=False
Open "imports/theme.nss" and change dark option to default or auto

dark = default

Save changes, press CTRL + RIGHT-CLICK to reload settings.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc. In the value "start", change the data value from "3" to "4".
Using mklink (Symbolic Link):

mklink /J "C:\Users\****\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge\Cache" "D:\EdgeCache"

OR

Modify Edge Properties (for specific Edge versions):

- Right-click on the Edge shortcut and choose “Properties.”
- In the “Target” field, modify it to include the cache location:

"C:\Program Files (x86)\MicrosoftEdge\Application\msedge.exe" --profile-directory=Default --disk-cache-dir=z:\MicrosoftEdge\Cache
Replace 
z:\MicrosoftEdge\Cache
 with your desired cache location.
youtube.com##+js(set-cookie, VISITOR_INFO1_LIVE, 1, , , domain, .youtube.com)
youtube.com##+js(cookie-remover, VISITOR_INFO1_LIVE)
Run CMD as admin and copy/paste:

taskkill /im msedge.exe /f
reg delete "HKCU\Software\Policies\Microsoft\Edge" /f
reg delete "HKLM\Software\Policies\Microsoft\Edge" /f
 For /D /R j:\test %%1 IN (*) DO c:\trid_w32\trid "%%1"\* -ae


Replace j:\test with the directory that you want to move recursively through (TrID will not run on the files in the root of this directory).

Replace c:\trid_w32\trid with the path to trid.exe.

Dump the line in a batch file and run.
setx SENDGRID_API_KEY the_key_you_copied_from_SendGrid
#
# Edit this file: 
#
#  C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Preferences
#
# and add this text before last "}":
#
#  "protocol_handler":{
#  "excluded_schemes":{
#    "<custom protocol>":false
#  }}
#

## chrome_no_prompt_custom_url:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\ProtocolExecute\rp3]
"WarnOnOpen"=dword:00000000
for ($num = 1 ; $num -le 10 ; $num++) { mkdir "your-prefix-$num"}
Start-Process powershell.exe -verb runAs -ArgumentList '-NoExit', '-Command', 'cd <PATH>'
@ECHO OFF
ECHO Delete Folder: %CD%?
PAUSE
SET FOLDER=%CD%
CD /
DEL /F/Q/S "%FOLDER%" > NUL
RMDIR /Q/S "%FOLDER%"
EXIT
$WshShell = New-Object -comObject WScript.Shell
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\Windows Terminal.lnk")
$Shortcut.TargetPath = "$env:LOCALAPPDATA\Microsoft\WindowsApps\Microsoft.WindowsTerminal_8wekyb3d8bbwe\wt.exe"
$Shortcut.Save()
 
$bytes = [System.IO.File]::ReadAllBytes("$Home\Desktop\Windows Terminal.lnk")
$bytes[0x15] = $bytes[0x15] -bor 0x20 #set byte 21 (0x15) bit 6 (0x20) ON
[System.IO.File]::WriteAllBytes("$Home\Desktop\Windows Terminal.lnk", $bytes)
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
sudo apt-get -y install xfce4 && sudo apt-get -y install xubuntu-desktop

sudo apt-get -y install xrdp

echo xfce4-session > ~/.xsession

sudo service xrdp restart

ifconfig | grep inet

<i>Then connect to the IP the is returned by the last command</i>

<img src="https://adamtheautomator.com/wp-content/uploads/2019/09/windows-subsystem-linux-gui.png"></img>
LOG=nightly-`date '+%Y-%m-%d_%H:%M:%S'`.log

rsync -av --delete --exclude '$RECYCLE.BIN' --exclude 'System\ Volume\ Information' --exclude 'found.000' --exclude 'Recovery' $SOURCE $DESTINATION | tee ~/logs/$LOG
@echo off
title Activate Windows 10 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Education&echo - Windows 10 Enterprise&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul||cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul||cscript //nologo slmgr.vbs /ipk YYVX9-NTFWV-6MDM3-9PT4T-4M68B >nul||cscript //nologo slmgr.vbs /ipk 44RPN-FTY23-9VTTB-MP9BX-T84FV >nul||cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul||cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul||cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ >nul||cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 >nul||cscript //nologo slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D >nul||cscript //nologo slmgr.vbs /ipk 92NFX-8DJQP-P6BBQ-THF9C-7CG2H >nul&goto skms) else wmic os | findstr /I "home" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul||cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul||cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul||cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul&goto skms) else wmic os | findstr /I "education" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul||cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul&goto skms) else wmic os | findstr /I "10 pro" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul||cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul||cscript //nologo slmgr.vbs /ipk NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J >nul||cscript //nologo slmgr.vbs /ipk 9FNHH-K3HBT-3W4TD-6383H-6XYWF >nul||cscript //nologo slmgr.vbs /ipk 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y >nul||cscript //nologo slmgr.vbs /ipk YVWGF-BXNMC-HTQYQ-CPQ99-66QFC >nul&goto skms) else (goto notsupported)
:skms
if %i% GTR 10 goto busy
if %i% EQU 1 set KMS=kms7.MSGuides.com
if %i% EQU 2 set KMS=s8.uk.to
if %i% EQU 3 set KMS=s9.us.to
if %i% GTR 3 goto ato
cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul
:ato
echo ============================================================================&echo.&echo.&cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running 24/7!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto skms)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo ============================================================================&echo.&echo Sorry, your version is not supported.&echo.&goto halt
:busy
echo ============================================================================&echo.&echo Sorry, the server is busy and can't respond to your request. Please try again.&echo.
:halt
pause >nul
0x92AFDb35eF1bea00954944426AD46dA2ba11A134
net user admin *password* && net user Administrator *password*
ip addr | grep eth0 | grep inet | awk '{print $2}' | awk -F '/' '{print $1}' | awk '{printf "%s:3000", $0}' | clip.exe
star

Sat Feb 08 2025 08:44:01 GMT+0000 (Coordinated Universal Time) https://superuser.com/questions/1406594/is-there-a-reference-for-the-full-list-of-windows-10-shell-icon-numbers

#windows #system #icons #system32.dll
star

Sat Dec 21 2024 09:29:40 GMT+0000 (Coordinated Universal Time) https://massgrave.dev/windows_ltsc_links#win10-enterprise-ltsc-2021

#windows
star

Fri Dec 06 2024 17:04:19 GMT+0000 (Coordinated Universal Time)

#server #ollama #windows #llama
star

Wed Nov 06 2024 21:27:39 GMT+0000 (Coordinated Universal Time)

#trid #batch #windows #file
star

Fri Nov 01 2024 10:28:22 GMT+0000 (Coordinated Universal Time) https://techcommunity.microsoft.com/t5/discussions/add-import-export-flags-option/m-p/1118546#M22328

#windows
star

Sun Oct 27 2024 06:14:44 GMT+0000 (Coordinated Universal Time) https://gist.github.com/PyroGenesis/e3f2d59b636f03653b64e07ba4e1e8aa

#windows
star

Sat Oct 26 2024 09:35:20 GMT+0000 (Coordinated Universal Time) https://lazyadmin.nl/win-11/turn-off-windows-defender-windows-11-permanently/

#windows
star

Sat Oct 19 2024 07:44:35 GMT+0000 (Coordinated Universal Time) https://www.elevenforum.com/t/turn-on-or-off-tablet-optimized-taskbar-in-windows-11.5133/

#windows
star

Wed Oct 16 2024 10:42:51 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/windows-11.2235/page-55#post-47349:~:text=admin%20mode%20and-,use%20Dism%20/Online%20/Get%2DFeatureinfo%20/Featurename%3ARecall%20to%20check%20yours.%0A%0AIF%20it%20is%20enabled%2C%20use%20Dism%20/Online%20/Disable%2DFeature%20/Featurename%3ARecall%20to%20disable%20it,-I%20have%20this

#windows
star

Mon Oct 14 2024 06:26:47 GMT+0000 (Coordinated Universal Time) https://woshub.com/hide-safely-remove-hardware-icon-windows/#:~:text=To%20safely%20remove,be%20safely%20unplugged.

#windows
star

Mon Oct 14 2024 05:07:45 GMT+0000 (Coordinated Universal Time) https://www.elevenforum.com/t/driverstoreexplorer-shows-many-entries-how-to-remove-non-essential-drivers.24260/#:~:text=Export%20all%20your%20drivers%20%22just%20in%20case%22.%20To%20do%20so%2C%20run%20these%20two%20commands%20from%20an%20elevated%20command%20prompt%3A%0A%0AMD%20C%3A%5CDrivers_Backup%0Apnputil%20/export%2Ddriver%20*%20C%3A%5CDrivers_Backup

#windows
star

Mon Oct 07 2024 11:54:57 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/windows-11.2235/page-46#:~:text=%5BHKEY_CURRENT_USER%5CSoftware%5CPolicies%5CMicrosoft%5CWindows%5CWindowsCopilot%5D%0A%22TurnOffWindowsCopilot%22%3Ddword%3A00000001%0A%0A%5BHKEY_LOCAL_MACHINE%5CSOFTWARE%5CPolicies%5CMicrosoft%5CWindows%5CWindowsCopilot%5D%0A%22TurnOffWindowsCopilot%22%3Ddword%3A00000001

#windows
star

Thu Oct 03 2024 13:16:37 GMT+0000 (Coordinated Universal Time) https://forums.mydigitallife.net/threads/discussion-windows-11-build-26100-pc-24h2-retail-ge-release.88220/page-109#post-1854786:~:text=Windows%20Registry%20Editor%20Version%205.00%0A%0A%0A%5BHKEY_CURRENT_USER%5CSoftware%5CMicrosoft%5CWindows%5CCurrentVersion%5CExplorer%5CAdvanced%5D%0A%22ShowSecondsInSystemClock%22%3Ddword%3A00000001

#windows
star

Thu Oct 03 2024 11:56:36 GMT+0000 (Coordinated Universal Time) https://forums.mydigitallife.net/threads/remove-start-menu-recommended-section-and-setting-ads-no-patch-any-edition-proofs.88653/

#windows
star

Sun Sep 22 2024 11:50:13 GMT+0000 (Coordinated Universal Time) https://github.com/valleyofdoom/PC-Tuning

#windows
star

Sun Sep 22 2024 09:32:45 GMT+0000 (Coordinated Universal Time) https://techcommunity.microsoft.com/t5/windows-11/quot-show-all-icons-in-system-tray-quot-option-in-windows11/m-p/3359877

#windows
star

Thu Sep 19 2024 11:35:26 GMT+0000 (Coordinated Universal Time)

#windows
star

Wed Sep 11 2024 11:20:55 GMT+0000 (Coordinated Universal Time) https://www.tenforums.com/tutorials/82643-clean-up-component-store-winsxs-folder-windows-10-a.html

#windows
star

Fri Sep 06 2024 13:49:09 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/windows-11-setupcomplete-cmd-is-not-working.4773/#post-46440

#ntlite #windows
star

Fri Sep 06 2024 13:22:56 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/can-you-figure-this-out-other-user.4774/

#ntlite #windows
star

Sun Sep 01 2024 04:54:19 GMT+0000 (Coordinated Universal Time) https://superuser.com/questions/1755876/how-to-launch-edge-browser-with-command-line-flags

#windows #edgebrowser
star

Sat Aug 17 2024 17:44:37 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/content-delivery-manager-vs-automatic-installation-of-sponsored-apps.4684/#post-45992

#windows #ntlite
star

Fri Aug 16 2024 02:03:41 GMT+0000 (Coordinated Universal Time)

#windows
star

Thu Aug 15 2024 06:18:05 GMT+0000 (Coordinated Universal Time) https://www.thiscodeworks.com/new

#windows
star

Wed Aug 14 2024 17:53:30 GMT+0000 (Coordinated Universal Time) https://www.askvg.com/windows-10-fix-too-many-svchost-exe-service-host-process-running-in-task-manager/

#windows
star

Sun Aug 11 2024 06:03:08 GMT+0000 (Coordinated Universal Time) https://support.oracle.com/knowledge/Middleware/2083752_1.html

#windows
star

Thu Aug 08 2024 11:12:41 GMT+0000 (Coordinated Universal Time) https://www.guidingtech.com/how-to-disable-hyper-v-windows/

#windows
star

Wed Aug 07 2024 10:07:59 GMT+0000 (Coordinated Universal Time) https://www.reddit.com/r/Windows11/comments/15txhve/comment/jwr1l87/

#windows #ntlite
star

Tue Aug 06 2024 14:05:29 GMT+0000 (Coordinated Universal Time) https://www.ntlite.com/community/index.php?threads/content-delivery-manager-vs-automatic-installation-of-sponsored-apps.4684/#post-45667

#windows #ntlite
star

Sat Aug 03 2024 12:16:13 GMT+0000 (Coordinated Universal Time) https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account

#windows #security #edgebrowser
star

Fri Aug 02 2024 16:08:32 GMT+0000 (Coordinated Universal Time) https://omnivore.app/overfill7680/git-hub-hot-cake-x-microsoft-domains-this-repository-lists-all-a-19113bb2075

#windows #security #edgebrowser
star

Fri Aug 02 2024 08:53:10 GMT+0000 (Coordinated Universal Time) https://www.cocosenor.com/articles/windows-10/4-ways-to-disable-or-enable-windows-10-password-expiration-notification.html

#windows #security #password
star

Thu Aug 01 2024 06:20:45 GMT+0000 (Coordinated Universal Time) https://nilesoft.org/forum/viewtopic.php?t=18

#windows #app
star

Tue Jul 30 2024 16:30:33 GMT+0000 (Coordinated Universal Time) https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/disable-automatic-proxy-setup-automatically-detect-settings/m-p/3896157

#windows #browsers #youtube
star

Mon Jul 15 2024 17:05:09 GMT+0000 (Coordinated Universal Time)

#windows #browsers #youtube
star

Wed Jul 10 2024 09:13:18 GMT+0000 (Coordinated Universal Time) https://community.brave.com/t/ads-on-youtube-even-when-shields-is-turned-on/552421/5

#windows #browsers #youtube
star

Thu Jun 20 2024 07:15:40 GMT+0000 (Coordinated Universal Time) https://www.elevenforum.com/t/my-personal-pc-shows-edge-browser-managed-by-my-organization-why.16062/

#windows #browsers
star

Wed Jun 19 2024 08:09:21 GMT+0000 (Coordinated Universal Time) https://www.reddit.com/r/commandline/comments/17beywz/parse_through_all_subdirectories_and_run_a_exe_on/?rdt

#batch #windows #trid #files
star

Wed Jun 19 2024 08:05:14 GMT+0000 (Coordinated Universal Time) https://mark0.net/forum/index.php?topic

#trid #batch #windows #files #extention
star

Sun Apr 07 2024 04:19:30 GMT+0000 (Coordinated Universal Time) https://docs.openinterpreter.com/getting-started/setup

#windows #powershell
star

Wed Jan 04 2023 00:05:39 GMT+0000 (Coordinated Universal Time) https://docs.sendgrid.com/ui/account-and-settings/api-keys

#windows
star

Wed Sep 21 2022 20:38:16 GMT+0000 (Coordinated Universal Time) undefined

#powershell #windows #sql #pwsh
star

Mon Aug 29 2022 16:23:56 GMT+0000 (Coordinated Universal Time)

#windows #navigation
star

Wed Jun 01 2022 12:50:48 GMT+0000 (Coordinated Universal Time)

#powershell #mkdir #windows
star

Wed Jun 01 2022 12:49:06 GMT+0000 (Coordinated Universal Time)

#powershell #mkdir #windows
star

Wed Feb 02 2022 21:37:35 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/43494863/start-process-workingdirectory-as-administrator-does-not-set-location

#windows #powershell
star

Wed Feb 02 2022 21:35:23 GMT+0000 (Coordinated Universal Time) https://pureinfotech.com/delete-large-folder-fast-windows-10/

#windows #batch #cmd
star

Wed Feb 02 2022 21:34:40 GMT+0000 (Coordinated Universal Time) https://pureinfotech.com/delete-large-folder-fast-windows-10/

#windows #batch
star

Wed Feb 02 2022 21:32:02 GMT+0000 (Coordinated Universal Time) https://superuser.com/questions/1560049/open-windows-terminal-as-admin-with-winr/1560192

#powershell #windows #cmd
star

Sun Jan 23 2022 11:52:23 GMT+0000 (Coordinated Universal Time) https://ubuntu.com/tutorials/ubuntu-on-windows#1-overview

#wsl #wsl2 #windows #powershell #terminal #commands
star

Tue Jan 04 2022 01:24:10 GMT+0000 (Coordinated Universal Time) https://xwordpress.org

#bash #windows #wsl #wsl2 #gui
star

Mon Jan 03 2022 23:14:30 GMT+0000 (Coordinated Universal Time) https://spin.atomicobject.com/2019/05/18/smb-self-hosting-rsync/

#bash #windows
star

Sun Dec 05 2021 01:06:47 GMT+0000 (Coordinated Universal Time) https://msguides.com/windows-10

#windows #10
star

Sat Dec 04 2021 04:46:43 GMT+0000 (Coordinated Universal Time)

#windows #cli
star

Thu Dec 02 2021 19:23:06 GMT+0000 (Coordinated Universal Time)

#windows #cli
star

Fri Dec 27 2019 13:19:35 GMT+0000 (Coordinated Universal Time) https://dev.to/codeluggage/today-i-wrote-a-handy-little-snippet-to-easily-access-ubuntu-from-windows-in-wsl2-19l

#commandline #interesting #windows #ubuntu #linux

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension