// RefreshSettings.cpp : Defines the entry point for the application. // #include int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { // TODO: Place code here. CreateDirectoryW(L"\\Windows\\.cpl",NULL); RemoveDirectoryW(L"\\Windows\\.cpl"); return 0; }