Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Make folders hidden with batchfile

Featured Replies

I need to make a couple of installed folders "superhidden", and need to do it from from a .cmd that is run @ guirunonce.....is there any clever ppl here that can help a lost soul out ? :blink:

thanx!


What do you want to do?make some folders hide in batchfile?you can use command "attrib +h foldername"

@echo off
attrib +s +h "X:\Parent Directory\Folder1"
attrib +s +h "X:\Parent Directory\Folder2"
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nul
goto :eof

Just change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your folders

Edited by Yzöwl

@echo off
attrib +s +h "X:\Parent Directory\Folder1"
attrib +s +h "X:\Parent Directory\Folder2"
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nul
goto :eof

Where's your parts of "eof"?

  • Author
@echo off
attrib +s +h "X:\Parent Directory\Folder1"
attrib +s +h "X:\Parent Directory\Folder2"
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v WebViewBarricade /t reg_dword /d 0 /f>nul
goto :eof

Just change X:\Parent Directory\Folder1 and X:\Parent Directory\Folder2 to suit your folders

Excellent! ..as allways ;)

Thanx Yzöwl!

@Yzöwl

hello friend i tried and saw that it is also possible for files. thanks a lot. it was what i wanna do for some time....

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.