desktop.ini file starts automatically, How to fix - Update

This happens if the Hidden attribute for the desktop.ini file is somehow removed. Follow these steps to resolve the problem:

Open an elevated Command Prompt window. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

Type the following commands below and press ENTER after typing each command.

(You may copy the text below and paste it in the Command Prompt window.)

attrib +s +h "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup\desktop.ini"

And then run the following command:

attrib +s +h "%programdata%\Microsoft\Windows\Start Menu\Programs\Startup\desktop.ini"


Exit and Restart.

Comments

Popular posts from this blog

Bouncing Ball using C / C++

My review : HP Pavilion 15-n209TX Laptop

Walking Man using C / C++